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
Hi,
I have built a report table that show status of several KPIs based on inputs provided into a survey (questionnaire). The survey is a template that is used to generate as many survey are there are projects to manage in the Portfolio.
We host also on Confluence a parent page with children pages which are the status report of each project. The report page is also using a template to create dashboards.
I would like to add on this template the view of the KPIs status from the report table but only the row of the project concerned by the dashboard. So basically I have 50 projects listed into the report table and I want to show only KPIs of the specific project in each Report Dashboard page.
How can I do that? I have replicated the macro structure to create the report table into the Dashboard template and tried to use the Text Filter macro which is indeed working but it is not dynamic. I want the template to pick the correct row of the report table to display when the Dashboard name is matching the survey name.
I heard about those wiki markup which may be the thing I am looking for to achieve this.
Any help will be greatly appreciated.
Thanks
Rick
Hi Katerina,
Thank you I will give it a try. I heard also that now it is possible to inject parameters in a Table Transformer macro? That would also maybe work with an SQL query where I select all columns where first column is equal to the value recorded into a Text Data parameter?
Do you mean using the Table Transformer macro as a replacement to the Table Filter macro? To filter the table using a text variable? It is possible to do or you may use the Table Filter macro with predefined filters as well.
You may also check this Community thread regarding the Table Transformer macro https://community.atlassian.com/t5/Confluence-questions/Table-Filter-Macro-using-Variable-as-Input/qaq-p/1733811
Thanks it worked with Table Transformer!! I created another single column table where I placed a report on on a variable. Then added the SQL query in Table Transformed to lookup both tables and select T1 where T2 variable is equal to T1 column 'Project Title'.
Thanks for having helped me to sort this out! :-)