Hi,
I want to include different condtions in my filter depending on the prompt.
Is it possible to do it?
if then Else command does not allow conditions.
for eg.
if ?city?='TORONTO' Then (a.city_code = b.city_code)
elseif ?city?=....
If this is not possible is there any other way I can do it except database procedures?
Thank you.
I want to include different condtions in my filter depending on the prompt.
Is it possible to do it?
if then Else command does not allow conditions.
for eg.
if ?city?='TORONTO' Then (a.city_code = b.city_code)
elseif ?city?=....
If this is not possible is there any other way I can do it except database procedures?
Thank you.