Skip to main content
Announcements
NEW Customer Portal: Initial launch will improve how you submit Support Cases. FIND OUT MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anna_Zielo
Contributor II
Contributor II

Section Access

Hi,

I am new to Qlik and I'm trying to set up the section access of my App but also if I have already read  al the documentation i found I can't find the correct way!

I use Qlik Saas and I add the user via mail invitation.

I found the Id User in Management Console but i can find the domain...

Section Access;
Load * INLINE [
ACCESS,USERID
ADMIN,auth0|xxxxxx
USER,auth0|xxxx
];
Section Application;

The user can't access to the app, also if I put it in a shared space and if I apply some reduction to the user, they apply to the admin! It's a non sense I know...

Thanks in advance,

Anna

 

Labels (2)
3 Replies
Anna_Zielo
Contributor II
Contributor II
Author

Hi clever_Anjos,

I found very interesting this lecture. I confirm the user I'm using but I can find a different way to write them..

In sub I found the two id auth0|xxxx and I tried with NTNAME insteade of USERID but nothing change

Section Access;
Load * INLINE [
ACCESS,NTNAME, REDUCTION
ADMIN,auth0|xxxx,*
USER,auth0|xxxx,1
];
Section Application;

 

Thanks,

Anna

Anna_Zielo
Contributor II
Contributor II
Author

I found some solution, I write here if it could be usefull for someonelse

i have to write STAR instead of * in Qlik Saas:

Section Access;
Load * INLINE [
ACCESS,NTNAME, REDUCTION
ADMIN,auth0xxxxx,STAR
USER,auth0|xxxxx ,1

The app  must be in a shared space and the sheet must be published.

Community Browser