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 .
Please help me on this .