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: 
juanpablo_carde
Contributor II
Contributor II

Section Access

hello guys can you help me with the following:

I'm doing the next access section and they work perfect for me. It is necessary to have the names of fields in upper case in the access section

Section Access;
LOAD * inline
[ACCESS, USERID, Area
USER, QLIK \ DIR, RECREATION
USER, QLIK \ PLA, HEALTH
ADMIN, QLIK \ TEC, Education
];

Section Application;
LOAD * inline
[AREA
RECREATION
HEALTH
EDUCATION
];

 

Can you help me please.

 

 

1 Reply
agni_gold
Specialist III
Specialist III

Section Access;
LOAD * inline
[ACCESS, USERID, AREA
USER, QLIK \ DIR, RECREATION
USER, QLIK \ PLA, HEALTH
ADMIN, QLIK \ TEC, Education
];

Section Application;
LOAD * inline
[AREA
RECREATION
HEALTH
EDUCATION
];