The Altair Community and the RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here.
Options

return macro values

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
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

Answers

  • Options
    kaymankayman Member Posts: 662 Unicorn
    use the concat function, like this : 

    concat(%{scenario},"_",%{iteration})
Sign In or Register to comment.