I'm using Crystal 8 with csv file.
I have a number type field with text in a formula. If there isn't any cents then I want the number without the decimals. If there is cents then I want the decimals to show.
Example:
Amount
129.00
7.50
Results wanted (have the words 'Fee: '+{amount field} in a formula):
Fee: 129
Fee: 7.50
Help is appreciated. Thanks
I have a number type field with text in a formula. If there isn't any cents then I want the number without the decimals. If there is cents then I want the decimals to show.
Example:
Amount
129.00
7.50
Results wanted (have the words 'Fee: '+{amount field} in a formula):
Fee: 129
Fee: 7.50
Help is appreciated. Thanks