Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Nish727
Contributor
Contributor

Qliksense sheet level section access

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 

Labels (1)
1 Solution

Accepted Solutions
abhijitnalekar
Specialist II
Specialist II

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.

abhijitnalekar_0-1653977450834.png

 

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

5 Replies
abhijitnalekar
Specialist II
Specialist II

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.

abhijitnalekar_0-1653977450834.png

 

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
kbautist
Contributor II
Contributor II

Hello Abhijitnalekar ,

 

Could you give me an example of how the code would look on the "Data load editor", please?

Thank you!

abhijitnalekar
Specialist II
Specialist II

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

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
kbautist
Contributor II
Contributor II

Thank you!

Bolijay00
Contributor III
Contributor III

@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?