How can I create specyfic list-report ?
Hi, I want to do some thing in Confluence usig Reporting Plugin, and I don't know if it is possible.
I have list-data on my pages (page1), when I can choose titles of other pages (page2).
Than I want to create report list on page2 which provides titles of page1 indicated page2 on list-data.
For example: I have HOLIDAY template. When i create page using it (title eg: MYHOLIDAY), i have to choose from list PLACE when i want to go. PLACE is defined as children of page PLACES. PLACES has two children - SEA and MOUNTAIN. So, it is possible to create on page SEA report list with pages created on HOLIDAY template, which indicated SEA on PLACE list-data?
Thanks,
tomash
I have list-data on my pages (page1), when I can choose titles of other pages (page2).
Than I want to create report list on page2 which provides titles of page1 indicated page2 on list-data.
For example: I have HOLIDAY template. When i create page using it (title eg: MYHOLIDAY), i have to choose from list PLACE when i want to go. PLACE is defined as children of page PLACES. PLACES has two children - SEA and MOUNTAIN. So, it is possible to create on page SEA report list with pages created on HOLIDAY template, which indicated SEA on PLACE list-data?
Thanks,
tomash
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi there,
Sorry for the long delay in replying - the question somehow slipped under the radar.
To answer the question, yes, it is possible. You will need something like the following:
On your Holiday template, you have a {list-data} something like this:
*Place:* {list-data:Place}{content-options:parent=Place}{list-data}
On your Place template, you have a report like this:
h2. Holidays in this place
{report-list}
{local-reporter:content:children|source=Holidays}
{text-sort:content:title}
{content-filter:data:Place > reference:value|scope=@self}
{local-reporter}
{report-body}{report-info:page:title|link=true}{report-body}
{report-empty}
_There are currently no holidays for this place._
{report-empty}
{report-block}
Loading Profile...



EMPLOYEE