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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Syntax error occurred when using Access Section

Dear experts,

i've got an syntax error when i click the reload button, and the capture shows as below: and the chinese is telling that an syntax error occurs...

i edit a hidden script to configure the access using the basic code as below shows. but it didn't work...Could anyone help me?

Thanks in advance!!

SECTION

Access;
load * inline[
ACCESS, USERID, PASSWORD
ADMIN, ADMIN, ADMIN
USER, USER1, U1
USER, USER2, U2
]
;

1 Reply
marcus_sommer

Try this:

SECTION access;

Access:
load * inline [
ACCESS, USERID, PASSWORD
ADMIN, ADMIN, ADMIN
USER, USER1, U1
USER, USER2, U2
]
;


- Marcus