Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 buzzy996
		
			buzzy996
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
 nilesh_gangurde
		
			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
 
					
				
		
 nilesh_gangurde
		
			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
 buzzy996
		
			buzzy996
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank u,absolutely right 
