Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
buzzy996
Master II
Master II

display current selections in title of chart?

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

1 Solution

Accepted Solutions
nilesh_gangurde
Partner - Specialist
Partner - Specialist

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

View solution in original post

2 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist

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

buzzy996
Master II
Master II
Author

Thank u,absolutely right