Good morning I'm trying to replicate some SQL to filter a report where there are 3 alternative criteria AND another 3 different criteria.
So I'd like to create one variable that will return "1" if it is true.
So far I know how to:
but I'd like advice on the best way to put this together please.
Many thanks,
D€$
So I'd like to create one variable that will return "1" if it is true.
So far I know how to:
=If Match( [WAD]; "*EAU*") Then 1
but I'd like advice on the best way to put this together please.
Many thanks,
D€$