Use a Crystal formula to convert string field to Number by using the ToNumber function.
Example:
ToNumber({Table.Column})
To convert any Numeric field to Text by using the ToText function.
Example:
ToText({Table.Column})
This will allow you to use String functions (i.e. Mid, Left, etc) on any Numeric field.
it is notworking
ReplyDelete