Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

set variable in from file

[ftp://user:pasw@ip/filename.csv]

i want to set a variable: SET myfilename = 'myfilename.csv'

and then use that variable in the FROM script. cant find the right syntax .. or not possible?]

["ftp://user:pasw@ip/" & myfilename]

something like this

1 Solution

Accepted Solutions
Not applicable

Try

... FROM $(myfilename)

cheers,

Matthias

View solution in original post

2 Replies
Not applicable

Try

... FROM $(myfilename)

cheers,

Matthias

amien
Specialist
Specialist
Author

ofcourse .. thanks