Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlixperts
I am trying to covert a huge fields into number by the script below
LOAD num(Value_EUR),
-1* num(Value_EUR),
Value_EUR as Value_EUR_Actual
The field Value_EUR contains combination of numbers and texts and in the num(Value_EUR), field i am getting all the text fields as null
Please help me fixing the code
try like:
LOAD Evaluate(Value_EUR),