Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to load a qvd file chosen from a list into a sheet.
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
voici le message d'erreur
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
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?