Expand my Community achievements bar.

SOLVED

Report - Customize View with Folder Name for Column instead of ID

Avatar

Level 3

Can anyone help me with customizing my report view to show the folder name when a report is stored within a folder instead of just the folder ID (native option)?

This is the text mode for the folder ID:

valuefield=reportFolderID
querysort=reportFolderID
valueformat=HTML
displayname=
linkedname=direct
namekey=reportFolderID

 

Thank you!

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi Andrew, 

 

give this a try

 

displayname=Folder

linkedname=direct
namekey=reportFolder:name
querysort=reportFolder:name
textmode=true
valuefield=reportFolder:name
valueformat=HTML

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi Andrew, 

 

give this a try

 

displayname=Folder

linkedname=direct
namekey=reportFolder:name
querysort=reportFolder:name
textmode=true
valuefield=reportFolder:name
valueformat=HTML

Avatar

Level 3

You are amazing. I figured it would be easy for someone who knows how the code all works. For me, I was just trying a bunch of different things without any luck. 

 

Thanks so much for the quick response, too!