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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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





Labels (1)
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