I need a criteria that will show all the records if a criteria is not entered.
If the region "CANADA" is entered into a parameter, then show only "CANADA". If nothing is entered into the parameter, show all the records.
I have tried
IIF(IS NOT NULL, [parameter], ""
I am stuck. Help!
Thanks.
If the region "CANADA" is entered into a parameter, then show only "CANADA". If nothing is entered into the parameter, show all the records.
I have tried
IIF(IS NOT NULL, [parameter], ""
I am stuck. Help!
Thanks.