![]() |
|
Spaces home The BizSharpie Performan...PhotosProfileFriends | ![]() |
|
|
October 01 PerformancePoint Server Overview WebcastA webcast overview of PerformancePoint showing all the main components of PPS has been posted here:
TechNet Webcast: Performance Management with PerformancePoint Server 2007 (Level 200)
September 28 PerformancePoint New York Launch EventThe New York launch event for PerformancePoint was big hit. The demos went well. Chelsea Piers was a great venue - I snapped a few pictures during the day and they are linked...
The webcast available here. And here is some press and analyst coverage.
We have more events to come... The Microsoft Virtual Business Intelligence Conference on October 4th (register here), or the London launch event on October 16th (check it out here). Keep up to date by visiting the PerformancePoint Server 2007 site here. And, of course, if you want to download the RTM software, visit Microsoft TechNet here. See you in London!
September 17 Launch Event this Week...! And another case study has been posted...Another case study has been posted. This one is from Energizer...
Energizer:Energizer Taps Into the Power of Microsoft Business Intelligence with Microsoft Office PerformancePoint Server 2007
|
|||||||||||||||||||||||||||||||||
I received a question a few days back asking if it was possible in PerformancePoint to send out links to assignments and just saw something similar on one of our DLs so wanted to give an explanation of how do this.
First, where this would be useful is if you wanted to put together a portal page with a web part containing links to the current user’s data entry assignments, open PPS assignments from another application, send emails to contributors with these links, or otherwise make it easier for users to quickly open Excel and get working to submit their numbers.
To facilitate all of this the PerformancePoint Add-In for Excel ships with a protocol handler that, after registered on a client machine, allows you to specify a hyperlink such as “PerformancePoint:http:\\PPSServer:46787&Application=AdventureWorks&Assignment=1027” which when clicked will do the work of opening Excel and opening the assignment that is specified.
When you install the PPS Add-In for Excel the protocol handler is dropped into your install folder with the name “PPSProtocolHandler.exe”
To register the protocol handler on a client machine, from the command line navigate to your install folder and run “PPSProtocolHandler.exe –REGISTER:M” (we don’t register it by default today as we’re expecting IT to want to control its deployment)
As you can probably intuit from the example string above the format for the protocol handler is pretty straight forward:
PerformancePoint:http:\\<Server>:<Port>&Application=<Application Label>&Assignment=<Assignment ID>
Where:
<Server>:<Port> == the server and port number of an applicable front end server in you deployment
<Application Label> == the label of the application where the assignment you want to open resides
<Assignment ID> == the ID of the assignment to be opened.
After registering the protocol handler on a client machine and creating a hyperlink as indicated above clicking it will launch Excel and open the indicated assignment. Put this together with a little bit of code to fetch the ID’s of the current users assignments (a follow up topic for another post) and you can start sprinkling in links to PPS Assignments in the context of your existing portal or wherever users want to manage their work from.
I've been promising to start a PerformancePoint blog for almost a year now - so here we go...
As the title of the blog would suggest, the content will focus on the PerformancePoint Planning (formerly known as Biz#) component of PPS. I'm hoping to call on some of my teammates on the PPS team to add some blog posts here as well so we'll also be able to span a wide variety of topics relating Performance Management and PerformancePoint. If you have any requests let me know.
|
|