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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have multiple pages with transform tables that compute elapsed times. I'd like to display the elapsed times on a summary page using properties report. The problem is the properties report will display the data in the original table and not the resulting table. Is there a way to do this?
Hi @Sandra Bellemare ,
If by the "transform tables" you mean tables wrapped in the Table Transformer macros provided by the Table Filter and Charts for Confluence app, then you may use the Table Excerpt/Table Excerpt Include macros to collect your tables.
Place the Table Excerpt macro on top of the Table Transformer macro, and the Table Excerpt Include macro will collect the transformed tables (not the original ones).
If you are on Server/Data Center, then you may wrap macros directly one into another.
If you are on Confluence Cloud, wrap macros via the Table Toolbox (it's a special shell developed to nest macros in the Cloud editor).
And if we got the case wrong, please clarify what macros you use to transform your tables - other Community members will be able to help too.
Thank you, so I tried this. My Table Excerpt Include is in a Table properties macro. On a separate page, I use the Table properties report to summarize project information (elapsed times).
I use the Table Transformer to compute the elapsed times - but they don't show up in my Table properties report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to exclude the standard Page Properties/Page Properties Report macros from the case - use another set of the Table Excerpt/Table Excerpt Include macros instead.
As I understand, you have tables that are wrapped in the Table Transformer macros. Here you perform your calculations.
Then you wrap these Table Transformer macros in the Table Excerpt macros (source table <- Table Transformer <- Table Excerpt).
These Table Excerpts are included via the Table Excerpt Include macros into other tables that are wrapped in the Page Properties macros.
Then you try to collect these Page Properties using the Page Properties Report macro but the column with the Table Excerpt Include macros is not showing properly.
So, use another set of the Table Excerpt/Table Excerpt Include macros instead of the Page Properties/Page Properties Report macros: the Table Excerpt/Table Excerpt Include macros are an advanced version of the standard macros, they allow you to combine summary reports and support other macros as well.
If I get smth wrong, maybe it's better to move to our support: the portal is confidential, you'll be able to share your screenshots of the source table and macro nesting and we'll advise.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks, I got a little closer but I like the format of the Page Properties report. I'll submit an internal ticket.
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.