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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

put variable in INLINE

i have this statement in a LOAD script:

'$(vTesting')          AS Test

now i want to create an INLINE that looks like this:

Header

vTesting1

vTesting2

vTesting3

Now i want to change my LOAD Script into something like this:

LOAD

$(Header)

RESIDENT InLine;

So i want 3 lines which contains the result of the evaluation of all three variables ..

Whats the correct syntax for this?

1 Reply
Not applicable

Did you ever figure this our?