stormtrooper
Programmer
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.
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.