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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
pmenchon
Contributor III
Contributor III

Section Access with more than 1 reduction column

Hello, I have a problem with trying to secure my app creating the section access table.

I need to link with more than 1 reduction column for example:

Section Access;

LOAD * inline

[ ACCESS, USERID, COMPANY, DEPARTMENT

USER, AD_DOMAIN\ADMIN, *, * 

USER, AD_DOMAIN\A, COM1, DEP1

USER, AD_DOMAIN\B, COM2, DEP2

USER, AD_DOMAIN\C, COM3, DEP1

];

In this case, I want to filter data by company and department but this is not working.

How can I use more than 1 column for that? Is it possible?

Thank you all.

 

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

Use of a link table is the standard approach for accomplishing this. This video is quite good on a brief primer on the technique.

View solution in original post

2 Replies
Levi_Turner
Employee
Employee

Use of a link table is the standard approach for accomplishing this. This video is quite good on a brief primer on the technique.

pmenchon
Contributor III
Contributor III
Author

thank you!