Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gerrycastellino
Creator III
Creator III

Qliksense - conditional display of list box

In qlikview I'm easily able to display a list box if that particular dimension has been chosen from a master dimension list, as in this expression in the layout -->conditional section:

=if(GetSelectedCount(fieldlist)>=1 and Count(fieldlist)>0,1,0)

Which translates to:

I only want to display this list box if there are more than 2 values selected from my master dimension list.

How do I do this in QSense ?

Gerry.

1 Reply
gerrycastellino
Creator III
Creator III
Author

THis is the app I'm trying to duplicate that I had created in QView:

Dynamic Dimension List box