HI,
I would like to filter sales on “deliverycollection = None” but exclude “delivery not required” results as it clutters the results.
Is there a formula for that>
HI,
I would like to filter sales on “deliverycollection = None” but exclude “delivery not required” results as it clutters the results.
Is there a formula for that>
Hi Gijs,
deliverycollection = None and fulfillment_required = True
The above should do the trick! You’ll need to be on a ‘sales/invoices’ report for the above to work directly. If you’re on a ‘products sold’ report, you’d need to add invoice.
before each filter.