Columns that have data values formatted using sub-tags before the data is returned to the client. are not sortable, is it by design, or is there a way to have this column sortable
This is what I have in the webreport
[LL_WEBREPORT_INSERTJSON @TABLEREPORT
COLLECTIONPROCESSING:"datasource"
EXCLUDECOLUMNS:'["ROWNUMBER","DATAID"]'
SORTABLECOLUMNS:'["NAME","ORGANIZATION","GROUPNAME","PROJECTCODE","PROJECTSTATUS","PROJECTMANAGER"]'
FORMATCOLUMNS:ProjectManager:"[LL_REPTAG=ProjectManager USERINFO:FULLNAME /]"
FORMATCOLUMNNAMES:NAME:"Project Name":ORGANIZATION:"Organization":GROUPNAME:"Group":PROJECTCODE:"Project Code":PROJECTSTATUS:"Status":ProjectManager:"Project Manager"/]
[LL_WEBREPORT_STARTROW /]
[LL_WEBREPORT_ENDROW /]
Any Pointers?