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
Loop +Aggregate; color to a column
Teja_Varanasi
Member Posts: 17 Contributor II
in Help
Hi, I have say S.No, Required, A, B, C, D, E.... 2 columns are surely present (S.No, Required) and others are unknown. But at least 1 will be there.(S.No, Required, A). What I want is to multiply Quantity* A, Quantity*B,Quantity*c like that.. with all the columns except S.No. later want to add all the values => sum(Quantity*A),sum(Quantity*B).. finding the min of those sums and represent the min col in green color
what i am trying to do:
loop => dynamically generate attribute for Quantity* A, Quantity*B,Quantity*c ; want to aggregate only the generated columns in inside the loop.. as the number of columns are unknown. Unable to do this. Can somebody please suggest what to do.
Correct me if i am wrong.
what i am trying to do:
loop => dynamically generate attribute for Quantity* A, Quantity*B,Quantity*c ; want to aggregate only the generated columns in inside the loop.. as the number of columns are unknown. Unable to do this. Can somebody please suggest what to do.
Correct me if i am wrong.
Tagged:
0