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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
MK_QSL
MVP
MVP

Loading Script Data

I have seen many times script data being loaded as below

Capture.JPG.jpg

But whenever I try to load, it's appearing as below..

load 

    date, 

    year(date) as year, 

    Month(date) as month, 

    Day(date) as day; 

load 

    date(Today()-RecNo()) as date 

AutoGenerate (Today()-MakeDate(2012))

What I am missing ?

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Hi Manish,

When you use Reply option use advanced editor and Insert the code with button which is like >> (Insert) and insert code as SQL

Load * Inline

[

Country

India

Usa

Germany

];

Then you get your code like above

Thanks & Regards

View solution in original post

1 Reply
its_anandrjs
Champion III
Champion III

Hi Manish,

When you use Reply option use advanced editor and Insert the code with button which is like >> (Insert) and insert code as SQL

Load * Inline

[

Country

India

Usa

Germany

];

Then you get your code like above

Thanks & Regards