Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hidden Sheet Information

getsheetbyId can be used to access a hidden sheet but for that we need sheetid.

like:

ActiveDocument.GetSheetByID("SH03");

How to get the sheet id's corresponding to each sheet in a qlikview Document.

2 Replies
Not applicable
Author

go to document properties -> sheets

that will give you the Id's to work with

Not applicable
Author

But I need a macro for this