Implementing a Hyperlink from a KPI in a Scorecard
ASPX File Redirect to New Page SampleFile2
One of the capabilities of Business Scorecard Manager 2005 (BSM) that was changed in PerformancePoint was the ability to specify a URL to link to upon clicking a KPI. This was the Overriding URL property in BSM. It is still possible to get this functionality in PerformancePoint, but it requires adding an aspx page (attached to this blog post) and implementing the following procedures.
1. Extract the aspx page that is attached to this blog post in a zip file and extract the redir.aspx file to any site, preferably under the PerformancePoint Monitoring web site. If you want to place it at the root of the PerformancePoint Monitoring web site, you would add the file to the following location:
C:\Program Files\Microsoft Office PerformancePoint Server\3.0\Monitoring\PPSMonitoring_1\Root
2. Create a New Report view of type Web Page. For the URL, you will enter the redir.aspx page that you extracted in step 1. If you used the above example, your URL will read as follows: http://ppsmademo:40000/redir.aspx
3. Edit the KPI you wish to implement a hyperlink on. Select the Properties tab, click on New Property and select Hyperlink. For the Value of the property, enter the URL you wish to link to. For the Name of the property enter OverridingURL.
4. Repeat step 3 for each KPI that you wish to implement a hyperlink on.
5. Create a new dashboard adding your scorecard containing your KPIs and your URL report view created in step 2 to a dashboard.
6. In your scorecard you will have a property called OverridingURL that now appears as an Available Field. Drag this to the URL report view in your dashboard to create a link.
7. Publish your dashboard. Now, when the KPI is clicked on the page will be redirected to the URL you specified in step 3.
Alyson Powell Erwin (alysonp@microsoft.com) and Ramesh Arimilli (ramesha@microsoft.com)
NOTE: Thanks for all of your comments - we have added an additional sample file that will redirect you to a new page. Thanks to Ramesh for this!