Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QV,
I have a requirement where chart A should be displayed if I select a Button and a value in the Listbox.
I tried with getselectedcount(field)>0.
It's working on listbox selection, but when I navigate from one button to another it's not working.
Here I need to show the chart according to button and listbox selection.
anyone know how to achieve this.
Thanks & Regards,
Ananth
Try with this condition
GetSelectedCount(Area)>0 and v_showchart = 'A'