Group footer in report, with Integer data item / temp table

paulfisherpaulfisher Member Posts: 3
Hi

I've got a report which populates a temporary table, and then displays the results using Integer as the data item. This works fine, but now I need to group on two of the fields in the table. The two fields to be grouped on are in the primary key of the temporary table. Can anybody tell me how to do that? The normal way of grouping doesn't work because the fields aren't on the Integer data item...

Thank you
Sign In or Register to comment.