Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I would like to let people choose what they want to reload.
then, I have a list in a field that I'ld like people to select and then the reload is executing on THIS SELECTION.
Here I don't knwo how to do.
can someone help me?
my goal :
for each extractionDate in <List selected in the field>
PLUTO_ResourcesFinal4:
Load *
FROM [$(vHistoricPath)$(extractionDate)-PLUTOResourcesFinal.qvd] (qvd);
next extractionDate
thanks in advance
Jerome
Hello
I found a solution to mu problem.
I'm triggering update of a variable based on the selected values of my field:
myvariable =GetFieldSelections(<My Field>)
then the script is refering to that variable
my goal :
for each extractionDate in myvariable
PLUTO_ResourcesFinal4:
Load *
FROM [$(vHistoricPath)$(extractionDate)-PLUTOResourcesFinal.qvd] (qvd);
next extractionDate
this thread can be closed
Hello
I found a solution to mu problem.
I'm triggering update of a variable based on the selected values of my field:
myvariable =GetFieldSelections(<My Field>)
then the script is refering to that variable
my goal :
for each extractionDate in myvariable
PLUTO_ResourcesFinal4:
Load *
FROM [$(vHistoricPath)$(extractionDate)-PLUTOResourcesFinal.qvd] (qvd);
next extractionDate
this thread can be closed