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: 
datanibbler
Champion
Champion

Multi_selection_box: Conditional field

Hi,

in a multi_selection_box, how do I insert one field that should only be available dependent on the selection in another field

(=> I have two concatenated lists for 2013 and 2014, the one for 2014 having one additional field that I want to make selectable))

=> The field (and its description) should only appear when the year 2014 is selected.

=> I have made it so far that the field is available only in that case

    <=> There is, however, still an inactive and non-available field in the box when 2013 is selected.

Can someone help me here?

Thanks a lot!

Best regards,

DataNibbler

Labels (1)
3 Replies
marcus_sommer
MVP
MVP

Not very elegant - but if you used two multiboxes with a visibility-condition on the year-selection?

- Marcus

alexandros17
Partner - Champion III
Partner - Champion III

Example:

fld1

fld2

I want to make selectable fld2 depending on one particular value of fld1

in multibox, modify fld2 as follow:

if(getfieldselection(fld1)=myValue, fld2, nul())

Hope it helps

datanibbler
Champion
Champion
Author

Hi Alessandro,

unfortunately, that doesn't work - still, when 2013 is selected, an empty and non-available field is visible in the selection_box.

Best regards,

DataNibbler