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 diff attribute in group by attribute in aggregate operator as per config file iteration
sgnarkhede2016
Member Posts: 152 Contributor II
Hello,
How to change select attribute value dynamically in aggregate operator.
e.g First time I will pass one attribute in the group by attribute and next time i need to pass two attributes in a group by attribute but it is not hardcoded.
if I added any combination in config the as per config it will pass attributes in the select attribute.
First-time I pass "Customer"
Second iteration I pass "Customer" and "Beneficiary"
The third iteration I pass "Customer", "Beneficiary" and Risk Profile
I have stored all config attribute in macro as per iteration values is stored in macro but how to passed in group by attribute Runtime in Select attribute?
For me first-time works but it hardcoded value I passed in a macro value in the group by attribute
How to change select attribute value dynamically in aggregate operator.
e.g First time I will pass one attribute in the group by attribute and next time i need to pass two attributes in a group by attribute but it is not hardcoded.
if I added any combination in config the as per config it will pass attributes in the select attribute.
First-time I pass "Customer"
Second iteration I pass "Customer" and "Beneficiary"
The third iteration I pass "Customer", "Beneficiary" and Risk Profile
I have stored all config attribute in macro as per iteration values is stored in macro but how to passed in group by attribute Runtime in Select attribute?
For me first-time works but it hardcoded value I passed in a macro value in the group by attribute
Tagged:
0
Answers
Scott