Recent activity
Subscribe to this feed
Cyrille Martin marked one of David Peterson's replies in CustomWare as useful. David Peterson replied to the question "Access to non-expanded data into expanding-reporter".
Cyrille Martin replied on January 25, 2010 16:14 to the question "Access to non-expanded data into expanding-reporter" in CustomWare:
Cyrille Martin asked a question in CustomWare on January 25, 2010 15:02:
Access to non-expanded data into expanding-reporterHow to access to the main page information when we are using an expanded-reporter to filter data in table-data.
example:
In some page I have this following code (project page template), he allows me to set the list of actor on a project:
*Client:* {text-data:Client}{text-data}
*Organisation:*
{table-data:Organisation}|| Name || Roles ||
| {list-data:Actor}{user-options:groups=prj1-actors}{list-data} | {list-data:Role|type=select|multiple=false}{list-option}Project Manager{list-option}
{list-option}Developer{list-option}
{list-option}Quality{list-option}
{list-option}Tester{list-option}
{list-option}Sponsor{list-option}{list-data} |{table-data}
I have a page where I try to build a table with the list of all project managers defined with my page template:
{expanding-reporter:data:Organisation|as=Orga}
{content-reporter:space=@global|type=page|labels=+project,+description}
{text-filter:data:Role > name|include=Project Manager}
{expanding-reporter}
{report-column:title=Projects}
{report-info:content:title}
{report-column}
{report-column:title=Clients}
{report-info:data:Client}
{report-column}
{report-column:title=Roles}
{report-info:expanded:Orga > data:Role}
{report-column}
{report-column:title=Actors}
{report-info:expanded:Orga > data:Actor > full name|link=true}
{report-column}
{report-table}
The two last columns are well filled but the two first one are not.
Any clue?
Cyrille Martin marked one of David Peterson's replies in CustomWare as useful. David Peterson replied to the question "How to show specific user pictures in a page?".
Loading Profile...

