I have a field where I want to display a series of numbers in a formula. The numbers can range with any number of decimal places, usually no more than 7 but they can be whole numbers as well. Whenever I use them in a formula, I convert them to strings for concatination purposes, however they will appear based on my number formatting, so I'm getting
11.00 instead of 11
8.50 instead of 8.5
3.65 instead of 3.655
I just want to display the actual number I'm bringing in without any special formatting/rouding off of the decimal places. Is this possible?? I'm using Crystal Reports V9.
Thanks in advance!!!
11.00 instead of 11
8.50 instead of 8.5
3.65 instead of 3.655
I just want to display the actual number I'm bringing in without any special formatting/rouding off of the decimal places. Is this possible?? I'm using Crystal Reports V9.
Thanks in advance!!!