Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
It seems from the online help that you can. Looks like it should work the same way as it does for Qlik Sense Enterprise.
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.