how to check condition on filter example by joining two macro


Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 898
Unicorn
Hi,
you can use Generate Macro to resolve the "inner" macro value %{m_cnt}.macro name: prof_value_name
expression: "prof_value_" + %{m_cnt}
This gives you a macro named prof_value_name with the current m_cnt, which you can use in your comparison.
Regards,
Balázs5