stormtrooper
Programmer
Hello there. I am running CR9 and DB2. The issue I have is that I have a report that consists of a field called {RSRVD_PRMT.NUMBER} that comes in from DB2 as a string. I have to group on this field but I also have to order by ascending.
To do this I created a formula called @ToNumNumber that looks like this, ToNumber({RSRVD_PRMT.NUMBER}), and grouped on the formula.
Now, I get exactly what I want except when the report is scheduled and viewed over the web. This yields the following format in the left nav bar.
5.00
23.00
45.00
66.00
etc.
When viewed on my desktop the format of the numbers are not currency, which is what I want.
Any ideas or am I just having a brain-fart as to how to format the field?
Thanks.
To do this I created a formula called @ToNumNumber that looks like this, ToNumber({RSRVD_PRMT.NUMBER}), and grouped on the formula.
Now, I get exactly what I want except when the report is scheduled and viewed over the web. This yields the following format in the left nav bar.
5.00
23.00
45.00
66.00
etc.
When viewed on my desktop the format of the numbers are not currency, which is what I want.
Any ideas or am I just having a brain-fart as to how to format the field?
Thanks.