Sorting/Ordering Task Info on Project Report
I’m working with this expression to bring some Task data onto a Project report. Each project will have multiple tasks that meet this criteria (ie multiple children under the Bottling parent).
Is there a way to tell the report to put the outputs in a certain order - ideally sorted by the Planned Start Date. Right now it seems to put them in an unpredictable order, maybe affected by the task status or latest update…I can’t figure out exactly what it’s using to reorder the outputs.
displayname=Itemslistdelimiter=<br>listmethod=nested(tasks).liststype=iteratevalueexpression=IF(CONTAINS("Bottling",{parent}.{name}),CONCAT({plannedStartDate}," • ",{name}," • ",{DE:SKU#}," • ",{DE:Estate Bottling Volume}," ",{DE:Estate Bottling UOM}))valueformat=HTML