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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

sheetid

Dear All, How can i get my sheetid , i want to create one variable i need to assign sheet id to that variable Best Regards, Niranjan

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=SubField(GetActiveSheetId(),'\',2)

View solution in original post

10 Replies
MK_QSL
MVP
MVP

GetActiveSheetID()

Not applicable

go to sheet properties an have look at image

sheetid.png

Not applicable

Hi,

You can simply right click on your sheet, go to Properties--Genral tab and you will find Sheet ID there.

Or you can use GetActiveSheetID() function in a text box as suggested by Manish to get Sheet ID.

Hope this helps!

NavinReddy
Creator II
Creator II
Author

Hi manish,

That gives Document\SH01

how can i get only SH01

Thank you so much for reply

Regards,

Niranjan

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try GetActiveSheetID(), will give you the Current sheet ID.

vCurrentSheetID = GetActiveSheetID()

Regards,

Jagan.

MK_QSL
MVP
MVP

=SubField(GetActiveSheetId(),'\',2)

NavinReddy
Creator II
Creator II
Author

Hi Jagan,

That gives Document\SH01

how can i get only SH01

Regards,

Niranjan

jagan
Partner - Champion III
Partner - Champion III

Hi,


Try this


=SubField(GetActiveSheetId(),'\',2)


Regards,

Jagan.

Not applicable

=SubField(GetActiveSheetId(),'\',2)