cindyknapp
Technical User
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 number. The string field looks like 08:30.
I convert all string fields to numbers, then
convert to seconds, then
calculate the difference, then
convert seconds back to HH:MM:SS.
I looked at the data and it appears that the field(s) are null.
What do I need to do to keep the report from bombing?
The original fields that are used in the difference calculation are strings which I convert to number. The string field looks like 08:30.
I convert all string fields to numbers, then
convert to seconds, then
calculate the difference, then
convert seconds back to HH:MM:SS.
I looked at the data and it appears that the field(s) are null.
What do I need to do to keep the report from bombing?