Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

Convert into Number decimal and text combination

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

Convert Number.png

1 Reply
tresesco
MVP
MVP

try like:

LOAD Evaluate(Value_EUR),