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
"Aggregation of sales"
Can anyone assist i have a a transaction file that has a field for the product code and a field for the quantity sold in units .
I would like to aggregrate the sales by product code so it will reflect the total sales for a given product code since the transaction file has multiple records with the same product code.
Colin
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
Simple! RapidMiner has the "Aggregate" operator that will do the trick. Use product code as the "group by" attribute and sum(sales) as the aggregation attribute in the parameters and you should have what you need.
0
Answers
thanks did it it worked