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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qliklearnervir
Creator
Creator

change data in straight table only after all possible selection in more than 1 list box....

Hi,

I have 1 scenario where requirement is like below:

we have 3 list boxes and 1 straight table.

i want a scenario where straight table data will only change when i select data in list box 1 than list box 2 and than list box 3  and than only straight table to showcase change........unless straight table should not change......

please suggest.

2 Replies
sunny_talwar

May be like this:

If(GetSelectedCount(Field1) > 0 and GetSelectedCount(Field2) >0 and GetSelectedCount(Field3) > 0, Sum(Measure), Sum({1} Measure))

vinieme12
Champion III
Champion III

You need Alternate States to do that

See here how to

Using Alternate States to Select Multiple Values in a List Box with Different Attributes - YouTube

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.