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.