doesn't work - here is the formula where it get the message.
local numbervar hours;
local numbervar minutes;
//parse out the hours portion of the string and multiply by 3600 to convert to seconds.
hours := tonumber ({case.cas_schsta} [1 to 2]) * 3600 ;
//parse out the minutes portion of...
I am new to CR and I've been successful in creating formulas to calculate difference between a start and end time. However, the report bombs with a message "The string is non-numeric".
The original fields that are used in the difference calculation are strings which I convert to...
I am new to CR and I've been successful in using these formulas in a report to calculation time differences. However, the report bombs with a message "The string is non-numeric".
I looked at the data and it appears that the field(s) are null.
What do I need to do to keep the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.