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

Load .biff table error

I got an error when loading tables(Headline and Trades) from my exel file. The error is "Cannot locate table in BIFF file.."


Below is my script:


Load A,

B,
C,

D

FROM

(biff. embedded labels, table is Headline$);


Load A,

B,
X,,

Z

FROM

(biff. embedded labels, table is Trades$);

Any good suggestion please to sort this issue?

0 Replies