Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi Guys,
How do i access the sheet objects ,for example list, into the script?
Thanks in advance
 Qlik_Trigg
		
			Qlik_Trigg
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Rajesh take a look at the APIGuide.QVW you will find in the QlikView installation directory to reveal all of the classes and methods you can access
 
					
				
		
 amars
		
			amars
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Shtobj = ActiveDocument.ActiveSheet.GetSheetObjects
 
					
				
		
Hi
Thanks For the reply. I want to access the selected value of the list component to the sheet
 Qlik_Trigg
		
			Qlik_Trigg
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Rajesh take a look at the APIGuide.QVW you will find in the QlikView installation directory to reveal all of the classes and methods you can access
