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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter by column using checkbox

Hi there,

I wish to filter by column using checkbox.

E.g. when i check col 1, col 2 will be hidden.

How do i achieve this in QlikView?

checkbox.jpg

Thanks,

Steve

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In Qlikview 11 you can check the Conditional checkbox for dimensions and expressions and add an expression that returns 1 or 0 to show or hide the dimension/expression.

The What's New in Qlikview 11 document has an example of this on the Reports tab. Users can select which Dimensions and Measures to show in the table. A listbox is used to make the selection. If you want only one measure at a time shown you could enable the Always One Selected Value propertie of the listbox.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Not applicable
Author

Hi,

You can create a button with actions on it, for setting variables. Put condition on list boxes based on your variables.

so when you click on the button, the other list box will hide.

Hope this helps

Regards,

Amay

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In Qlikview 11 you can check the Conditional checkbox for dimensions and expressions and add an expression that returns 1 or 0 to show or hide the dimension/expression.

The What's New in Qlikview 11 document has an example of this on the Reports tab. Users can select which Dimensions and Measures to show in the table. A listbox is used to make the selection. If you want only one measure at a time shown you could enable the Always One Selected Value propertie of the listbox.


talk is cheap, supply exceeds demand