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: 
VijayAntoineMICK
Contributor II
Contributor II

Section Access

Hi,

Do you know how to make two restriction access please ?

For example I try this but it doesnt works :

Section Access;
Load*Inline [
ACCESS, USERID, REDUCTION, REDUCTION1
USER, DR-CPT\v.mick,O, 1
USER, DR-CPT\a.micko,N, 2
];
 
Section Application;
 
LEGION:
LOAD*Inline [
REDUCTION, LEGION,
O,O
N,N
];
 
LOAD*Inline [
REDUCTION1, PERIODE_INDIC_EPA,
1;202102;
2;201507;
3;201510;
];
 

And do you know how to select a period of number too please ? like 202102 to 202110

Thanks in advance

Labels (1)
2 Solutions

Accepted Solutions
Dalton_Ruer
Support
Support

I created a PDF document and post years ago with everything you need to know about Section Access including handling multiples. 

https://community.qlik.com/t5/Documents/Making-Sense-of-Section-Access-in-Qlik-Sense/ta-p/1493716

 

 

View solution in original post

VijayAntoineMICK
Contributor II
Contributor II
Author

Hoo brooo Thanks a loooot ❤️

It works !

 

Section Access;

AUTHORIZATION:
LOAD * INLINE [
ACCESS, USER.EMAIL, USERRIGHTS
USER, antoine_mick@imt-bs.eu, ALL
USER, antoine.mick.pro@gmail.com, 1
];


SECTION APPLICATION;
REDUCTION:
LOAD * INLINE [
USERRIGHTS, Loan.Length, PII_SUPERVISORID
ALL, 36 months, 36 months
ALL, 60 months, 60 months
1, 36 months, 36 months
];

View solution in original post

2 Replies
Dalton_Ruer
Support
Support

I created a PDF document and post years ago with everything you need to know about Section Access including handling multiples. 

https://community.qlik.com/t5/Documents/Making-Sense-of-Section-Access-in-Qlik-Sense/ta-p/1493716

 

 

VijayAntoineMICK
Contributor II
Contributor II
Author

Hoo brooo Thanks a loooot ❤️

It works !

 

Section Access;

AUTHORIZATION:
LOAD * INLINE [
ACCESS, USER.EMAIL, USERRIGHTS
USER, antoine_mick@imt-bs.eu, ALL
USER, antoine.mick.pro@gmail.com, 1
];


SECTION APPLICATION;
REDUCTION:
LOAD * INLINE [
USERRIGHTS, Loan.Length, PII_SUPERVISORID
ALL, 36 months, 36 months
ALL, 60 months, 60 months
1, 36 months, 36 months
];