Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Create a condition of one programme selected on the demension

Or if you want to stop the chart drawing completely make it a expression condition

write a condtion for ur chart in layout tab
getselectedcount(listbox)>=1
Create a condition of one programme selected on the demension

Or if you want to stop the chart drawing completely make it a expression condition

Hi Carly,
Your method works perfectly.
Thank you. ![]()
Regards,
Rizal
Hi manojqlik,
Your method works too..
Thank you ![]()
Regards,
Rizal