You may try grouping collection with grouping field as key_id http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7bec.html On 22 Jul 2015 17:49, "jfb" <[email protected]> wrote:
> Hi All, > Here is a sample of my data: > > Key_ID FieldA FieldB FieldC FY_01 FY_02 FY_03 > 10 A B C 12 14 16 > 15 A B C 10 12 14 > Diff A B C 2 2 2 > 10 AA BB CC 4 25 35 > 15 AA BB CC 10 12 14 > Diff AA BB CC -6 13 21 > 10 ABC D E 12 14 16 > 15 ABC D E 5 6 8 > Diff ABC D E 7 8 8 > > In my array collection I have Key_ID's 10 and 15. How can I construct > Key_ID > = Diff? > This Diff row represents the difference between every two rows. > Thanks, > > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Show-two-rows-diferences-in-Adv-Datagrid-tp10837.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
