I am new to CR. I have just installed CR XI. One nuisance issue I cannot figure out is:
I have 2 SQL Numeric fields that I want to combine into a single text CR field string on the report with a decimal point.
Field1 = 6732
Field2 = 02
I want to create a new field on the report that looks like this:
Newfield = 6732.02
I add a CR text field to the report and use the text editor to add this to the field :
{Field1}.{Field2}
But when I do, I get this value "6,732.02".
How do I format my formula so it comes out "6732.02"? Thanks for any help.
I have 2 SQL Numeric fields that I want to combine into a single text CR field string on the report with a decimal point.
Field1 = 6732
Field2 = 02
I want to create a new field on the report that looks like this:
Newfield = 6732.02
I add a CR text field to the report and use the text editor to add this to the field :
{Field1}.{Field2}
But when I do, I get this value "6,732.02".
How do I format my formula so it comes out "6732.02"? Thanks for any help.