This topic is locked

Report help

11/11/2008 2:34:52 AM
ASPRunnerPro General questions
G
gpsit author

Hi is it possible to create a report in asprunner without returning the fieldnames as aheader for each record
I.e. At the moment my report comes out in the following format
field names

Record 1 data

field names

Record 2 data

field names

record 3 data

....
However I would like it to be in the following format
field names

record 1 data

record 2 data

record 3 data
I know I am probably missing some simple in the setup of the report - could someone please point me in the right direction.
Cheers

J
Jane 11/11/2008

Hi,
just select one field as Group by field on the Report: Group fields tab.

G
gpsit author 11/11/2008

Thanks Jane
I fixed my problem not selecting any fields in the "Group by field on the Report: Group fields tab". As my report contains unique records i.e no common records to group on (simple oversight from my end!)

Sergey Kornilov admin 11/11/2008

Groupping feature works on field level. It doesn't require the whole record to be a duplicate.