Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi ,
how to display current selections in title of chart?
exp:
current selection objects from single field are,
services
-----------
abc
def
ghi
output in title of chart as "abcdefghi"????????
note: i'm able to see my selection from slection box to current selection box.
thx
Hi buzzy,
Use
=GetCurrentSelections(FieldName)
in the title of the chart. Where the FieldName is the Name of the Field for which you want to show the Selections.
Regards,
Nilesh Gangurde
Hi buzzy,
Use
=GetCurrentSelections(FieldName)
in the title of the chart. Where the FieldName is the Name of the Field for which you want to show the Selections.
Regards,
Nilesh Gangurde
Thank u,absolutely right