Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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;