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.
{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.
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?I am having the same issue. I have noted that I only receive the error when the data element I am grouping on has multiple values within the child pages returned by my reporter. In other words, when the "Status" scaffolding data value on my children pages all have the same value, I have the table display with one row and the correct "Count" value. However, if any of my children pages have a different value for "Status", the same error that you reported is shown on my page.
In my case, the "Status" scaffold data item is captured using list-data / list-option. -
Hmm.., very strange. Let's wait for that answer David. -
Inappropriate?You may want to review this open issue with the Reporting plug-in. I believe that this is the root cause of the issue I am experiencing.
http://greenhouse.customware.net/jira... -
Inappropriate?I'm also getting the same error. With a single value in the report everything works peachy, but when you have multiple values the error shows up instead.
This makes much of the grouping functionality sort of useless until it is fixed, it naturally being most useful in those cases were you actually have multiple values to group on...
I’m frustrated
-
Inappropriate?Hi guys,
Bit late in the reply, but this issue was resolved with the latest update for reporting. There was a bug with empty lists when using grouping-reporter. Let me know if there are any further issues.
David
Loading Profile...





EMPLOYEE