Get error:
Error formatting macro: report-table: net.customware.confluence.reporting.supplier.SupplierValueException: Error while comparing 'data:RMID': Expected symbol:
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.
This is not currently in the context of a report.
This is not currently in the context of a report.
from the code block:
{report-table}
{content-reporter:scope=@self > children|type=page}
{text-sort:data:RMID|order=ascending}
{content-reporter}
{report-column:title=ID}{report-info:data:RMID}{report-column}
{report-column:title=Service Component}{report-info:content:title|link=true}{report-column}
{report-column:title=Definition}{report-info:data:RMDefinition|render=wiki}{report-column}
{report-empty}
(This Service Type has no children){report-empty}{report-table}
when child RMID contains the string ???
error occurs with {text-sort:data:RMID|order=ascending}. Removing this code stops the exception occuring.
Attached .zip contains:
1) SRM Service Type Template.TXT : full text of template using macro
2) Tracking+(Service+Type) - with sort.htm : shows results with exception when using above template
3) Tracking+(Service+Type) - remove sort.htm : shows result with {text-sort:data:RMID|order=ascending} removed from template