Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access not working when refreshing from Management Console

Hi

I developed a model and implemented Section Access.

The security is at sheet level.

I have included the Service account name with the account seeing all sheets.

When I refresh manually and open the model, the security works fine but when I refresh the model through Management Console the model seems to lose the security and all sheets are available to all users.

Any idea why this is or how I can fix it?

Regards,

Magen

5 Replies
avinashelite

can you please share the section access script ??

Have you checked the conditions properly ??

marcus_sommer

Section Access worked by design only by opening the application and each refresh or reload from users will leverage the protection. This meant you need to make sure that no refresh or reload from users is possible.

- Marcus

stabben23
Partner - Master
Partner - Master

Hi, if you exclude your service account where you load your sheet access, then it should work.

LOAD

.

.

.

FROM

[..\Qvds\Users-QlikView_Dev.xlsx]

(ooxml, embedded labels, table is [SHEET ACCESS])
where NTNAME <> "Your service account";

Anonymous
Not applicable
Author

Section access is for the row level security.  Can be for the column level by using OMIT.

Could you please elaborate how exactly "The security is at sheet level" is implemented in your case? (I don't use section access for this.)

Bill_Britt
Former Employee
Former Employee

HI,

Do you have this set? Also, can you post your Section Access Script?

Untitled.png

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.