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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
doespirito
Creator
Creator

loading a qvd file chosen from a list in a sheet

Hello,
I'm trying to load a qvd file chosen from a list into a sheet.

doespirito_4-1724921038674.png

here is the loading script.

load * FROM [lib://OD (nr_arnault.doespirito)/OD/'$(vFile)'] (qvd)
where DATE_ARCHIVE='$(vDateOD)' and CODE_OFFRE='$(vOD)';

the vFile variable is determined by

 

doespirito_2-1724920830810.png

voici le message d'erreur 

doespirito_3-1724920958106.png

the variable does not seem to be evaluated even though I can display it in the sheet.

any idea to solve this problem?

thank you ver much
Arnault

 

Labels (2)
1 Reply
Anil_Babu_Samineni

GetFieldSelections is captured from UI and how you are capturing that to script because the load script is showing in script. Can you please explain what you trying?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful