Question

List parameter

  • 16 August 2013
  • 3 replies
  • 0 views

Badge
Hi, I have a model that contains a files that has information about multiple projects. I would like to pass a parameter to allow the user to select on or multiple projects from a list. Any thoughts? guidance? advice?

 

Thank you

3 replies

Userlevel 2
Badge +17
Hi Gerardo,

 

 

How about creating a published parameter whose type is "Choice (Multiple)" ?

 

You can import  parameter values (i.e. choices) from a file when defining the parameter.

 

Takashi
Badge
Takashi, thanks for your response!!

 

I had tried that,  but when  I ran the model, nothing happened, all projects ran. I

 

added a parameter fetcher and it didnt work either. Am I missing something?

 

 

Thanks
Userlevel 2
Badge +17
Hi Gerardo,

 

 

I suppose you need to run the projects (workspaces) whose file names were selected as the published parameter (choices).

 

If my understanding is right, this workflow might be a solution.

 

(image)

 

 

Assume the parameter (WORKSPACE_NAME) value is white-space-separated workspace names (full paths).

 

 

Takashi

Reply