Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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)
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)
Please build Hide and Show objects for this requirement, That would deserve as expected