Skip to main content
Level 2
March 12, 2024
Solved

Want to change grouping name for custom date field

  • March 12, 2024
  • 3 replies
  • 799 views

Hi! Can anyone help me understand why the group.0.name or group.0.displayname isn't actually changing the group name in the report? The "Earliest Live Date" field is a custom field - that's the only thing I can see that's different than other reports where this does work. In that case, does anyone know how I may be able to rename the grouping in the report? (see screen grab of report)

 

group.0.groupdatesby=WY
group.0.linkedname=direct
group.0.displayname=Week Beginning
group.0.namekey=Earliest Live Date
group.0.notime=false
group.0.valuefield=Earliest Live Date
group.0.valueformat=customDateAsWeekString
textmode=true

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/custom-view-samples/grouping-rename-grouping.html?lang=en#

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by KellieGardner

@colleenkl - As Skye mentioned, you will need to remove all the labels with Name in them and then add the display name=

 

group.0.groupdatesby=WY

group.0.linkedname=direct

group.0.displayname=Week Beginning

group.0.namekey=Earliest Live Date

group.0.notime=false

group.0.valuefield=Earliest Live Date

group.0.valueformat=customDateAsWeekString

textmode=true

 

 

3 replies

KellieGardner
KellieGardnerAccepted solution
New Participant
March 12, 2024

@colleenkl - As Skye mentioned, you will need to remove all the labels with Name in them and then add the display name=

 

group.0.groupdatesby=WY

group.0.linkedname=direct

group.0.displayname=Week Beginning

group.0.namekey=Earliest Live Date

group.0.notime=false

group.0.valuefield=Earliest Live Date

group.0.valueformat=customDateAsWeekString

textmode=true

 

 

ColleenKlAuthor
Level 2
March 12, 2024

Welp...I feel sheepish. I totally missed that line of instruction 😞

Thank you community friends! That 100% worked.

skyehansen
Level 4
March 12, 2024

the directions say to remove the lines that have the word "name" in them, so maybe start troubleshooting by removing the linkedname and the namekey lines?