I have the following formula in a report of mine:
Right (Trim ({Cpftxt.FTXT}), Length (Trim ({Cpftxt.FTXT})) - 39)
The cpftxt.ftxt field is a string field that can hold 60 Characters.
When I do an error check in the Formula Editor, I have no errors. However when I preview the report I get the following error:
String length is less then 0 or not an integer.
Can anyone explain why I am getting this error message when I preview my report.
Any help is appreciated!!
Thanks
Right (Trim ({Cpftxt.FTXT}), Length (Trim ({Cpftxt.FTXT})) - 39)
The cpftxt.ftxt field is a string field that can hold 60 Characters.
When I do an error check in the Formula Editor, I have no errors. However when I preview the report I get the following error:
String length is less then 0 or not an integer.
Can anyone explain why I am getting this error message when I preview my report.
Any help is appreciated!!
Thanks