Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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