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: 
Not applicable

delete section access

Helo,

I'am loading data from qwv file, using BINARY load. The problem is that, not only data tables but also a "section access" (in hidden script) is being loaded.

Maybe anyone knows how to remove the "section access" from the new qwv file?

Milda

1 Solution

Accepted Solutions
Not applicable
Author

I've just found a solution. Binary load should always be the first statement in the load script, so we need to write this in hidden script:

BINARY "example.qwv";

Section Access;

In this case, Section access is removed. New qwv file will not inherit Section access from "example.qwv" file.

Milda

View solution in original post

3 Replies
Not applicable
Author

Try and disable section access/data reduction in the documents -> settings -> Opening properties

Not applicable
Author

I've just found a solution. Binary load should always be the first statement in the load script, so we need to write this in hidden script:

BINARY "example.qwv";

Section Access;

In this case, Section access is removed. New qwv file will not inherit Section access from "example.qwv" file.

Milda

Anjali_Raj16
Contributor II
Contributor II

If i write binary load inside hidden script. will it remove section access in the file where i used binary