I am creating a project report and trying to sort by a column that utilizes a valueexpression from a task name. I can't get the sort to work properly.
The project report includes a “Due On” column, which is the Project, Planned Completion Date.
My text mode column is called “Plnd Live Testing,” which shows a date for tasks with specific names.
Both the task and project appear to have a Field Name of plannedCompletionDate.
I want to sort first by Plnd Live Testing, and second by Due On. It appears that it is only sorting by the project “due on” Project Planned Completion Date.
This is my text mode of the Plnd Live Testing column:
displayname=Plnd Live Testing
listdelimiter=<div>
listmethod=nested(tasks).lists
querysort=plannedCompletionDate
sortOrder=1
sortType=asc
textmode=true
type=iterate
valueexpression=IF({name}="Live QA Review"||{name}="Immediate Live QA Review"||{name}="Send Email",{plannedCompletionDate})
valueformat=HTML