Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Do you know how to make two restriction access please ?
For example I try this but it doesnt works :
And do you know how to select a period of number too please ? like 202102 to 202110
Thanks in advance
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
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
];
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
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
];