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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
fkeuroglian
Partner - Master
Partner - Master

Format Number

Hi, expert i recieved numbers in this strange format

how i can cast or convert to int??

attach excel with example  and qvw using this excel

Thank you a lot

Fernando

1 Solution

Accepted Solutions
MarcoWedel

Hi,

try

Num(Num#(Numero, '' ,'.',',')) as Numero

QlikCommunity_Thread_132559_Pic2.JPG.jpg

regards

Marco

View solution in original post

6 Replies
MarcoWedel

Hi,

works without any special effort if you adjust your DecimalSep:

SET DecimalSep='.';

QlikCommunity_Thread_132559_Pic1.JPG.jpg

hope this helps

regards

Marco

Not applicable

Hey

I just loaded the data in a qv file and it seems to work. See attached.

Numero.png

fkeuroglian
Partner - Master
Partner - Master
Author

Marco and Koushik it seems to be a format issue, i change what you tell me (set decimal) and work ok, but if i want that my thousand separator is the "." and my decimal separator will be ","???

i have problems changing this

Thank you a lot Marco and Koushik

Fernando

Not applicable

Hey Fernando

I dont seem to understand your question. can you elaborate?

Regards

Koushik

MarcoWedel

Hi,

try

Num(Num#(Numero, '' ,'.',',')) as Numero

QlikCommunity_Thread_132559_Pic2.JPG.jpg

regards

Marco

ashfaq_haseeb
Champion III
Champion III

Hi,

have a look at attached application.

Regards

ASHFAQ