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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load Inline In Qlikview

plz tell me know about the load Inline

Labels (1)
2 Replies
oknotsen
Master III
Master III

Inline Data Wizard ‒ QlikView

Load ‒ QlikView

May you live in interesting times!
pra_kale
Creator III
Creator III

Hi,

I am using In line load to optimise application which helps to select required data just like we used where clause.

e.g.

A:

LOAD * Inline

[

status

IF];

Left Join

LOAD Data,

     status

FROM

(ooxml, embedded labels, table is Sheet1);

You also can use inline load to load the data directly into application just like given below...

e.g.

B:

LOAD * Inline

[

Numbers

1

2

3

4

];

This may help you..