Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a graph which depends on the customers select in 2 listbox. When I don't select anything in those listboxes, the graph is horrible because it represents the figures for every customers.
How can I do so as long as I don't select anything, the graph doesnt show anything ? And represent only the data for the customers which are selected in the listbox ?
Thank you for your help.
Have a good day.
Go to Layout >> Show >> Conditional
type below
GetSelectedCount([Customer Name])>0
Or
GetSelectedCount(NameofFieldonListBOX1)>0
or
GetSelectedCount(NameofFieldonListBOX2)>0
Go to Layout >> Show >> Conditional
type below
GetSelectedCount([Customer Name])>0
Or
GetSelectedCount(NameofFieldonListBOX1)>0
or
GetSelectedCount(NameofFieldonListBOX2)>0
hi,
you can use dimension limit with Others as option to navigate through other customers..
HTH
Sushil
If possible select any value in list box by properties and tick option -> Always One Selected Value
Hope this helps
Thanks & Regards
Hi Find Attachment. If have any issue let me know.
--Jai
Thank you all for your help.
It's not possible to select this option. Do you know why ?
You first need to select a value in the list box then only this option will be available.