Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
sambit3
Contributor
Contributor

How to bring decimals in summation in Qliksense

I am using SUM function in Qliksense and it is rounding to nearest integer.

I want the exact sum including decimals. KIndly help

Labels (1)
2 Replies
Kushal_Chawda

@sambit3  how many decimals do you want?

Vegar
MVP
MVP

I believe that the SUM only present your value as an integer, but the decimal value is still there. 

You could try to adjust the presentation by adjusting the number formating in the measure properties..

OR wrap a custom format around you sum() to force a specific format. Eg: money(sum(...)) or num(sum(...),'0.00')