how to check condition on filter example by joining two macro
sgnarkhede2016
New Altair Community Member
Best Answer
-
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
Answers
-
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