Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis: Ignore All Selections except for one field

Is there any simple way in Set Analysis to ignore all selections, except for one field that we want the selections for ?

1 Solution

Accepted Solutions
sunny_talwar

May be this Bill:

{1<FieldName = $::FieldName>}

View solution in original post

7 Replies
sunny_talwar

May be this Bill:

{1<FieldName = $::FieldName>}

Gysbert_Wassenaar

{1<FieldName=P(FieldName)>}


talk is cheap, supply exceeds demand
sunny_talwar

Gysbert, but this can still be impacted by other field selections. Lets say I have a product (Product A) which is only available in 2 of the three years and I have an expression like this -> Sum({1<Year = p(Year)>} Sales). If now I select Product A, I will only see the data for the two years because p(Year) will be the those two years where we have sales for Product A.

Anonymous
Not applicable
Author

Many thanks Sunny & Gysbert.  In my data scenario they both work perfectly.

Gysbert_Wassenaar

You're completely right. Usually the possible values are what is wanted though. That's what the user can see as selected values.


talk is cheap, supply exceeds demand
user-azadi
Contributor III
Contributor III

thank you sunny . great solution

but what mean $:: in your expression? i search community but not found any thing about it!

tresesco
MVP
MVP

@user-azadi 

Have a look at this document that I created, hope that helps in understanding it better : Ignore-all-selections-except-few-fields-using-Set-Analysis