Hi,

How can this be achived in Flex?

My dataProvide XML:

<data>
<fperiod month="Apr 04">
<tac>135</tac> 
<bingos>80</bingos> 
</fperiod>
<fperiod month="May 04">
<tac>140</tac> 
<bingos>98</bingos> 
</fperiod>
</data>

Desired Output: 

Fiscal Period Apr 04 May 04
TAC Cases 135 140
TAC Bingo 80 98

If I use the Default DataGrid, the output will be:

Fiscal Period TAC Cases TAC Bngo
Apr 04 135 80
May 04 140 98

Thanks,
-Chandransu





Reply via email to