Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have to create section access to a document,for that there are two button option available which will launch 2 qlik view applications. through section acces i need to disable one button for 1 user and only 1 it should show. similarly for the other user,the other one. And while clicking on the button first 5 sheets for 1 user and other 5 for other user. How can it be done. kindly help..
Thanks in adavance...
Hi Reena,
have you tried, OSUser() and QVUser().
as on button properties>> Layout>> conditional,
if(OSUser() = YourUserName,1,0) OR if(QVUser() = YourUserName,1,0).
And Same logic can be applied on Sheets>> Layout >> Conditional Show....
......
let us know....
Regards
Khan
Hi Reena,
have you tried, OSUser() and QVUser().
as on button properties>> Layout>> conditional,
if(OSUser() = YourUserName,1,0) OR if(QVUser() = YourUserName,1,0).
And Same logic can be applied on Sheets>> Layout >> Conditional Show....
......
let us know....
Regards
Khan
Thank yu..its workin with QVuser()..