Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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.