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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access with NTNAME doesn't run in QMC

Hi All ,

I've written a Section Access Script in my QVW Document . But I dont know how to run this one in QMC .

What are the steps involved in running my QVW with Section Access with NTNAME in it in QMC .

My Section Access Script :

SECTION Access;

LOAD ACCESS,

     NTNAME

FROM

..\APPS\Book1.xlsx

(ooxml, embedded labels, table is Sheet3);

SECTION Application;

LOAD NTNAME,

     Name

FROM

..\APPS\Book1.xlsx

(ooxml, embedded labels, table is Sheet2);

I've enabled these options .

Capture.JPG

Please help me on this .

1 Reply
Anonymous
Not applicable
Author

Please can anybody help me on this .