Hi
I have a report where the first field group is CITY, i.e. LONDON, MADRID, ROME, PARIS.
It is a car project, where I total the number of records for each CITY on my report. So LONDON may have 150 cars and MADRID 75 etc etc
The report displays the total number of records correctly for each CITY but how do I get these values dynamically? For example $grouptotals_count["CITY"] only holds the info for the last CITY in the report i.e. PARIS. How do I get the others dynamically.... if I wanted to feed them into something else for e.g.