Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Regarding Script

Hi Guys,

How do i access the sheet objects ,for example list, into the script?

Thanks in advance

1 Solution

Accepted Solutions
Qlik_Trigg
Employee
Employee

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

View solution in original post

3 Replies
amars
Specialist
Specialist

Shtobj = ActiveDocument.ActiveSheet.GetSheetObjects

Not applicable
Author

Hi

Thanks For the reply. I want to access the selected value of the list component to the sheet

Qlik_Trigg
Employee
Employee

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