Hello
I have a formula:
@extract
if isnumeric ({FreightJobs.SpecialCharacter06})
then tonumber({FreightJobs.SpecialCharacter06})
else 0;
and when it has to extract from £10,000, the 10,000, it gives me 0, so it says that are not numeric in £10,000. The formula works fine for €500, $30,000, ...
What do I do wrong, please?
I have a formula:
@extract
if isnumeric ({FreightJobs.SpecialCharacter06})
then tonumber({FreightJobs.SpecialCharacter06})
else 0;
and when it has to extract from £10,000, the 10,000, it gives me 0, so it says that are not numeric in £10,000. The formula works fine for €500, $30,000, ...
What do I do wrong, please?