
Creator
2020-04-04
07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 Decimal round off in qlik sense
Dear all,
How to round off 3 decimal?
Round(Value,0.001) is not working ?
Please help
1,922 Views
3 Replies

MVP
2020-04-04
07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Round() should work. Make sure that your Value is intepreted as a numeric and not a string.
Vegar
Qlik Community MVP
Qlik Community MVP
1,918 Views

Creator
2020-04-04
10:37 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Eg: Round(0.999,0.001).
It returning 0.1 not 0.100 ?
1,892 Views

MVP
2020-04-04
11:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If it's only the presentation that is important then you can format your presentation as a num with three decimals, no need for round ().
Num(Value, '0.000')
Vegar
Qlik Community MVP
Qlik Community MVP
1,889 Views
