Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting on report...

Status
Not open for further replies.

stormtrooper

Programmer
Apr 2, 2001
266
CA
Hello. I have a very simple report that basically will look like this:

Title of Report
May (MM_NO)

Count1: 100
Count2: 50

My question is that how do I keep this format if the data coming in looks like this: (from DB2)

MM_NO EXPEDITE_SW COUNT
5 1 100 (record1)
5 0 50 (record2)

Thanks to all who can help.



 
Have you tried to create a report with this format? If so, what exactly is the problem? Malcolm Wynden
I'm for sale at malcolm@wynden.net
 
Yes I have. It's just that the labels for each count has to be different (as in original post). I could create 2 groups, but that's something I don't want to do unless 2 records is all I'm dealing with.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top