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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Back Button

I have two sheets that basically are for two different user groups. User 1 can see both the sheets but user 2 can see only one sheet. So if i am user 1 , i will navigate from one sheet to other and the first sheet will hide. Now i want a back button which will take me back to the previous sheet. But i dont want that back button to be visible when i am user 2. What can i write in conditional layout so as to hide that back button for user 2 and show that for user 1 ??

1 Reply
Nicole-Smith

if(QVUser() = 'user 1', 1, 0)