Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
natalia_rodrigues
Contributor III
Contributor III

Ignoring Filters without using Set Analysis

Hi guys,

Is that possible in Qlik Sense to ignore filters in dimensions in a table without using Set Analysis

I cant use Set Analysis, since I am not using agg functions. I have a simple table with some pure dimensions (I dont use any formula on them) as columns (Ex: Name, Reagion, Projekt Name....).

The reason for that, is that the user may need to export this data in excel format for own analysis. When he exports this table, it should ignore all filters. 

 

 

Labels (1)
2 Solutions

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

Use an expression with only function instead of just dimensions. You can use set analysis then.

 

Other option is alternate states

View solution in original post

dplr-rn
Partner - Master III
Partner - Master III

Only function doesn't aggregate. It's results is same as giving a dimension.
E.g.
Only(customer) is same as =customer

https://community.qlik.com/t5/QlikView-Documents/How-to-use-Only/ta-p/1494475

View solution in original post

4 Replies
dplr-rn
Partner - Master III
Partner - Master III

Use an expression with only function instead of just dimensions. You can use set analysis then.

 

Other option is alternate states

natalia_rodrigues
Contributor III
Contributor III
Author

The problem is that I dont want to aggregate anything, what kind of formula would you use?
dplr-rn
Partner - Master III
Partner - Master III

Only function doesn't aggregate. It's results is same as giving a dimension.
E.g.
Only(customer) is same as =customer

https://community.qlik.com/t5/QlikView-Documents/How-to-use-Only/ta-p/1494475
natalia_rodrigues
Contributor III
Contributor III
Author

Hi dilipranjith,

It worked using Alternate State.
Thanks!:)