Using date-filter dates in table-data rows

I have table, called Release plan (using table-data macro) I want to report on. The table contains information about Project Releases such as:

* PlannedFinish
* MilestoneName
* Status
* IssueDetails

I am creating a report and want to only show milestones two weeks back in time and three weeks ahead. I am not sure how this is done because the filter needs to be applied to each row in the table. Here is the code I have, can you help me with this:

{report-block}
{content-reporter:label=myproject|space=TEAMS}
{date-filter:data:Release plan:PlannedFinish |minValue=-3m|maxValue=2w|required=true}

{report-body}
h6. {report-info:data:Project name}
{report-on:data:Release plan}
* *{report-info:data:ProjectStatus|render=wiki|default={color:silver}Not started{color} } {report-info:data:PlannedFinish|format=dd MMMMM yyyy |render=wiki|default=Unknown} - {report-info:data:MilestoneName|render=wiki}* released, for more details see: {report-info:data:IssueDetails|render=wiki|default=no link provided}

{report-on}
{report-body}
{report-block}
 
indifferent I’m curious
Inappropriate?
1 person has this question

User_default_medium