Hi,
I have a query containing a numeric column on which a criteria is applied. The criteria-value is contained in a workfield/variable.
So far no problem.
Howver I would like to have the query not filtered at all when the workfield/variable contains null.
I tried several constructions, but can't find a way to let the query return all rows in that null-situation.
How could I do this ?
I tried the following criteria :
iif(isnull(work field);Like "#";workfie ld)
iif(isnull(work field);"";workf ield)
without luck
Thanks
I have a query containing a numeric column on which a criteria is applied. The criteria-value is contained in a workfield/variable.
So far no problem.
Howver I would like to have the query not filtered at all when the workfield/variable contains null.
I tried several constructions, but can't find a way to let the query return all rows in that null-situation.
How could I do this ?
I tried the following criteria :
iif(isnull(work field);Like "#";workfie ld)
iif(isnull(work field);"";workf ield)
without luck
Thanks
Comment