CR 11 Formatting a Formula Field?
Hey,
I got a formula field that I am using to display 2 numbers coming from 2 different database fields. The problem is, that CR is adding 2 decimal places and a comma for the thousands seperator. How can I remove this formatting in a formula field?
Thanks!
Re: CR 11 Formatting a Formula Field?
I have:
VB Code:
{Header.Header_Number} & "-" & {Header.Header_Draw_Number}
but it outputs 45,998.00-0.00
I need to remove the comma and decimal points fromt the display... anyone have an idea?