Use Purchase order as your base with status of bil...
# suiteanalytics
d
Use Purchase order as your base with status of billed. Use applying transaction fields in results. This will reveal both bills and item receipts as they relate to the pos. If you want to get fancier, you can use two formula columns in the results, each with a case statement like CASE when {applyingtransaction.type} = ‘Bill’ then {applyingtransaction} else ‘’ END