Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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

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

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