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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter data on button click

Hi All,

I have chart which contains jobname and Execution_status .

I want to show jobnames whose  Execution_status ='E' by button Click .

I tried button action and set  a variable with expression Only({<Execution_status={'E'}>}Jobname)

But i didn't get desired result .please clarify me where i am wrong .

Thanks

Labels (1)
12 Replies
Anonymous
Not applicable
Author

Hi jonas.rezende,

Your suggestion is working.

Thanks for your help

Anonymous
Not applicable
Author

Hi sunindia

Your suggestion is working even  with out quotes.

Could you please clarify how we are getting same results with and with out quotes.Generally quotes are used for search.

Thank you

sunny_talwar
MVP
MVP

Based on my understanding this -> ='E' in a text box would be evaluated to E. So either you use ='E' or E should mean the same thing. There must be a more detailed reason, but I usually look at the search string from the point of view of a text box object.