The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to pass only filled macro in aggregation operator
sgnarkhede2016
Member Posts: 152 Contributor II
Hello,
I have total seven macro as per iteration values fillled in macro but I am getting error "Group By attribute not found"
e.g
I first iteration only my two macro filled other five are empty I will passed all macro in select attribute.
Because next iteration I will get first three macro values and so on..........
How to handle this situation?
I have total seven macro as per iteration values fillled in macro but I am getting error "Group By attribute not found"
e.g
I first iteration only my two macro filled other five are empty I will passed all macro in select attribute.
Because next iteration I will get first three macro values and so on..........
How to handle this situation?
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi @sgnarkhede2016,
you could use multiple nested Branch operators that check if the current macro value is filled in, or Select Subprocess with the current number of defined group attributes.
Regards,
Balázs5
Answers
could you structure it into a subprocess with one macro parameter (containing concatenated values for example) and call that subprocess recursively? It's probably not easy but it might be the generic solution you're searching for.
Regards,
Balázs