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

Section Access help needed



Hi guys, I know that there have been various posts about section access which I have read but I was just wondering if I have the right format as it says my load statement is garbage!! Any thoughts??

Section

Access;

LOAD

*

FROM

(biff, embedded labels, table is Sheet1$)

];

Section

Application;

Regards,

bc





1 Reply
manishkumar75
Partner - Creator II
Partner - Creator II

Hi,

The code which you have provided looks OK. If it is the same code then the problem is here :-

Put (biff, embedded labels, table is Sheet1$);

in place of (biff, embedded labels, table is Sheet1$)];

- Manish