Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi i have one list box showing data in inside the listbox in treeview
now my req is when i click on anywhere in the listbox that my selection should be title of my chart
i tried with
getfieldselections(listboxname) or getcurrentselection(listboxname)
but it is not working may because of i am showing in treeview format ?
how to achieve this ?
 
					
				
		
 senpradip007
		
			senpradip007
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Could you please upload sample qvw?
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It's the fieldname - getfieldselections(fieldname)
- Marcus
 
					
				
		
 senpradip007
		
			senpradip007
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try this----- =SubField(Path, '/', -1)
 
					
				
		
 simenkg
		
			simenkg
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=Concat(FieldName,' ')
 
					
				
		
try
=NameFieldListbox
Example:
='Sales:' &Country
the result will be:
Sales + Selection Country
Sales: Europe
 
					
				
		
in title =getfieldselections(field name)
 
					
				
		
 awhitfield
		
			awhitfield
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Commonqlik,
the syntax is
=GetFieldSelections(Name)
See attached simple example
Andy
