I have a table that I need to pull content from (if it matches certain criteria) and then place that content into another table on a different page (not a child or parent page). For example, I have a table with a column called 'status'. The status column contains the words green, yellow, or red. If the status is 'red', I'd like to pull the whole row of data that contains the 'red' status and place it into another table. How do I do this?
Hi Ursula,
I can suggest you the solution with automatic merging and filtering tables.
If you need to pull multiple tables (both manually created or generated with the help of the macros outputting tables), you can use the Table Excerpt Include macro that provides an ability to pull any tables from child pages, from specific pages, from pages by labels and more.
After that, you can use the Table Transformer macro to merge all the tables in one.
The Table Filter macro can help you to hide unnecessary columns and filter rows using the necessary criteria.
The workflow may be as follows:
1. Insert the Table Excerpt macro, set the Excerpt name parameter, and place the tables (or the macros outputting tables) within the macro body on every page.
2. Add the Table Excerpt Include macro on the summary page, specify Excerpt name and select an appropriate Excerpt source.
3. Wrap the Table Excerpt include macro in the Table Transformer macro, use the default presets or custom SQL queries to merge all the tables in one.
4. Add the Table Filter macro to the merged table to hide unnecessary columns and filter rows (you can hide the filtration panel).
Let me know if you need more details.
I had the same question and then read this. This absolutely solved the issue I was having! Absolutely awesome!
Thank you Natalie, you rock!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Greig, thank you! Feel free to contact us to find solutions to your use cases. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same as Greig, I had similar doubts and this explanation was perfect! thank you so much Natalie!!
PD: I just created my user in this community to thank you, imagine how much that meant to me. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good Day,
I have the very same query to run.
I am unable to find the "Table Excerpt Include" macro. I am using
Please advise, is there an alternative?
Regards
Ash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ashmeer Mahabeer ,
The Table Excerpt/Table Excerpt Include macros come with the Table Filter and Charts for Confluence app. If you can't find our macros, it means that the add-on is not installed for your Confluence instance.
Try to look into the standard Excerpt/Excerpt Include macros then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Katerina,
Thank you for the prompt feedback.
Is there anyone that can assist me over a TEAMS call, or be guided as to the Excerpts to use to consolidate 15 tables into one then filter the rows based on a specified parameter?
Regards
Ash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If we are talking about the Table Filter and Charts for Confluence app, you can book a live demo session here. Note in the description that you are interested in our Table Excerpts macros and filtering of the combined report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Natalie and other experts ... I was using Natalie's answer above (Table Excerpt Include macro wrapped in a Table Transformer macro) to merge together tables from different pages. It looks perfect in the Preview within the macro but when I save the page, it renders two copies of the merged table. Has anyone seen this? More importantly, does anyone know how to solve it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Robin,
To hide the source table in Table Transformer, please switch to the Options tab and set Hide all content in Source data:
In general, notice that if you're using the latest versions of the app, you do not need to use Table Transformer now for merging tables, just tick the Show as a report table option in Table Excerpt Include.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And for other people who may come across this question: please take a look a these blog posts where we show how to create combined reports step-by-step
Hope it helps your cases!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
for the server option of Confluence you can use "SQL-Powered Table Transformer" macro (https://marketplace.atlassian.com/apps/1219300/sql-powered-table-transformer) along with the standard Excerpt/Excerpt include macro
Put each of the tables inside the Excerpt macro container.
On the summary page add the SQL-Powered Table Transformer macro container, then inside the container link all the tables from other pages using the Excerpt Include macro.
Adjust the SQL Query in the SQL-Powered Table Transformer macro properties to pull the needed rows from the needed tables. Table names will be TABLE_1, TABLE_2, etc. (according to the order you put them into the SQL-Powered Table Transformer)
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me! Thank you George Ivanov! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ursula
works quite simple like this:
open table A in view mode and mark all content in row with status 'red', copy with ctrl+C
open table B in edit mode and paste the content with ctrl+V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Steffi Frank. One thing I forgot to mention is that I'd like this content to move automatically. There's a lot of updates and pieces of content that will need to move to 3 different tables on 3 different pages. I don't want to do this manually each time.
Steffi Frank, do you know how to set this process up so that it happens automatically?
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.