cancel
Showing results for 
Search instead for 
Did you mean: 

Passing input parameter with multiple values to other scripted calculation views

former_member258682
Participant
0 Kudos

Hi All,

I have to pass input parameter(with multiple values) from a Graphical CV to scripted CV.

I tried using :

'PLACEHOLDER'=('$$input_para$$',:input_para)

and also

'PLACEHOLDER'=('$$input_para$$',*)

but It shows error, please help.

waiting for your answers.

🙂

Accepted Solutions (1)

Accepted Solutions (1)

former_member258682
Participant
0 Kudos

I had got this answer myself:

Use (PLACEHOLDER."$$input_parameter_name$$" =>:input_parameter name).

keep in mind that parameter name should be same in both CV's.

Answers (0)