Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want the chart only to appear based on a selection from the list box.
For example list box called Project with values 11,12,13
I want the chart hidden and only appear on the selection of either 11,12,13
I tried the GetFieldSelections(Project)='*' in Chart Properties ->Layout -> Conditional but does not seem to work
Any ideas?
I missed to check the screenshot.
Thanks Guys!
Hi Tresesco,
I note that GetSelectedCount() works fine with one dimension within (). How do I bring in additional dimensions?
Thanks
Then use : =Len(GetCurrentSelections())>0
Thanks Tresesco,
That works fine.