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!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Andrew,
give this a try
displayname=Folder
linkedname=direct
namekey=reportFolder:name
querysort=reportFolder:name
textmode=true
valuefield=reportFolder:name
valueformat=HTML
Views
Replies
Total Likes
Hi Andrew,
give this a try
displayname=Folder
linkedname=direct
namekey=reportFolder:name
querysort=reportFolder:name
textmode=true
valuefield=reportFolder:name
valueformat=HTML
Views
Replies
Total Likes
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!
Views
Replies
Total Likes