Hai sudesh,
Thanks for your interest,i solve that problem, but i need another one
help , there is any possibility to use the *aggregateData *function in
ArrayCollection,
for example :-
here i want to calculate the count properties in *aggregateData...*
private var dpFull:ArrayCollection = new ArrayCollection([
{name:"China", total:100, aggregates:[{medal_count_avg :
33.333333333333336, medal_count_max:51, medal_count_min : 21,
medal_count_sum: 100}], medal:new ArrayCollection([{category:"Gold",
count:51},{category:"Silver", count:28}, {category:"Bronze", count:21}])},
{name:"india", total:110, aggregates:[{medal_count_avg
:36.666666666666664, medal_count_max : 38, medal_count_min : 36,
medal_count_sum : 110}], medal:new ArrayCollection([{category:"Gold",
count:36},{category:"Silver", count:36}, {category:"Bronze", count:38}])},
{name:"bak", total:100, aggregates:[{medal_count_avg :
33.333333333333336, medal_count_max:51, medal_count_min : 21,
medal_count_sum:100}], medal:new ArrayCollection([{category:"Gold",
count:51},{category:"Silver", count:28}, {category:"Bronze", count:21}])}]);
thanks,
--
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.