|
-
May 24th, 2013, 01:26 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] need help about round off
i need help about round off.
for example. 123.4567 and the result that im looking for is 123.45.
i need it to be round off in 4rt decimal place
-
May 24th, 2013, 09:35 AM
#2
Re: need help about round off
Where?
Crystal, Access or Data Report?
JG
... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...
-
May 26th, 2013, 08:04 AM
#3
Thread Starter
Hyperactive Member
Re: need help about round off
 Originally Posted by jggtz
Where?
Crystal, Access or Data Report?
Crystal report sir.
-
May 26th, 2013, 01:05 PM
#4
Re: need help about round off
In Crystal Reports ide
Right click over numeric field
A popup menu is displayed with several options
Left click over 'Format Field'
A Format Editor window is displayed
Select Number tab
Left click over 'Customize' button
A Custom Style window is displayed
Select desired 'Decimals'
Select desired 'Rounding'
Click over OK
JG
... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...
-
May 26th, 2013, 10:16 PM
#5
Thread Starter
Hyperactive Member
Re: need help about round off
 Originally Posted by jggtz
In Crystal Reports ide
Right click over numeric field
A popup menu is displayed with several options
Left click over 'Format Field'
A Format Editor window is displayed
Select Number tab
Left click over 'Customize' button
A Custom Style window is displayed
Select desired 'Decimals'
Select desired 'Rounding'
Click over OK
i've try this. but it doesn't work, still rounding off.
-
May 27th, 2013, 01:40 AM
#6
Re: need help about round off
Then You'll need to insert a formula field and write the next code
(change for your real field name)
Code:
TRUNCATE ({NumericFieldName},2)
JG
... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|