Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.