Flash Builder 4, AS3.
In an ArrayCollection need to count the records in a field, for example need to know how many users have age of 25. This is the ArrayCollection dataProvider for my DataGrid.
In SQL is easy, just need the command: select age, count (age) from employees where age = '25';
But ArrayCollection tried several ways and could not, could someone help me?
Thank you very much!