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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Num#()

Hi All,

I was trying to convert a value which is in text format to number using NUM#() but i am not getting the expected value.the value is in the below format

66.99072
67.2913
67.6825
67.29164
67.37867
67.40173
67.58928
67.59046

Plz any one help on this.

1 Reply
sivarajs
Specialist II
Specialist II

Try this

LOAD num( EVALUATE(No),'#0') as Num_Data from abc.qvd;