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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Mon-mon
Contributor
Contributor

Bug in Section Access

Hi Guys,
Have you notice when applying section access in your data load editor? there were sections  and some columns  that was being nullified?, I'm not sure on how to describe it.

 

Labels (1)
1 Reply
Mon-mon
Contributor
Contributor
Author

BTW, I'm using this code below:

Section Access;
Load*Inline [
ACCESS,USERID,KEY

ADMIN,phil\arnol,1

ADMIN,CA\Karen,2
];


Section Application;
Load*Inline [

"FOODS",KEY
'COKE',1
'COFFEE',2
'ICE TEA',3
'HOT CHOCO',4

];