I need to construct several tables on various pages that would always have the same first column with the same exact list. So I'm looking for some way of being able to create a table from a master list. Each master list entry would result in a row created, then I can add custom columns for each table. So if my master list had the following data: red, blue, orange:
Table 1:
COLOR | MONTH | YEAR |
red | Aug | 2011 |
blue | Jan | 2014 |
orange | Oct | 2009 |
Table 2:
COLOR | USER | USED |
red | admin | yes |
blue | editor | no |
orange | admin | n/a |
To add to the fun, sometimes I need the custom columns to pull in the entry from a data snippet on a different pages. Eg. USED yes/no/na would be contained somewhere else in a table on a different page. Is any of this possible?
Hi Kate,
You can try the Table Filter and Charts app to resolve your issue.
You can use the Table Excerpt Include macro for multi-excerpt from any pages (child pages, specific pages, pages by labels, current page). Then you can use the Table Transformer macro to merge all the tables using the default presets or custom SQL queries.
The steps may be as follows:
1. Create a page and add the table with the master list. Wrap the table with the Table Excerpt macro.
2. Excerpt the master list with the help of the Table Excerpt Include macro on any page.
3. Add the table with the custom columns, place the Table Excerpt Include macro and the table with the custom columns in the Table Transformer macro body.
5. Use the Lookup tables preset to merge tables by the Color column.
6. If you need to add the data from the separated page, use the Table Excerpt and Table Excerpt Include macros as well and merge these tables using the Table Transformer macro.
Please let me know if you have any questions.
The macros are available in Confluence Server and Data Center for now.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.