Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!

How to update date format in valueformat in Text Mode Grouping of a Task Report?

Avatar

Level 1

Is it possible to update the date format that is shown in a grouping of a report (specifically task report)? I attempted updating the group.0.valueformat  to the partialAtDate format, but the grouping would just show no value for the groupings once saved. The field I am pulling from is a custom field at the project level of the tasks the report is pulling in.

 

This is the grouping Text Mode I tried:

textmode=true
group.0.groupdatesby=DY
group.0.namekeyargkey.0=project
group.0.namekeyargkey.1=targetLaunchDate
group.0.notime=false
group.0.valuefield=project:targetLaunchDate
group.0.iscollapsed=true
group.0.valueformat=partialAtDate
group.0.namekey=view.relatedcolumn
group.0.linkedname=project

 

This is the original Text Mode for the grouping:

textmode=true
group.0.linkedname=project
group.0.namekey=view.relatedcolumn
group.0.valuefield=project:targetLaunchDate
group.0.namekeyargkey.0=project
group.0.namekeyargkey.1=targetLaunchDate
group.0.iscollapsed=true
group.0.notime=false
group.0.groupdatesby=DY
group.0.valueformat=customDateAsDayString

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Level 2

Hi Rasheedah, 

 

It sounds like your custom field may not be a Date field. I've tried several ways to see if anything works to convert a text field to a date and can't find one. 

 

If that's the case, I suggest creating a calculated custom field to capture the date from your custom Target Launch Date field and group your report by that. Otherwise, you'll need to create a new field in a date format and migrate the data so you'll be able to group by it.

 

Hope this helps, 

Teale

Avatar

Level 6

Hi @Rasheedah_ 

A date field comes with these grouping options - switch back to "standard Mode" to see them.

SveniX_0-1729719941637.png

 

looks like these are the options you'll then see in textMode

DcustomDateAsDayOfYearStringDay of Year
DYcustomDateAsDayStringDay
WcustomDateAsWeekOfYearStringWeek of Year
WYcustomDateAsWeekStringWeek
McustomDateAsMonthOfYearStringMonth of Year
MYcustomDateAsMonthStringMonth
QcustomDateAsQuarterOfYearStringQuarter of Year
QYcustomDateAsQuarterStringQuarter
YcustomDateAsYearStringYear

 

Avatar

Level 4

In text mode grouping , below should work though: 

 

group.0.groupdatesby=WY
group.0.valueformat=atDateAsWeekString

 or 

group.0.groupdatesby=DY
group.0.valueformat=atDateAsDayString

Avatar

Level 1

Thank you all so much for the suggestions! Unfortunately they did not provide the desired outcome.

 

I am just providing a bit more context in case anyone else can give any further insight:

 

This is currently what the date format is with the original text mode that I am using after selecting for the dates to be grouped by day in the standard view.

Rasheedah__1-1732564427413.png

 

This is an example of the desired date format of the grouping, but grouped by day - not week:

Rasheedah__2-1732564450001.png

 

When replacing the corresponding line values with the below suggestions, it displays as no value.

group.0.groupdatesby=DY
group.0.valueformat=atDateAsDayString

Rasheedah__4-1732564851852.png

 

The custom field I am grouping by is a date field that is housed at the project level. The report is pulling in tasks.

Rasheedah__0-1732564367693.png