Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart appear only when user select something from list box

Hi all,

I need help with this.

How do i make the chart  to show the bar only when the end user select Programme from the list box.

Example if the user click on programme 2

the chart should show programme 2 and so on

if the user did not select anything from the programme list box, the chart should be empty.


Detailed explanation is inside the sample app.


Thank you for the help


Regards,

Rizal

1 Solution

Accepted Solutions
Not applicable
Author

Create a condition of one programme selected on the demension

Capture.PNG.png
Or if you want to stop the chart drawing completely make it a expression condition

Capture.PNG.png

View solution in original post

4 Replies
Not applicable
Author

write a condtion for ur chart in layout tab

getselectedcount(listbox)>=1

Not applicable
Author

Create a condition of one programme selected on the demension

Capture.PNG.png
Or if you want to stop the chart drawing completely make it a expression condition

Capture.PNG.png

Not applicable
Author

Hi Carly,

Your method works perfectly.

Thank you.

Regards,

Rizal

Not applicable
Author

Hi manojqlik,

Your method works too..

Thank you

Regards,

Rizal