Hi, Jim.Statuses, constraints, etc. default to the longer names when added to a report. I've had success with removing the "enum" lines via the text mode editor. In this case: displayname=taskConstraintlinkedname=directnamekey=taskConstraintquerysort=taskConstrainttextmode=truevaluefield=taskConstra...
I've noticed in our instance that the handoff date for a parent task seems to default to the planned start date for the project. Is that unique to my instance? Have we, perhaps, missing a setting somewhere that would have the parent task "inherit" its handoff date from the child tasks?
Hi Heather. It seems to me that all you're missing is the "aggregator.valueexpression=..." piece. Try adding the code below to your text mode code. It worked for me. aggregator.valueexpression=IF({status}='CPL',{actualCost},IF({status}='RSD',{actualCost},IF({status}='CUR',{plannedCost},IF({status}=...