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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Automatically unchecked Section access option in opening tab

Hi All,

I am trying below section access code however automatically unchecked Initial data reduction based on section access option at opening tab (Document properties).

Followed below setps:

1. Copied this code in QVW

Section Access;

LOAD * INLINE [

    ACCESS, USERID

    ADMIN, A

    USER, B

    USER, C

    USER, D

];

Section Application;

Table:

LOAD * Inline [

USERID,Sheet1,Sheet2

A,1,1

B,0,1

C,1,0

];

2. checked Initial data reduction based on section access option at opening tab (Document properties) and clicked apply and ok.

3. Then after reload or below reload qvw if i see section access option at opening tab its unchecked why? what i missed here.


Thanks

Nihhal.

12 Replies
shiveshsingh
Master
Master

I am not sure but i didn't face this issue while using your code... which version you are using?

nihhalmca
Specialist II
Specialist II
Author

QlikView Desktop 11.

Can you share your document please.

nihhalmca
Specialist II
Specialist II
Author

Can you share your document please.