Hi,
I have been using Confluence (also) for reporting - our workers use a template and fill it in. However, then someone needs to manually merge the files.
Is there a way I could, on another Confluence page, display all pages with certain parent? But the name cannot be hardcoded as the parent folder name contains currentDate.
An example:
- Parent-WorkLog 12-12-2012
- Worker A (some tables)
- Worker B (some tables)
- Worker C (some tables)
And I would need to have another page that would contain Worker A, Worker B, Worker C tables (everything as in include) but on a single page.
EDIT: What about custom Macro? Would it not be possible to simply iterate through children of a parent and merge/join/append their content into a new page?