How to pass only filled macro in aggregation operator

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
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?


Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi @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ázs