I was able to get the grouping source data with:
private function summObjFuncTitle():SummaryObject {
// Define the object containing the summary data.
var obj:SummaryObject = new SummaryObject();
var tempGC:GroupingCollection2 = gc;
// Add a field containing a value for the column.
obj.COLUMN_01 = "OCT-" + (Number(tempGC.source[0].FY) -
1).toString();
return obj;
}
But this is the year of the first group.
How can i change dynamic the index of tempGC.source[index].FY??
Any ideas?
Thanks
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/ADG-label-for-Grouping-tp5848p5853.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.