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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
1 Reply
sivarajs
Specialist II
Specialist II

Try this

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