We have much information from different pages that would be useful to collect in a single table. Using "table excerpt" macro with "table transformer macro" I am able to merge the table with the columns I need. The one thing I am not able to do is to automatically add the page title with a link to the page where the row originated. Is this possible or do anyone have a nice walk around? This would make concatenating of data much easier and better
Here are some screenshots of the setup used
Example of the end result I am looking for
Hi @Thomas Heggebø
Currently there is no such an option, but we have it in our roadmap.
Here is a workaround that might work for you:
SELECT * FROM T1 OUTER JOIN T2
4. And get the resulting table
Best regards,
Katerina
Hi @Thomas Heggebø , here is our latest update for the Table Excerpt/Table Excerpt Include macros: now you can show page titles of included tables automatically.
Just tick the Show page titles of included tables field and you'll see the links to the pages with Excerpt macros:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If I want to wrap 'Table Excerpt Include' inside the Table transformer and use SQL Query example:
SELECT *, ....FROM T1
it is displaying "Page" column but if I use following:
SELECT T1.Col1,T1.Col2, ....FROM T1
it is not displaying 'Page' column, how can I get page link?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've checked both on Server and Cloud instances, the Table Transformer macro recognizes all the page meta data columns perfectly well.
Here is an example for Server:
And here is an example for Cloud:
Please check your SQL query and make sure that you list your columns containing the meta data information.
If nothing helps, you may raise a support ticket here (attach the screenshots and page storage format (upper right corner -> menu ... -> View page storage format)).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thomas Heggebø ,
To collect page titles you may use the Page Properties Report (PPR) macro. Our Table Filter and Charts for Confluence app works with it just fine. See the examples here. You can filter your PPR and merge it with other tables.
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.