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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Aadhini
Contributor II
Contributor II

How to filter the same value as in main sheet button & Variable value

THE Excel Data 

Aadhini_3-1757655703533.png

 

2 Sheet in Dashboard Main Sheet and Sub_1 sheet 

IN Main sheet 

1)Button (head)

2) Variable Input -> Variable is Btn 

           under Variable Input  4 Buttons

Aadhini_0-1757655415134.png  this Input variable Button 4 Buttons
Its Label And value is 

Aadhini_1-1757655533751.png

Aadhini_2-1757655588718.png 

the actual scenarios are 

First select Any one Button in variable input eg Select R1

In Button it show Head rows Data count of R1 (eg the count of DD in R1 is 2 ,the count of Aa in R1 is 1, )

once click the button of DD Count

Aadhini_0-1757664622342.png

open the next sheet 

          in that sheet, the table  rows has  DD count  with R1 
like this 

Aadhini_4-1757656542759.png

 

Labels (2)
1 Solution

Accepted Solutions
FedericoDellAcqua
Creator II
Creator II

You can use the sheet options to filter the "head" values matching the variable value. 

Otherwise, you could define your "head" dimension in the table like "if( head = '$(YourVariable)', head, null())" and then exclude null values in dimension. 

View solution in original post

1 Reply
FedericoDellAcqua
Creator II
Creator II

You can use the sheet options to filter the "head" values matching the variable value. 

Otherwise, you could define your "head" dimension in the table like "if( head = '$(YourVariable)', head, null())" and then exclude null values in dimension.