🎉 🎉. RAPIDMINER 9.8 IS OUT!!! 🎉 🎉
RapidMiner 9.8 continues to innovate in data science collaboration, connectivity and governance
CLICK HERE TO DOWNLOAD
how to check condition on filter example by joining two macro


Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 537  
 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