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: 
ashokkumar
Contributor II
Contributor II

what is the inline load

 
1 Reply
MayilVahanan
MVP
MVP

Inline load is a type of data load that can be used when you do not have a data source.

LOAD * INLINE

[

a, b

1,4

2,3

];

Here a & b are columns.

1,2 are values for a

4,3 are values for b

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.