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: 
Not applicable

Section access case

Hello,

I have a case with section access.

I have two users using the same document. There are two product groups - the one is responsible for the first, the other for the second.

They both need to see the sales of both groups however they can only see the profit of their own group.

Any idea how to do this?

2 Replies
Not applicable
Author

Hi ,
Yes u can try This

First u need to create a security table

Please find below tables ;

example

SecurityTable:
Load

SalesGroup      Division
ADMIN                         A      

ADMIN                         B    
ADMIN                         C   
ADMIN                         D   
P
roductGroup1             A    

ProductGroup1             B     
P
roductGroup2             C     
P
roductGroup2             D      


join

Load
ACCESS  USERID   PASSWORD User Name  SalesGroup                         
ADMIN   qvadmin    123                  *                      ADMIN       
USER   *                 *                User1       P
roductGroup1                         
USER   *                 *                User2       P
roductGroup2                         

Hope above securitytable will work.

Regards-Bika

Not applicable
Author

Hi,

i am not sure how that prevents user1 to see the profit of sales from productgroup2?

If i have table like the one below and the user1 access it, he cant see only the red labelled data. And vica versa for user2..

UserProductgroupsalesprofit
User1Productgroup1sales1profit1
User2Productgroup2sales2profit2

It is neither row restriction nor column restriction... And i dont know any combined solution..