Workfront Community,
A report that uses a custom column to show the program name linked to projects isn't fully sorting like I had hoped. It's sorts programs sporadically. For example, Program A with be listed six times in a row, then Program B and Program C will each have some entries, and then Program A will show up again with more entries. I can't group off of this custom column in the groupings settings for the report, but am I able to edit the text mode that will allow all of Program A's entries to be listed together?
displayname=Program
linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=program:name
querysort=project:program:name
sortOrder=1
sortType=asc
textmode=true
valuefield=project:program:name
valueformat=HTML
Views
Replies
Total Likes
Jared, this looks like a project report? In the groupings area you should be able to find Program Name as a choice to use for grouping which should put all the various programs together.
Views
Replies
Total Likes
Kurt, it's actually a task report for finding tasks assigned to a user via a prompt. Program Name is column option that I can add to the report, but it is blank for all the entries when I add it. That's why the custom column was created. Is there something I can add to the text mode for the column to have entries grouped correctly by it?
Views
Replies
Total Likes
Hi Jared,
I am trying to sort the due date in the report column with the text formula:
linkedname=task
namekey=view.relatedcolumn
namekeyargkey.0=task
namekeyargkey.1=dueDate
sortType=asc
valuefield=task:dueDate
valueformat=atDate
sortOrder=1
Not sure it is correct or not and I am getting and error "APIModel INTERNAL does not support field sortByNaN (PortalSection)" & Invalid Parameter: Search Parameter value "null"
What is the correct formula I should use for getting the column sorted?
Views
Replies
Total Likes
I see it's happening in my instance as well, which makes me feel like it's either a bug or intentional.
* To confirm, you can report it to Support and ask.
* Workaround 1: you could sort it by program ID rather than program name. This should have a better result (keep the program stuff together) although it definitely won't go in alphabetical order by program name, at this point.
* Workaround 2: put a custom field on the project custom form to bring the program name down a level, so you're sorting at a closer level.
Views
Replies
Total Likes
Hi Jared,
I am trying to sort the due date in the report column with the text formula:
linkedname=task
namekey=view.relatedcolumn
namekeyargkey.0=task
namekeyargkey.1=dueDate
sortType=asc
valuefield=task:dueDate
valueformat=atDate
sortOrder=1
Not sure it is correct or not and I am getting and error "APIModel INTERNAL does not support field sortByNaN (PortalSection)" & Invalid Parameter: Search Parameter value "null"
What is the correct formula I should use for getting the column sorted?
Views
Replies
Total Likes
Rita,
If your report is a task report the "due date" is the planned completion date. Without using textmode (switch to Standard mode and make your field is planned completion date), you can go under Advanced Options and you'll see a sort option available and you can also rename the column to be Due Date instead of planned completion date if you wish
Views
Replies
Total Likes