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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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),