Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jacek_k
Contributor III
Contributor III

Section access qlik sense saas

Hi, 

Part of my script:

Section Access;
Access:
Load * INLINE [
ACCESS,USER.EMAIL,_CUSTOMER
ADMIN,name@company.com,*
];

After reload.  I can see all clients records - works. 

Section Access;
Access:
Load * INLINE [
ACCESS,USER.EMAIL,_CUSTOMER
ADMIN,name@company.com,CUSTOMER X
];

After reload.  I can see only one client - works.

But, when I want come back to * setting I still have one client record. To get back to full view I need to comment script and reload again. 

 

 

Labels (1)
  • SaaS

3 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Jacek,

This doesn't sound right indeed, but have you tried to refresh the app or was the data actually there for only 1 customer?

Jordy

Climber

Work smarter, not harder
jacek_k
Contributor III
Contributor III
Author

Data includes more than 1 customer. I also try refresh, cookies, delete cache browser. The only option is to comment the code, reload again, uncomment code and add new section access script.

MayilVahanan

Hi Jacek,

For testing purpose, can you add user role & give one customer and for admin role with "*" customer & test it whether its working fine or not.

Generally, for admin, give full access.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.