

Creator
2009-05-14
04:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rounding Function
I am trying to round so that the total i get is in 2 decimal places. if i have 10.335, i need the number to be 10.34. when i apply the following in Qlik, round(1.335,02), the result is 10 and not 10.34 as it should be. any ideas on how this can work. thanks
3,781 Views
1 Solution
Accepted Solutions

Not applicable
2009-05-14
05:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To Round to two decimal places, you would use Round(field, '0.01').
See page 393 of Book I in the Reference Manual.
1,435 Views
1 Reply

Not applicable
2009-05-14
05:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To Round to two decimal places, you would use Round(field, '0.01').
See page 393 of Book I in the Reference Manual.
1,436 Views
