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: 
shekhar_analyti
Specialist
Specialist

Problem in Converting to Num . Help !

Hi All ,

I am not able to get district wise population in bar chart . Even though i tried to convert values to Numeric format .

Thanks & Regards

Shekar !

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Sum(Num#([Total Population 2001],'#,##,###'))

However, you should convert this string to number during load in the script.

View solution in original post

1 Reply
tresesco
MVP
MVP

Try like:

Sum(Num#([Total Population 2001],'#,##,###'))

However, you should convert this string to number during load in the script.