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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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 !

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

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
tresB
Champion III
Champion III

Try like:

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

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