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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
fkeuroglian
Partner - Master
Partner - Master

Qlik Sense Business Secction ACCES

Hi Expert

I have an account in qlik sense business, i would like to know if it is possible to do SECTION ACCESS with data REDUCTION .

 

I WILL HAVE REDUCE by the users that will access to my cloud

Thanks

Fernando

Labels (3)
2 Replies
Rodj
Partner - Creator III
Partner - Creator III

It seems from the online help that you can. Looks like it should work the same way as it does for Qlik Sense Enterprise.

jupitopino
Partner - Contributor III
Partner - Contributor III

Hi, it doesn't work fine in Business cloud..  I have this example:

 

Section Access;

LOAD * inline [
USERID,ACCESS, REDUCTION
auth0|xxxx1, USER,2
auth0|xxxx2, ADMIN,*
];

section application;

DIM_PAIS:
LOAD * INLINE [
COD_PAIS,PAIS,REDUCTION
ESP,ESPAÑA,1
FRA,FRANCIA,2
];

And Always filter by filed REDUCTION=1 , even though  I'm NOT logging with xxxx1 user ¿? 

I recover the userid with Ouser() function..

Thx a lot.