I need help with grouping-reporter or "How to calculate pages using the condition?"

Why does not work this?

{report-table}
{grouping-reporter:key=data:Status|as=Stat}
{grouping-stats:data:Counter|as=Cnt}
{local-reporter:content:children}
{local-reporter}
{grouping-reporter}
{report-column:title=Status}{report-info:grouped:Stat}{report-column}
{report-column:title=Count}{report-info:grouped:Cnt > stats:sum}{report-column}
{report-table}

Output error:

Error formatting macro: report-table: java.util.NoSuchElementException
This is not currently in the context of a report.
This is not currently in the context of a report.
This is not currently in the context of a report.
Inappropriate?
3 people have this question

User_default_medium