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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Numerics

Hi,

I have created  a table in that i am facing a problem below image is the reference.

Untitled.png

How to convert this into numeric.

28 Replies
Chanty4u
MVP
MVP

=num(Num#(deviceid,'#.###,##',',','.'))

ramasaisaksoft

Hi Naresh ,

you said this a column in table

so i think u can convert this column /calculation into number

r.c on chart properties ->Number->number

nareshthavidishetty
Creator III
Creator III
Author

Thanks to all for the great response.

I got resolved.

Chanty4u
MVP
MVP

grt...can u shre the expression which resolved ur issue?

and close the thread...it wil helps u others while searchng

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hi Naresh,

Can you share your expression?

Regards,

Nagarjuna

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Numaric.PNGHi Naresh ,

I will give one Suggestion to u.

See my attachment and In that see the difference If i use #,##0 and #,##.

Let me know worlking or not?

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

For Example if you are using below Exp:

num(DeviceID,'#,##') as DeviceID .


Instead of Above ,Try like this >>. Num(DeviceID,'#,##0') as DeviceID




Regards,

Nagarjuna

nareshthavidishetty
Creator III
Creator III
Author

Hi Nagarjuna,

It's not a calculated field.

nareshthavidishetty
Creator III
Creator III
Author

I just wrote another load statement and then reload the same.Then its its working fine.