This topic is locked

Parsing Values From a Report

11/7/2009 11:03:31 AM
PHPRunner General questions
C
chinwag author

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.

J
Jane 11/9/2009

Hi,
unfortunately there is no way to parse values from reports.

You can only select all these values from database manually.