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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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?

Labels (1)
0 Replies