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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Section access

Please find below code for section access.

It is working fine as it is.

Section Access;


LOAD * INLINE



[

ACCESS, USERID, PASSWORD



ADMIN, ADMIN, ADMIN123



USER, HEAD,HEAD123

USER, A, USER123

]
;

Section Application;




LOAD * INLINE



[

USERID, Region



ADMIN,North

ADMIN,South

ADMIN,East

ADMIN,West

HEAD,North

A,South

]
;

But as per requirement I need to put all my user id pw and corresponding regions(Code for section access and section application) in another excel file.But after putting  access ,userid and password in excel and after calling the same it is not working can you please suggest on this.

Regards,

Deepak

0 Replies