stormtrooper
Programmer
I'm having a little trouble formatting data from my database (DB2). I'm using CR7.
The data coming in is in the format of:
month field2 count
5 0 45
5 1 130
What I want to do is to have 45 and 130 in my report but in the format of this:
No. of x's = 45
No. of y's = 130
Thanks to anyone who can help.
The data coming in is in the format of:
month field2 count
5 0 45
5 1 130
What I want to do is to have 45 and 130 in my report but in the format of this:
No. of x's = 45
No. of y's = 130
Thanks to anyone who can help.