spacemanspiffy04
Programmer
Hi,
I use CR XI with DB2. I have created a report where I need to group the data by Group "A" and then by Group "B". The problem is that the field for group "B" also has some other information, so my report comes out like this:
A
B01
B02
C01
C02
I need all the Bs in one group and all the Cs in another
A
B
C
This report also has a number of other fields from multiple tables.
The other part to my question is this:
One of the fields in this report is a date field. I need to only pick up the latest date from this field. Something to the effect of Date = Maximum. I then need to display all corresponding information from all other tables only pertinent to that date field.
Any help will be greatly appreciated.
Thanks!
I use CR XI with DB2. I have created a report where I need to group the data by Group "A" and then by Group "B". The problem is that the field for group "B" also has some other information, so my report comes out like this:
A
B01
B02
C01
C02
I need all the Bs in one group and all the Cs in another
A
B
C
This report also has a number of other fields from multiple tables.
The other part to my question is this:
One of the fields in this report is a date field. I need to only pick up the latest date from this field. Something to the effect of Date = Maximum. I then need to display all corresponding information from all other tables only pertinent to that date field.
Any help will be greatly appreciated.
Thanks!