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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sheet ID and Sheet Name

Hi,

how can I get via Formula the Sheet ID and the Sheet Name in the tab?

The below shown does not work. Every Sheet shall be like "SHxx Name of Sheet" (no matter if it is active or not)

Thanks in advance.

Chris

Labels (1)
7 Replies
arulsettu
Master III
Master III

may be this

=GetActiveSheetId()&'Dashboard'

Not applicable
Author

Hi Arul,

I thought of that too but when I Change the active sheet the SH-number changes too 😞

Is there a calculation for getsheetid?

Chris

Not applicable
Author

Hi,

you have to use =GetActiveSheetId()

Anonymous
Not applicable
Author

To get the Sheetid by using this one =GetActiveSheetId()

swuehl
Champion III
Champion III

I don't think so, so you probably Need

='SH01 Dashboard'

or

SH01 Dashboard

arulsettu
Master III
Master III

Not applicable
Author

If(Qvuser='ADMIN' OR Qvuser= 'SH01',0,1) apply this Condition