Skip to Content
0
Apr 25, 2014 at 03:15 AM

Error - The String Is Non Numeric

555 Views

Hi Guys,

I've previously created a report for this and i don't face any error.

These few days the user got back to me saying that they face error when they try to print

Error - The String is Non Numeric

Formula i use

THEN Tonumber( LEFT({DLN1.U_weight}, (len({DLN1.U_weight}) - 2 ) ) )

What is the problem?

I've tried : -

IF numericText ({DLN1.U_weight})

THEN Tonumber( LEFT({DLN1.U_weight}, (len({DLN1.U_weight}) - 2 ) ) )

I still get the same error.

Need help.

Thank you in advance.