Expanding-Reporter on Table-Data values

Hello,
I have a table-data object named "ConsumedServices" with the following columns, which are defined as {list-data}

||System||Service||Consumer||.

The table is placed on each page of the space Project.

I want to display the values of the column "Service" which correspond with a specific Consumer from the column "Consumer". The report should return a total value for all pages in the space.

I have tried with the following report but got stuck on report-info:expanded:item. I would like to go into the table-data and display the values from the "Service" column, but get no results. The report set seems to be ok since the number of items which I display in the report-footer is correct .

{report-table}
{expanding-reporter:data:ConsumedServices|as=consumer}
{content-reporter:space=PROJ}
{content-reporter}
{text-filter:data:Consumers > reference:value|include=MY CONSUMER}{text-filter}
{expanding-reporter}
{report-column:title=Services}{report-info:expanded:item > data:ConsumedServices > data:Service|render=wiki|link=true}
{report-column}
{report-footer}{report-info:report:item number}{report-footer}
{report-empty}0{report-empty}
{report-table}

Krzysztof Gabruk
 
silly I’m unsure
Inappropriate?
1 person has this question

User_default_medium