How to Round off values in Table Transformer in Confluence.

Balaji Mohanraj October 29, 2023

Hi Team,

Please advise how can I round off the values shown in the first screenshot.

Thanks,

pr1.jpgpr2.jpgpr3.jpg

1 answer

4 votes
Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 30, 2023

Hi @Balaji Mohanraj ,

Please check the ROUND() function once more: it should include 2 arguments - number/expression and the number of decimal places.

For example, SELECT ROUND(345.1560) will give 345 as a result.

Also go to the Options tab of the Table Transformer macro and set the number of decimal places as 0: it should work for the numbers calculated within the Table Transformer macro even without the ROUND() function.

Balaji Mohanraj November 1, 2023

Thank you so much for looking into my concern and sharing the suggestion, will definitely check on it and get back If further more assistance is required.

Like Stiltsoft support likes this
Balaji Mohanraj November 8, 2023

Hi Team,

Please check on the below , I am trying to execute below query but it is not getting round off , any suggestion please.

ROUND(cast(100 - 100*cast(T1.'Remaining Time' as decimal)/cast(T1.'Story Points' as decimal) AS DECIMAL),0) as 'Reached Progress in %'

Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 8, 2023

Hi @Balaji Mohanraj ,

Please refer to our support. Attach the page storage of your page (upper right corner -> menu ... -> View storage format), so we will be able to recreate your source page. If your source table is a Jira Issues macro, then attach its screenshot in a published state without any macros.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events