Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
rish
Contributor III
Contributor III

Stop filter from changing table content

Hi,

I am trying to find a formula for stopping a filter from affecting a table. I have a formula that can be used for measures:

count({<field1>}field2) but this only works for measures, and wont work for dimensions or tables.

 

Thanks,

Rish

1 Solution

Accepted Solutions
Vegar
MVP
MVP

Is this what you are looking for?

=aggr(only({<field1=>}field2), field2)

View solution in original post

3 Replies
simonaubert
Partner - Specialist II
Partner - Specialist II

Hello,

 

I think you can play with alternate state. 

1/Create an alternate state in your master items

2/drag and drop it on your chart

3/the usual selections don't apply to the chart 🙂

https://community.qlik.com/t5/Qlik-Sense-Advanced-Authoring/NEW-Qlik-Sense-Alternate-States-capabili...

 

2019_09_06_15_53_33_Stop_filter_from_changing_table_content_Qlik_Community.png

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
Vegar
MVP
MVP

Is this what you are looking for?

=aggr(only({<field1=>}field2), field2)

rish
Contributor III
Contributor III
Author

thanks a lot!!!