Hi,
Can anyone guide me to change displaying of decimal values setting?
I will be displaying results from SQL and would like to convert decimal values into Integer in confluence, but I do not want convert this using SQL.
I also would like to display total at the end of each column without using sql.
I have tried by changing in general configuration under confluence admin but it doesn't make any difference so please let me know how to achive this?
Thanks
You need to do that with SQL using the round function (for postgres) or equivalent for your database. Select the Auto total row (autoTotal) parameter to get a total row.
Yes, do it in your SQL statement. All major SQL databases have rounding functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.