Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajkumar
Creator
Creator

3 Decimal round off in qlik sense

Dear all,

How to round off 3 decimal?

Round(Value,0.001) is not working ?

Please help

 

 

3 Replies
Vegar
MVP
MVP

Round()  should work. Make sure that your Value is intepreted as a numeric and not a string. 

Rajkumar
Creator
Creator
Author

Eg: Round(0.999,0.001).

It returning 0.1 not 0.100 ?

Vegar
MVP
MVP

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')