Get your own customer support community
 

How do you use text-filter to report on only those records that match?

I want to use text filter to select records to report on. In this example I only want to report the records where Role-delivery = Service Director

{report-table}
{text-filter:data:Role-delivery|include=Service Director|required=true/false}
{local-reporter:data:ValueFlows}
{report-column:title=From}{report-info:data:Role-delivery}{report-column}
{report-column:title=To}{report-info:data:Role-receiving}{report-column}
{report-column:title=Deliverable}{report-info:data:Deliverable}{report-column}
{report-column:title=Description/Example}{report-info:data:Description/Example}{report-column}
{report-column:title=Tangible or Intangible}{report-info:data:Tangible or Intangible}{report-column}
{report-column:title=Cost/Risk to deliver}{report-info:data:Cost/Risk to deliver}{report-column}
{report-column:title=Potential value received}{report-info:data:Potential value received}{report-column}
{report-column:title=Current Performance}{report-info:data:Performance}{report-column}
{report-table}

This still reports all the records except in the "From" column I get a blank field when Role-delivery is not Service Director

Doesn't make any difference if I put the text-filter before or after local-reporter.
Inappropriate?
1 person has this question

User_default_medium