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

Export to excel Decimal point issue

Hi All,

Issue -

Export to excel from straight table, the values are showing one decimal in excel is correct, but if I select the value in excel it is showing in 4 decimal.

Qlikview straight table  :

Capture_Qlikview.PNG

Now after exporting to excel using upper right corner, I am getting the same result but if you can see, when I select 1.1 valuse in excel then it is shwoing as 1.13984, so it should be 1.1, this is what I am execting

Capture_After Export.PNG

Note-

- Dont suggest to create export button and to write macro, it is not required.

- I have tried to change the number format in Number tab #,##0.0

- I have use NUm fucntion with expression to show as result in #,##0.0

Kindly provide the solution.

Best Regards,

Mahamed

1 Reply
antoniotiman
Master III
Master III

HiMahamed,

use Round(YourExpression,0.1)

Regards,

Antonio