Good afternoon,I was wondering if there was a way to group a report by a
Text Mode Column.I have a report that Text Mode to display if a task is
On Time or Late based on the completion date:displayname=On
Timetextmode=truevalueexpression=IF({actualCompletionDate}<={plannedCompletionDate},"On
Time",IF({actualCompletionDate}<={handoffDate},"On
Time","Late"))valueformat= I would love to get this into a graph that
would show the completion date and then split ones that were completed
on that day bas...