Hi! I want a saved search that shows all sales ord...
# general
j
Hi! I want a saved search that shows all sales orders, only the head, not the lines. And one column shall be ”contains item X” and ”Yes/No”on the head line of the so if it contains that item. Anyone? Main line false and group some way
e
What other columns are you wanting to display in the results? That will probably determine what’s possible within SavedSearch.
n
Could you do a search and then add a formula column to check the criteria for the item. Or case when {item} = ‘abc’ Then ‘1’ Else ‘0’ end and then sum that column and group others? Or something like that?
j
I managed it. Will post solution later!