Document Macro Column Headers

Garret Moreno October 22, 2020

Is there a way to add additional columns to the "Documents" macro instead of just File and Modified.  Would love to add a categorization or comments column.

1 answer

2 votes
Katerina Kovriga _Stiltsoft_
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 23, 2020

Hi @Garret Moreno ,

Try the Table Filter and Charts for Confluence app.

Wrap your Attachments macro and an additional table with the required columns in the Table Transformer macro:

Attach 1.pngThen use the following SQL query and look up the two tables by the "File" column: 

SELECT T1.'File', T1.'Modified', T2.'Status', T2.'Comments'
FROM T1 OUTER JOIN T* ON T1.'File' = T*.'File'

Attach 11.pngAttach 111.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events