Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to have the app open on a different sheet for different user groups. I know I can set which sheet it opens with by using a bookmark but this is the same for all users.
Hii
You can create the sheet group :
here I have create inline table in section access for Different department and assign the department to different user and then create the sheet group as.
Table_name:
Load * Inline [
DEPT,GroupSheet
IT,100100
FINANCE,010010
ALL,111111
SALES,001001 ];
after that you need to set sheet condition as mid(GroupSheet,1,1) assign it to user you want.
here mid(GroupSheet,1,1) second parameter is your sheet number
Hi
you can have a look on below link that might helps you.
https://community.qlik.com/t5/New-to-Qlik-Sense/Custom-sheet-access-to-particular-users/td-p/1103821
Hii
You can create the sheet group :
here I have create inline table in section access for Different department and assign the department to different user and then create the sheet group as.
Table_name:
Load * Inline [
DEPT,GroupSheet
IT,100100
FINANCE,010010
ALL,111111
SALES,001001 ];
after that you need to set sheet condition as mid(GroupSheet,1,1) assign it to user you want.
here mid(GroupSheet,1,1) second parameter is your sheet number