Expand my Community achievements bar.

SOLVED

Grouping Name Display in a Dashboard

Avatar

Level 2

My Dashboard shows a summary of the oldest request received. The way we have our assigned to field set up is using a custom form with a "Home Group Name". When using this field as a grouping to display the oldest date, the name is very messy and does not look professional. Is there any way to update the Grouping in Text Mode to show this cleaner. I'm attaching a screenshot so you can see what it looks like in my dashboard. Thank you in advance!

 

Below is my text mode for the Grouping.

group.0.linkedname=assignedTo
group.0.namekey=view.relatedcolumn
group.0.valuefield=assignedTo:PNO | Home Group Name
group.0.namekeyargkey.0=assignedTo
group.0.namekeyargkey.1=PNO | Home Group Name
group.0.iscollapsed=true
group.0.valueformat=customDataLabelsAsString
textmode=true

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Change this line of your text mode:

group.0.namekey=view.relatedcolumn

 

to this:

group.0.name=

This will have just the result as the group name. If you want it to show Group: [result] then put:

group.0.name=Group

If you found this helpful, please mark correct to help others

If this helped you, please mark correct to help others : )

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Change this line of your text mode:

group.0.namekey=view.relatedcolumn

 

to this:

group.0.name=

This will have just the result as the group name. If you want it to show Group: [result] then put:

group.0.name=Group

If you found this helpful, please mark correct to help others

If this helped you, please mark correct to help others : )

Avatar

Community Advisor

No problem! I change the group name like that in basically all reports, game changer in the readability of reports!

If this helped you, please mark correct to help others : )

Avatar

Level 2

Absolutely, I made the same change to all of the other reports in my dashboard. They look so much better.