Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
GraceGao
Creator
Creator

Section Access Issue when access data from file

Hi Experts,

i would like to control authorization by plant in Qlik sense. i have added below script in the data model. 

However, in the excel file i can not use * to maintain all plant data. is there any way to maintain in excel file for all plant data? Thanks in advance.

---

Section Access;

AUTHORIZATION:

LOAD
"ACCESS",
"USERID",
Auth_Plant
FROM  Excel File

Section Application;

1 Reply
sagarjagga
Creator
Creator

You can keep Access and USERID column in Excel and then do a resident from excel like.
Section Access;
LOAD
"ACCESS",
"USERID",
'*' as Auth_Plant
FROM Excel File
Section Application;