Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Could you help me in implementing sheet level section access .
I have 3 sheets in my app and 3 different users .
Each user should have access to only one of the sheets .
Is it possible like it can be done in Qlikview
Yes. You can.
Depends on which Qliksense version you are using. If you get below highlighted property for the sheet then you can add the condition base on osuer() function or can create a excel wher you can define the access.
Yes. You can.
Depends on which Qliksense version you are using. If you get below highlighted property for the sheet then you can add the condition base on osuer() function or can create a excel wher you can define the access.
Hello Abhijitnalekar ,
Could you give me an example of how the code would look on the "Data load editor", please?
Thank you!
Hi @kbautist ,
Sorry for the late reply.
You can create a table like below and add it to the model
Username | Sheet1 | sheet2 | sheet3 |
User1 | 1 | 0 | 0 |
User2 | 0 | 1 | 0 |
User1 name should be exactly as per the Qlik directory
Thank you!
@abhijitnalekar I have a similar problem but mine is slightly different i have an app with multiple sheets and some of them are from different data sources, when i performed session access it would not work on the ones that are from different sources(correctly so because they have different fields) i have tried performing session access on the other sheets too with fileds present in thier own data sources but it is not working, any idea on what i can do?