Hi,
I am calculating some numeric number and noticed that the display is either integer or 3 decimal.
Can someone kindly advise which operator can I use for below?
1) Round to 2 decimal place and display as 2 decimal place
- I tried using "Generate Attribute" by indicating round(a/b,2). Eg. result is 2.035 and rounding become 2.040, this steps round to 2 decimal but when display it still show 3 decimal
2) I need a column to display in percentage, then round and display as 2 decimal place. Eg. The value is 2.046789, in percentage is 204.6789%, the final display needs to be as 204.68%.