G
Guest
So, if I try to put those three things together (Conditional + Wildcard +
Criteria), I just get empty results sets.
What I'm trying to do, is to get it to to return-all if a variable is left
blank (either via an imput form or a popup variable dialogue).
So, I have something like this:
iif([Variable] is null,Like "*",[Variable])
I've tried many variations of this same concept:
iif([Variable]="",Like "*",[Variable])
iif(isNull [Variable],Like "*",[Variable])
iif([Variable]="","*",[Variable])
and so forth. I can't get it to work as criteria if it is part of a
conditional function.
Criteria), I just get empty results sets.
What I'm trying to do, is to get it to to return-all if a variable is left
blank (either via an imput form or a popup variable dialogue).
So, I have something like this:
iif([Variable] is null,Like "*",[Variable])
I've tried many variations of this same concept:
iif([Variable]="",Like "*",[Variable])
iif(isNull [Variable],Like "*",[Variable])
iif([Variable]="","*",[Variable])
and so forth. I can't get it to work as criteria if it is part of a
conditional function.