Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

can i change value variable via list selection ??

when i select one value from this list selection

forum1.PNG

this table appear

forum2PNG.PNG

i had not founet option action with the list selection

1 Solution

Accepted Solutions
sunny_talwar

Use a conditional expression on the layout condition

=GetSelectedCount(Region) > 0

View solution in original post

6 Replies
sunny_talwar

You have mentioned what happens, but what are you looking to get?

souadouert
Specialist
Specialist
Author

if i have not selected any value for region , i want this table not appear

sunny_talwar

Use a conditional expression on the layout condition

=GetSelectedCount(Region) > 0

souadouert
Specialist
Specialist
Author

thanks a lot 

sdmech81
Specialist
Specialist

Hi as told by sunny,

Go to properties of chart then in layout tab you should tick conditional

There u have to write like:

=Getselectedcount(Region)>0

Sachin

souadouert
Specialist
Specialist
Author

yes , i have already tried , thx