[2005] How do i convert decimals to ...
I want to convert 0.25 to 1/4
& 0.50 to 1/2
& 0.75 to 3/4
while printing my reports.
The entry will be according to decimal numbers (eg. 42.75) but while printing it should be printed as (eg. 42 3/4) where 3/4 is in smaller fonts...
How do i do this ???
Re: [2005] How do i convert decimals to ...
Re: [2005] How do i convert decimals to ...
Just so you know I just posted an alternate example on the same link as above. It uses the Euclidean Algorithm. Check it out.
Re: [2005] How do i convert decimals to ...
can this be done in the Crystal Reports ?