Get your own customer support community
 

Filter on table-data entries via expanding-reporter

I am currently trying to report on row I entered in a table-data. With this I am quite succesful using the code:
{noformat}
{report-table}
{expanding-reporter:data:communication|as=table}
{local-reporter:@self}
{local-reporter}
{expanding-reporter}
{report-header}
A header
{report-header}
{report-column:title=Finding}{report-info:expanded:table > data:findingscommunication}{report-column}
{report-empty}{report-empty}
{report-table}
{noformat}

However I do not want show any report, i.e. who anything written in the report-empty macro if none of the findingscommunication has any entry. Using the {text-filter:data:findingscommunication|required=true} filter outside the local-reporter, but inside the expanding-reporter only prevents the report from being shown, if no rows are open in the table-data.
This is indeed fine, but I want a filter, that does not show anything even if multiple empty rows in the {table-data:name=communications} are open.

Advice at this stage is greatly appreciated,

Robert
Inappropriate?
1 person has this question

User_default_medium