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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Condition

Hello Guys,

I would like to add to a condition to the table which is named KEYWORD and I would like to show only KEYWORD A in this table..How to add a condition and show on my chart...let me make it clear..

LOAD KEYWORD

FROM

D:\

and I want to show it only Keyword A in my chart when I select Keyword table or when I reload it..

1 Reply
Not applicable
Author

Hi Atacan

show a valuie is not the same as load a value

if you load only Keyword A  (WHERE KEYWORD = 'A') you won't have any possiblity to see something but A

if you load everything  you will show all KEYWORD and if you select A you will see only A

or you can load everything and show A  like   only(KEYWORD = {'A'}) in your expression

best regards

chris