Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Easy question but i dont get the syntax

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

1 Solution

Accepted Solutions
Not applicable
Author

Ok, I got it ...

WHERE (Tutorial) = 1;

I was at loss for a few minutes 😛

View solution in original post

1 Reply
Not applicable
Author

Ok, I got it ...

WHERE (Tutorial) = 1;

I was at loss for a few minutes 😛