Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

Alternate states

Hi all,

I have  3list boxes

product

region

company

two charts I have

bar chart and straight table

my req is: when I select the region only stright table should reflect

product and region if I select any of these two both should reflect.

1 Solution

Accepted Solutions
qlik4asif
Creator III
Creator III

Instead of Alternate state you can use Condition in Layout tab


For Straight table use below condition

If(Getfieldselection(Region)>0,1,0)

Bar chart use below condition

If(Getfieldselection(Region)>0 or Getfieldselection(Product)>0,1,0)

View solution in original post

2 Replies
qlik4asif
Creator III
Creator III

Instead of Alternate state you can use Condition in Layout tab


For Straight table use below condition

If(Getfieldselection(Region)>0,1,0)

Bar chart use below condition

If(Getfieldselection(Region)>0 or Getfieldselection(Product)>0,1,0)

Anil_Babu_Samineni

Please build Hide and Show objects for this requirement, That would deserve as expected

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful