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.

Reply via email to