Multi column grouping on charts
I am creating a bar chart to show the % of Test participation. My dataset returns CourceName, CourceID,TotalParticipation(For the daterange), DropOffs,(For the daterange), %TypicalDropOff (lifetime). %TypicalDropOff will have same value for all records
for a given cource.
My chart must show 2 bars, %DropOffs (Dropoffs*100/TotalParticipation ) and %TypicalDropOff (First(TypicalDropOff.value).
How do I able to get it done.
Help appreciated.
May 9th, 2011 7:26am