You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi Team,
Please advise how can I round off the values shown in the first screenshot.
Thanks,
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.156, 0) 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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 %'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.