Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Inline table in Qliksense

Hi Community, can any one explain Inline Load in Qliksense

1 Solution

Accepted Solutions
its_anandrjs

Hi,

What you want to learn there it is same as qlikview and see example below.

LOAD * INLINE [

    Category, Category_desc   

    A, Cat1

    B, Cat2

    C, Cat3

    D, Cat4        

];

Regards,

Anand

View solution in original post

7 Replies
its_anandrjs

Hi,

What you want to learn there it is same as qlikview and see example below.

LOAD * INLINE [

    Category, Category_desc   

    A, Cat1

    B, Cat2

    C, Cat3

    D, Cat4        

];

Regards,

Anand

Anonymous
Not applicable
Author

Hi Anand,

Is there any direct load like we have in qlikview from insert we select Load inline

Not applicable
Author

In QlikSense no LOAD_INLINE Wizard instructions. You have to enter the code manually. LOAD_INLINE code structure is simple, not complicated, so there is no problem with her writing.

its_anandrjs

Hi,

No in QlikSense there is no Inline wizard you can directly use this code as used in the qlikview also for table you can use the Data Connections wizard and load the data via Fodler location, ODBC, OLEDB, and Web File also.

DataConn.png

Regards,

Anand

Anonymous
Not applicable
Author

Thank you Anand

its_anandrjs

You are welcome.

Regards,

Anand

Anonymous
Not applicable
Author

while looking for whats new in April 2018 release i found the inline load wizard in Qlik sense

we can find this when we use "Add Data" option after opening new app or from Data manager

inline.JPG