Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Require Idea on using pattern in section access

Hi All,

We have a requirement where users should be authorized to see specific BU's.

USERBU
U16J
U22N
U31N

But in the transactions, for every order no, we get more than one BU's associated and the assignment varies from one to many.

OrderNo#BU
1006J,2N
1022N,1N,6J
1031N,6J

When U1 logs in, he should be authorized to see order no - 100,102 and 103

and when U2 logs in, he should be authorized to see order no - 100,102

and when u3 logs in, he should be authorized to see order no - 102 , 103.

Kindly help us on the above requirement?

Regards

Bala

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     The simplest way can be that you create a nother table which will be linked to the single BU's with multi BU's.

     Say for example in your case the table will be.

     Load * inline [

     BU, MULTIBU

     6J,6J,2N

     6J,2N,1N,6J

     2N,2N,1N,6J

     2N,6J,2N

     1N,1N,6J

     1N,2N,1N,6J

     ];

     Here the BU should link to the Section Access field and the MULTIBU in your database field.

     Hope this is clear.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hi Kaushik,

BU's are huge in general.

and the association to ordernos are not fixed. It varies from 1 to 20.

Regards

Bala