Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence is showing more than 2 decimal number

Vijay anand R
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 11, 2023

I created a table in Confluence which is linked with Jira from where the data is pulled to Confluence. 

After creating the table in Confluence I found there are more than 2 decimal numbers showing in the table whereas in Jira that particular data has only 2 decimal numbers.

 

Regards, VijayConfluence.JPG

1 answer

4 votes
Katerina Rudkovskaya _Stiltsoft_
Atlassian Partner
April 11, 2023

Hi @Vijay anand R,

If you have the Table Filter and Charts for Confluence app (the add-on is developed by our company) installed for your instance, you may use the Table Transformer macro and the ROUND() SQL function for the case.

For example, your SQL query may look like this:

SELECT *,
ROUND('Column A', 2) AS 'Column A'
FROM T*

Here we leave two decimal numbers (places) for the Column A of your table.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events