Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
julian_rodriguez
Partner - Specialist
Partner - Specialist

Section Access - Qlik Sense SaaS

Hello experts,

I have developed an app with section access, using the ACCESS, USERID and another field to associate the model.

The section access is an inline table:

Section Access;
Load * INLINE [
ACCESS,USERID,CODIGO CONSULTOR
ADMIN, INTERNAL\SA_SCHEDULER,
USER,auth0|a08D000000PPACkIAP,ALEJANDRO.CAMPO

...

];

Section application;

 

The app does what i expect, however, if I add one row to the section access table, to include one more user, reload it, and publish it, this user recieves an "permission denied error".

As workaround, i have deleted the published app and then, publish the modified one.

Then, the user gets the correct access.

What could I'm doing wrong?

Thanks

Labels (1)
  • SaaS

1 Reply
Ken_T
Specialist
Specialist

In SAAS, the user id SA_SCHEDULER, is no longer relevant / not needed.

I would start simple with no reduction or omit, and see if you can get the section access to work.

Also you can load the table without Section Access and Section Application commands to see the data in a  real table before you make it invisible and hidden with the above two commands.

the user id columns in SAAS do not usually have the domain prefix (that were in enterprise with some authentication options).