return macro values

sgnarkhede2016
New Altair Community Member
Hello,
I have two macro "%{scenario_1} and %{iteration}
I want to return in genrate attribute scenario parameter value like %{scenario_%{iteration}}
please help with syntax
I have two macro "%{scenario_1} and %{iteration}
I want to return in genrate attribute scenario parameter value like %{scenario_%{iteration}}
please help with syntax
Tagged:
0
Answers
-
Welcome to the community!0
-
use the concat function, like this :
concat(%{scenario},"_",%{iteration})0