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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rounding problems in Qlikview

Hi,

I have an expression which sums up parts, it could be for e.g. 0,4 parts or 0,6 parts. Does anyone know if it's possible to arrange in Qlikview that the parts are automatically rounded so that 0,4 parts = 0 and 0,6 parts = 1. In Qlikview now it is already rounded but when I export to excel the decimals shows.

Thanks!

Sofie

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Try to add rounding to your expression, not using a number formatting rounding:

=round(sum(PARTS))

View solution in original post

5 Replies
swuehl
Champion III
Champion III

Try to add rounding to your expression, not using a number formatting rounding:

=round(sum(PARTS))

rajni_batra
Specialist
Specialist

in expression use round() function
round("Your expression")

Regards,

rajni

Not applicable
Author

Thanks a lot!

Not applicable
Author

Thanks a lot!

Not applicable
Author

Are you using  Round(Number,1)  ?