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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
michael_maeuser
Partner Ambassador
Partner Ambassador

Ignore Selections in ListBox without expression

Hi,

I have a CM calculation that show actual vs. plancalc. For the plancalc exists a field that gives a certain calculation version. the whole plancalculation is not related to the calendar. so if i select a certain month i can´t select a plancalc version anymore. i know how to ignore dimensions with set analysis. but in this case i don´t have a sum expression or anything else. so i can´t use set analysis. can anyone help? Thanks!

Labels (1)
1 Reply
swuehl
Champion III
Champion III

Really not sure if I understand your setting, some sample lines of data might help.

I assume you are displaying the version somewhere just by using [plancalc version] (plain field name)?

Try using only() function which will allow a set expression:

=only({<FIELDTOCLEARSELECTIONON=>} [plancalc version])