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

Section Access Issue

Hello Everyone,

I have the following section access script that works:

Section Access;
Authorization:
LOAD
"ACCESS",
USER.EMAIL,
"CODE CLIENT"

FROM ;[SECTION ACCESS];

This table works.

But when i add another field 

Section Access;
Authorization:
LOAD
"ACCESS",
USER.EMAIL,
"CODE CLIENT",

LANGUAGE

FROM ;[SECTION ACCESS];

I get the following error:

lessassy_3869_0-1670428426825.png

 

It is written error code: 5.

THe thing is i tried to attribute a language value for each user.

But when i put this row in comment/grey it works.

Anyone has an idea ?

Labels (1)
2 Replies
Aamer_17
Contributor II
Contributor II

Hi,

write section application; command after the section access load table or excel file. Also provide vals to new users. when you added new field also add field into section access table or excel file.

or don't write both section access code with or without Language field.

Hope this will help you.

Thanks,

 

NadiaB
Support
Support

Hi @random_user_3869 

The Section Access table doesn't comply with the necessary structure to work, you would need fields ACCESS, USERID AND *REDUCTION* field. There are some samples in the following URL:

https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/m...

 

Hope it helps!

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm