Hi All,
I am working with a database that will show a dash (-) in a numeric field when the value is zero. I would like to show the zero on my report. I have tried to create a formula field with:
If {TableName.FieldName} = "-" Then
0
Else
{TableName.FieldName}
When I do this I get an error saying that a number a string or a boolean is required. It looks like Crystal is not recognizing the symbol as anything at all. Has anyone else run across this?
Thanks in advance
Rob
I am working with a database that will show a dash (-) in a numeric field when the value is zero. I would like to show the zero on my report. I have tried to create a formula field with:
If {TableName.FieldName} = "-" Then
0
Else
{TableName.FieldName}
When I do this I get an error saying that a number a string or a boolean is required. It looks like Crystal is not recognizing the symbol as anything at all. Has anyone else run across this?
Thanks in advance
Rob