This disagrees with NetSuite so looking for an alt...
# manufacturing
m
This disagrees with NetSuite so looking for an alt idea: From a transaction search type=Work Order, i want the Assembly Item and it’s quantity, same row I want it’s component item and quantity (these have just a single component BOM) Instead…I’m forced to use the same search with filter=main line, export each and vlookup to pop all other values… Thoughts?
k
can use a summary saved search, and then do a decode on {mainline}
do a formula text using mainline to see what it returns
and then use it in your formula
i.e.
decode({mainline},'T',{desiredfield})
formula would need some tweaking for sure, but just a framework to get you started - but you do that a few times and then do maximums and group by your main item.
a
I am looking into other reporting tools because I want this level of detail not just over all profitability. I want to see trends in those components!