could someone please tell me whats wrong here. this formula works fine in Report Designer, but after successfully running then, viewing it from Info Analyzer I receive the message "The string in non-numeric".
<labour hours is numeric>
StringVar X := toText(Sum({RO_LABOR_TA71.LABOR_HOURS}, {RO_ITEM_TA53.WIP_LOCATION}));
StringVar H;
stringVar M;
M := Right ( X , 2 ) ;
H := Left ( X ,5 );
(toNumber((Left(toText(H),2))) + (toNumber((Right(toText(M),2)))) * .06 ) / 10
i have changed this formula several times, it always works in designer, but errors out in info Analyzer :-(
Thanks for your time and help!
<labour hours is numeric>
StringVar X := toText(Sum({RO_LABOR_TA71.LABOR_HOURS}, {RO_ITEM_TA53.WIP_LOCATION}));
StringVar H;
stringVar M;
M := Right ( X , 2 ) ;
H := Left ( X ,5 );
(toNumber((Left(toText(H),2))) + (toNumber((Right(toText(M),2)))) * .06 ) / 10
i have changed this formula several times, it always works in designer, but errors out in info Analyzer :-(
Thanks for your time and help!