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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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