I have used the "ToNumber and Towords" in forumulas to change text fields. I have run into a problem when there is no value in the field. It stops the formula and brings up the text box that says "the string is non numeric".
I group records by a sale date but the fields that I use the forumula does not always have a figure or date in them and the fomula's always stop when it gets to a record that has a null value.
Is there a way to ignore null values even if the formula has it changing from a text field to a different field?
This is the formula: TONUMBER ({cpmain.udftext6})
I then use another formula with "towords" to show the numerical value that has been entered as both numbers and written out as in One Hundred dollars.
I'm using CRXI for this report. Since I do not have field for money I wanted to be able to put in the amount into this field and then have it convert it to a number. It works great, but only for single records. Any help would be greatly appreciated. Thanks in advance.
I group records by a sale date but the fields that I use the forumula does not always have a figure or date in them and the fomula's always stop when it gets to a record that has a null value.
Is there a way to ignore null values even if the formula has it changing from a text field to a different field?
This is the formula: TONUMBER ({cpmain.udftext6})
I then use another formula with "towords" to show the numerical value that has been entered as both numbers and written out as in One Hundred dollars.
I'm using CRXI for this report. Since I do not have field for money I wanted to be able to put in the amount into this field and then have it convert it to a number. It works great, but only for single records. Any help would be greatly appreciated. Thanks in advance.