Skip to main content
Question

Set user parameters from Excel file / 'Read Form Control as Cell Value' parameter ?

  • June 6, 2023
  • 1 reply
  • 56 views

mzuer
Contributor
Forum|alt.badge.img+5
  • Contributor
  • 14 replies

Dear All,

 

I would like to read an excel ''configuration input file'' which contains the values that will be used to set the ''User parameters'' (2 columns table : first column giving the variable name, second column the value that the variable should take). Is it possible to that ?

 

Can the ExcelReader parameter ''Read Form Control as Cell Value'' be used for this purpose ? What does this parameter ? I found no information about it in the help and tried a lot of things without success...

 

Any help would be welcome !

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1620 replies
  • June 7, 2023

One approach would be to set this up in a child/parent relationship.

 

The child workspace (being the one you're wanting to run) will be run using a workspace runner in the parent workspace. The parent workspace will read in the excel document with you required parameters and pass them through to the workspace runner