Is there a way (possibly using the Text Mode module) to change the formatting for how Group headers are displayed in a task level report?
We have a report that groups four levels deep, but it is hard to distinguish between the groups and the tasks the report is displaying. I've formatted the returned tasks to help them stand out, but it is still hard to distinguish the hierarchy of the groups themselves. I was hoping there might be a way to change the background color of the grouping header, or the text itself to make things easier to digest at a glance.
Below is the coding I have for the groupings as they stand right now:
group.0.displayname=The "A"
group.0.linkedname=project:sponsor:Name
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=project:sponsor:Name
group.0.namekeyargkey.1=name
group.0.valuefield=project:sponsor:Name
group.0.valueformat=string
group.1.displayname=Project Status
group.1.enumclass=com.attask.common.constants.ProjectStatusEnum
group.1.enumtype=PROJ
group.1.linkedname=project
group.1.namekey=view.relatedcolumn
group.1.namekeyargkey.0=project
group.1.namekeyargkey.1=status
group.1.type=enum
group.1.valuefield=project:status
group.1.valueformat=val
group.2.linkedname=project
group.2.namekey=view.relatedcolumn
group.2.namekeyargkey.0=project
group.2.namekeyargkey.1=Name
group.2.valuefield=project:Name
group.2.valueformat=string
group.3.linkedname=project
group.3.namekey=view.relatedcolumn
group.3.namekeyargkey.0=project
group.3.namekeyargkey.1=Description
group.3.valuefield=project:Description
group.3.valueformat=string
textmode=true