Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
There is list box and and a chart,if there is no selection on the list box then graph should hide.
If i select any one of the fields from the list box then graph should display.
Hi,
In the chart properties -> Layout -> Show Conditional
=GetSelectedCount([Sales Order ID])>0
Hi,
In the chart properties -> Layout -> Show Conditional
=GetSelectedCount([Sales Order ID])>0