Change the dashboards in the project analytics tab

Leonel Sandroni
Tera Guru

I need to change the default dashboard for another dashboard created by me in the project tab "analytics". I mean, I want to see my custom dashboard when I open any project

any suggestion?

find_real_file.png

1 ACCEPTED SOLUTION

Attila Beregvar
Kilo Sage

Hello,

I hope it's not too late, but here is a possible solution: The default dashboard behind this Analytics (Summary) page is the "Project Summary - Waterfall" / "Project Summary - Agile" / "Project Summary - Hybrid", depending on your project type.
You shouldn't make changes on these OOTB dashboards, but you can create a copy of them or create your very own dashboard, and redirect the Analytics page to use your dashboard instead.

What takes place in displaying the dashboard is:
 - UI Macro: "html_page_pm_home"

 - UI Page: "$pmview"

 - Script include: "PMViewDataUtils" 

 

If you are interested, you can check the UI Macro and UI Page to see how the page is built up, but what you really need is the "PMViewDataUtils" script include. The PMViewDataUtils.getDashboardUrl() function is responsible to get the dashboard, you can modify this to use your dashboard instead.

View solution in original post

6 REPLIES 6

Hello, my original solution was meant for the "old" project workspace and the analytics tab, which uses the "old" performance analytics dashboard as a base. I think in the new project workspace, the dashboard behind the analytics tab is within the Platform Analytics module, and possible there are new script includes to tell the system what dashboard to use within the new project workspace. Unfortunately I don't know them specifically, but you can try to search for similar code parts in script includes to see if you find them.

I found it, should be in the Platform Analytics dashboard, then Project Summary - Waterfall.