Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Completed Tasks Report - empty Portfolio (task vs. project)

Avatar

Level 1

Hey there. I'm trying to run a report of completed tasks by Portfolio. I'm getting a large number of tasks that are showing up as 'no value' for the portfolio, though the Projects they're affiliated with are in fact assigned to a Portfolio.  There may be instances of when a task was marked complete that the Portfolio hadn't been added yet.... could that be why the Tasks themselves are showing as having no Portfolio value?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hmm.. I just tested this and didn't have any issues with portfolio showing as No Value.  I did have to use text mode to accomplish it though since Portfolio isn't available as a field to use from the report builder. Perhaps your text mode code has a typo somewhere..

Here's what I used. 
Grouping Text Mode:

group.0.linkedname=project
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=project
group.0.namekeyargkey.1=portfolio
group.0.namekeyargkey.2=name
group.0.valuefield=project:portfolio:name
group.0.valueformat=string
textmode=true


Column text mode:  

linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=portfolio
namekeyargkey.2=name
querysort=project:portfolio:name
valuefield=project:portfolio:name
valueformat=HTML 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

Hmm.. I just tested this and didn't have any issues with portfolio showing as No Value.  I did have to use text mode to accomplish it though since Portfolio isn't available as a field to use from the report builder. Perhaps your text mode code has a typo somewhere..

Here's what I used. 
Grouping Text Mode:

group.0.linkedname=project
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=project
group.0.namekeyargkey.1=portfolio
group.0.namekeyargkey.2=name
group.0.valuefield=project:portfolio:name
group.0.valueformat=string
textmode=true


Column text mode:  

linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=portfolio
namekeyargkey.2=name
querysort=project:portfolio:name
valuefield=project:portfolio:name
valueformat=HTML