Archive

Archive for February, 2011

Modifying the Appearance of a Dashboard created in PerformancePoint Services Dashboard Designer

February 20, 2011 Leave a comment

I had a client the other day ask me how to modify the appearance of the Navigation links that PPS will create for you if you have checked off the ‘Include Page list for Navigation’ property in your dashboard.

The Answer is to modify the following element in the PPSDashboard css file:

.ppsma-pageOverviewList
{
margin-left: 5px;
padding-top: 5px !important;
margin-bottom: 0px;
list-style-type: none;
font-family: Tahoma;
font-size: 8.25pt;
width: auto;
}

you will find the PPSDashboard.css file in the following location:

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\PPSWebParts

checkout the following posts for additional Styling information:

PerformancePoint Services Scorecard Table Design

Alignment of PerformancePoint Services Filters

my first blog!

February 19, 2011 1 comment

After learning so much from bloggers over the last couple of years I thought I would try it out, who knows I may even post something that is helpful. Anyway here goes!

Categories: Misc.
Follow

Get every new post delivered to your Inbox.