Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i reduced users in a QlikView document with a Where-clause, that only users are shown, which don't have a NULL in the Tutorial column.
<code>
Where NOT IsNull (Tutorial);
</code>
Now I want, that only users are shown, which have a "1" in the Tutorial column.
How to do that?
Thanks and regards
Ok, I got it ...
WHERE (Tutorial) = 1;
I was at loss for a few minutes 😛
Ok, I got it ...
WHERE (Tutorial) = 1;
I was at loss for a few minutes 😛