Hi,
We are using the Reporting Plugin (v 3.4.2) with Confluence 3.5.13. We are trying to generate a report that lists documents (meeting minutes) by created date descending order. The report is sorting by date properly however we cannot get the order to change from ascending to descending. Here is the code we're using for that part of the report.
{report-on} {report-table:injected=true|width=100%} {local-reporter:content:descendents|source=XXXX:Documentation} {date-sort:content:created|order=descending} {collection-filter:data:meets|matchItems=any} {text-filter:reference:value|include=(?s).*\\\\Q%wp_title%\\\\E.*} {collection-filter} {local-reporter} {report-column:title=Document Name}{report-info:content:title|link=true}{report-column} {report-column:title=Creator/Modifier}{report-info:content:creator}{report-column} {report-column:title=Created}{report-info:content:creation date}{report-column}{report-empty}{_}No minutes found._{report-empty} {report-table} {report-on}
I have tried changing the order and also tried using text-sort instead of date-sort. The report continued to
sort in ascending order. Any suggestions?
As it turns out it was a slight error in my tagging. Instead of content:created it should be content:creation date. I could have sworn I had tried that but maybe it was in a prior step. :)
The CustomWare folks can answer the question about the macro, however, you can use the Table-plus macro to give user control over sorting and auto sort on any column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.