Anyone know how I build a report that will exist in a project-level dashboard that shows all the documents from all projects that exist in the same program as the project I'm running the report from? | Community
Skip to main content
Level 4
September 2, 2021
Question

Anyone know how I build a report that will exist in a project-level dashboard that shows all the documents from all projects that exist in the same program as the project I'm running the report from?

  • September 2, 2021
  • 1 reply
  • 840 views

It's a bit of a mind-bender. The scenario is that a program had multiple projects. One of these projects handles briefing and all the others manage production. We want to hold the briefs in the briefing project only but we want to make the brief available to all the build projects. The idea is to have a dashboard on all the build projects that displays the brief documents from the briefing project. When I run the report say from the reporting list it woks fine but when I run it from within a build project it comes up blank (unless I run it from the briefing project, in which case it works fine). So I guess I need the report to work even if there are no documents in the project I'm running the report from. Yikes, head melting :-)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

imgrund
Adobe Employee
Adobe Employee
September 2, 2021

Hi - I had a client once who kind of did the same thing. The difference: once uploaded, they copied the document URL and put it in a custom form on the Program. That way they could easily include it on different project.

valuefield=program:Creative Brief URL

You can also then do something like this:

valueexpression=IF(ISBLANK({DE:Creative Brief URL}),"","Click Here")

link.url=customDataLabelsAsString(Creative Brief URL)

textmode=true

valueformat=HTML

displayname=Creative Brief URL

Level 4
September 2, 2021

Hi Anthony

Thanks v much for your reply. I'll give that a go and let you know how it goes. Quick question, did they have multiple documents within the same custom form?

Thanks again, back soon.

Stuart

Level 4
September 2, 2021

Hi Anthony, I was just mulling that over just now, having played around with it. I think that might be a better option.