I have a flat data(array of objects) containing 3 columns, which I want to group it based on the column1 and column2, this can be achieved using a groupingCollection, while doing the grouping I will also calculate the number of row in each grouping.
My question is that, after applying the grouping : I would like to get only the following data into a array, each should contain the following : Column1 Cloumn2, column3(which will be the count of records in each row). How to get the result array ? -- View this message in context: http://old.nabble.com/flex-groupingcollection-summary-rows-into-flat-data-tp26605997p26605997.html Sent from the Flex India mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

