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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikview979
Specialist
Specialist

LOAD

Hi experts,

What is inline load ?

4 Replies
Not applicable

Hi Mahesh, use the community search function to do a bit of research on a topic before posting, you will find many questions have already been asked and answered, such as this one

Joe

awhitfield
Partner - Champion
Partner - Champion

Its a method of loading data directly in the script without importing it from an external datasource. e.g.

Countries:

LOAD * Inline
[
Country
India
India
USA
UK
Singapore
Canada
France
Spain
Italy
Belgium
Australia
]
;

will load the supplied list of countries into a table named Countries with a single field names Country.

Andy

buzzy996
Master II
Master II

go with tis,

InLine load

Not applicable