Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Qlik Connect 2025! Where innovative solutions turn your data visions into reality: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Tool_Tip
Creator III
Creator III

Applying set analysis filters to the column values display in table object

Dear all,

I have below table object :

Tool_Tip_0-1725449801287.png

If I have filter the data for UK country only in set analysis, the resulting table will be as below :

 

Tool_Tip_1-1725449850386.png

So, as we are filtering the data for UK country using set analysis the result is showing correct but we also want to display the "UK" in country column filter, now it is still showing all :

Tool_Tip_2-1725449933864.png

 

 

Labels (1)
4 Replies
Kushal_Chawda

@Tool_Tip  create a below calculated dimension

=aggr(Country,Country)

Tool_Tip
Creator III
Creator III
Author

Hi Kaudhal,

No Luck.

Tool_Tip_0-1725508847648.png

 

Note: the above is the example, we have multiple dimensions ...not just one

tresesco
MVP
MVP

@Tool_Tip You can use simple if statement for dimension like : If(Country='USA', Country)
Or,
You can write your expression replacing set analysis with 'if statement' and then suppress null values in the chart dimension, in that case you won't need additional expression/restriction for dimension 

TauseefKhan
Creator III
Creator III

Hi @Tool_Tip,

Use GetFieldSelections  Function:

=GetFieldSelections(Country)

TauseefKhan_0-1725520946265.png

 

***Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.***