Results 1 to 3 of 3

Thread: Rounding....up [RESOLVED]

  1. #1

    Thread Starter
    Lively Member Joffies's Avatar
    Join Date
    Aug 2002
    Location
    London
    Posts
    119

    Rounding....up [RESOLVED]

    Hi all.

    I would like to round a figure in the following way! Say i have values like $ 1.444 and $1.351 i would like to always round the up the third decimal no matter what! How could i achieve this in crystal reports ver 8.5. many thanks.
    Last edited by Joffies; Apr 9th, 2003 at 05:11 AM.
    Do, or do not. There is no 'try'.

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    You could create a formula which adds .005 to the database field. This way rounding will work the way you want.

    For example

    1.444 + .005 = 1.449 = 1.450
    1.351 + .005 = 1.356 = 1.360

  3. #3

    Thread Starter
    Lively Member Joffies's Avatar
    Join Date
    Aug 2002
    Location
    London
    Posts
    119

    Thanks -

    Thanks! It works!
    Do, or do not. There is no 'try'.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width