Question
Alphabetize Nested List in Task Report
Hi all!
I know this will probably get the standard response that nested lists cannot pull data in a specific order, but asking anyhow😅
I’m pulling child tasks as a nested list like this:
displayname=Child Tasks
listdelimiter=<p>
listmethod=nested(children).lists
type=iterate
valueexpression=CONCAT({taskNumber},". ",{name}," (",{status},")")
valueformat=HTML… can I then add something that sorts it alphabetically? I assume not, because I haven’t been able to find anything, but here’s hoping!
TYIA!