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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
nboccassini
Partner - Creator
Partner - Creator

Big Section access error

Hi,

I have a section access on qvd like this (with 3000 rows):

SECTION Access;

Directory;

LOAD ACCESS,

     NTNAME,

     UTENTE,

     APPLICATION

FROM

[SecurityGrid.qvd]

(qvd);

SECTION Application;

The reload of this file fails. Where is the error?

Thanks.

Gabriele

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Try this

SECTION Access;

Directory;

LOAD ACCESS,

     NTNAME,

     UTENTE,

     APPLICATION

FROM

[SecurityGrid.qvd]

(qvd) where 1=1;

SECTION Application;

Note:

Section access cannot be applied on optimized qvd.

Regards

ASHFAQ

View solution in original post

6 Replies
Not applicable

Can Please put the Error which one your getting while loading the Script

ashfaq_haseeb
Champion III
Champion III

Try this

SECTION Access;

Directory;

LOAD ACCESS,

     NTNAME,

     UTENTE,

     APPLICATION

FROM

[SecurityGrid.qvd]

(qvd) where 1=1;

SECTION Application;

Note:

Section access cannot be applied on optimized qvd.

Regards

ASHFAQ

nboccassini
Partner - Creator
Partner - Creator
Author

There isn't an error windows. The reload fails and appear a window that  ask to me if reload the file.

nboccassini
Partner - Creator
Partner - Creator
Author

It works! Thanks!

ashfaq_haseeb
Champion III
Champion III

Welcome

Regards

ASHFAQ

Not applicable

just concentrate on which ever i highlighted in script and use same script


SECTION Access:

Directory;

LOAD ACCESS,

     NTNAME,

     UTENTE,

     APPLICATION

FROM

[SecurityGrid.qvd]

(qvd) where 1=1;

SECTION Application;