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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select values in table with button

Hi.

I would like to create a button where I could select values that are 1 or 0 from a pivot table.

I have tried with action Select possible and type =if(sum(Check_Done) <= 1),Placecheck_Station).

Is there any one that a solution for this?

2 Replies
Roop
Specialist
Specialist

Use set analysis to create the rule:

Sum({$<Check_Done = {1}>} Placecheck_Station)

will give you the 1 values

Not applicable
Author

That doesn't work. I have attached an example.