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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
jacek_k
Contributor III
Contributor III

Sheet navigation by OSUser( ) functions

I want add sheet navigation by user ID in qlik sense cloud.

let vUser = KeepChar(OSUser(),'0123456789');

if(vUser='007','Sheet no 1 ','Sheet no 2')

I looks like if not working in sheet navigation menu.

Labels (4)
1 Reply
Or
MVP
MVP

I don't use Cloud, but if it's like the Enterprise version, you'll want to use the sheet ID rather than the sheet name. You can get the ID from the URL when you have that sheet active.