[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] rounding to thousand
- Subject: Re: [sqr-users] rounding to thousand
- From: "Larry Roux" <LRoux@syr.edu>
- Date: Tue, 31 Jan 2006 11:10:09 -0500
- Delivery-date: Tue, 31 Jan 2006 11:13:21 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
You could always use round by multiplying as such
SELECT
Round(3333 * .001) * 1000
FROM dual
ie:
3333 * .001 =3.333
3.333 rounded is 3
3 * 1000 = 3000
Larry Roux
Syracuse University
lroux@syr.edu
>>> radhika_05@hotmail.com 01/31/06 11:05 AM >>>
Hi,
I have to round a number to thousands like the following:
Number Result
6590.78 7000.00
5343.00 5000.00
3000.00 3000.00
I am not able to achieve this through Round function. Can you tell me is
there any function or how to achieve this.
Thanks,
Radhika
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar * get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users