Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
May be like this:
If(GetSelectedCount(Field1) > 0 and GetSelectedCount(Field2) >0 and GetSelectedCount(Field3) > 0, Sum(Measure), Sum({1} Measure))
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