Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
abc_18
Creator II
Creator II

issue in loading data from excel

Hi,

In my excel sheet data is in below format

 

MTTR
100.00
96.98

when I load this data in qlikview,

qlikview showing data as

100,00

96,00

means replacing decimal value with comma ie'   :- ','

how can I do it, I tried using num function but no luck.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Can you check and update like below in Qlik environment

SET DecimalSep='.';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

7 Replies
effinty2112
Master
Master

Hi Shika,

If

Num(MTTR,'0.00')

doesn't work try

Num(Num#(MTTR,'0,00'),'0.00')


Good luck


Andrew

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Shikha,

Please try num Function.

Num(MTTR) as [New Value]


Thanks,

Arvind Patil

abc_18
Creator II
Creator II
Author

not getting proper value.

using this formula it's give me value like

1.00

0.96.

avinashelite

check the decimal DecimalSep Variable value once ..if its , change it to .

Anil_Babu_Samineni

Can you check and update like below in Qlik environment

SET DecimalSep='.';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
abc_18
Creator II
Creator II
Author

I tried using num function only, but its replacing decimal icon with comma  ','

avinashelite

Could you share the sample EXCEL