Hi All, I'm trying to change the sorting of QueueSummaryByLifecycle. Its currently sorted by Queue name (to me implicit) but I would like to change that to Description but I'm not having much success. I have changed other components and there it was a simple add of:
$Queues->OrderBy( FIELD => 'Description',
ORDER => 'ASC');
But that doesn't seem to work in this component.
Anybody who can help me with this?
Thanks in advance,
Joop
