Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section access

Hi

I have two identical models, one without section access and one with section access. They reload from qvd files, in case this makes a difference.

The only difference is the model without section access reloads, the model with section access loads section access , but none of the other scripts.

This is what I added for section access

Section Access;

LOAD * INLINE [

ACCESS, USERID, PASSWORD, REGION

ADMIN, ADMIN, ADMIN,

USER, CHRIS, CHRIS1, CENTRAL

USER, ERIN, ERIN1, EAST

USER, SAM, SAM1, SOUTH

USER, WILLIAM, WILLIAM1, WEST

];

Attached are the log files from the reloads. I have no idea what I did wrong. If I open the model with section access after going through the reloand it asks me for the password when opening the model, so it's failing on the reloading of the data

10 Replies
Not applicable
Author

Apparently this is the correct response