Create a report from multiple pages data

Does anyone know if it is possible to create a report, based on multiple pages scaffold data?

Let's say we have tasks and reports reporting system. If any employee creates a task, he reports on a weekly basis. I need to create a report where I can see details on his task + details taken from his reports (actually children pages on the task page) in a single row?

Here is an example:

Sample task template code:


| Priority: |{list-data:TaskPrio|type=check|multiple=false|required=true}
{list-option}Priority 1{list-option}
{list-option}Priority 2{list-option}
{list-option}Priority 3{list-option}
{list-data} |
| Task/Project Status: |{list-data:TaskSTAT|type=check|multiple=false|required=true}
{list-option}Active{list-option}
{list-option}Frozen{list-option}
{list-option}Completed{list-option}
{list-data} |


Sample task report code:


|| Percentage of completion | {list-data:PercentageCompl|type=check|multiple=false|required=true}
{list-option}0%{list-option}
{list-option}20%{list-option}
{list-option}40%{list-option}
{list-option}60%{list-option}
{list-option}80%{list-option}
{list-option}100%{list-option}
{list-data} |


I repeat - it's just an example. Now I would like to create a table, where all my employees are shown and then in a single row, but different columns, to see listed all tasks for Miss X, their priority, their status, and percentage of completion. How report like this one would look like?

Thank you for your help.
 
happy I’m excited
Inappropriate?
2 people have this question

The company marked this question as answered.


User_default_medium