ready4data
Programmer
Is there a way to allow multiple values (wildcard) in a parameter field. I can get 1 value to work using:
(if {?Wildcard Dealer} <> ""
then {HISTORY.ACCOUNTNAME} like "*" + {?Wildcard Dealer}+ "*"
else if {?Wildcard Dealer} = ""
Then True)
But can't get it to work with multiple values.
Do you have to do something with a loop statement?
Help is appreciated
Thanks,
Scott
(if {?Wildcard Dealer} <> ""
then {HISTORY.ACCOUNTNAME} like "*" + {?Wildcard Dealer}+ "*"
else if {?Wildcard Dealer} = ""
Then True)
But can't get it to work with multiple values.
Do you have to do something with a loop statement?
Help is appreciated
Thanks,
Scott