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: 
udaya_kumar
Specialist
Specialist

How to provide multiple values for an inline field in load script?

Hi,

I have written an inline statement in Load Script like,

Load * Inline [

var1,employee_name

{2,3,4}, Warne

{6,7,8,9,10,11,12}, Shane

{10},Graham

];

i want to provide multiple values for var1 like that. but how to provide that?

can somebody help me please?

1 Solution

Accepted Solutions
Not applicable

Load * Inline [

var1,employee_name

2, Warne

3, Warne

4, Warne

6, Shane

7, Shane

8, Shane

9, Shane

10, Shane

11, Shane

12, Shane

13, Shane

10,Graham

];

View solution in original post

1 Reply
Not applicable

Load * Inline [

var1,employee_name

2, Warne

3, Warne

4, Warne

6, Shane

7, Shane

8, Shane

9, Shane

10, Shane

11, Shane

12, Shane

13, Shane

10,Graham

];