1,638 articles and 11,971 comments as of Tuesday, July 20th, 2010

Wednesday, December 17, 2008

KPIs for the Masses: Embed KPIs as a list view

In my first post of this series, I discussed using the Data View Web Part to show visually attractive KPIs in Windows SharePoint Services (WSS). In this article I am going to present an additional scenario for creating KPIs with a Data View.

Embed KPIs as a list view

The best way to build your KPIs is to store them on a list view. This "view approach" is much better than the original "web part page approach" because you can save the entire list as template and recreate the list, along with KPI View, on another site.

To create a new view:

  1. Open your site with SharePoint designer (learn more about opening a site with SPD)
  2. Create a new List View Page (learn more about SPD List Views)
    File > New > Page > List View Pages > List View Page Wizard. (You will be asked to associate your page with the desired list)


Figure 01

In order to customize the layout of the view, you will need to:

  1. Select your view, and right-click on it
  2. From the context menu select option "Convert to XSLT view"

The view can now be customize for look and feel. Keep the full toolbar to standardized the view. This will allow End Users to easily add new items and use other cool features of the toolbar.

Use the custom the XSLT presented in previous article to customize the look and feel. Just replace original <xsl:template name="dvt_1.rowview"> with the one you customized using the instructions from the last article.

The output will look similar to this:

Figure 02

 

In my next article, I’ll show how to create dashboards based upon date time fields.

Toni FrankolaAuthor: Toni Frankola
SharePoint Use Cases
Toni started his Web adventure in late 90’s and has been working with various web technologies ever since.

Toni is leading project engagements and managing a team of consultants specializing in Microsoft technologies. His primary focus is on Microsoft Office SharePoint and Dynamics CRM. He works at Perpetuum Mobile, a Microsoft Gold Partner from Croatia.

 

Please Join the Discussion

6 Responses to “KPIs for the Masses: Embed KPIs as a list view”
  1. Sriram says:

    Hi,
    i need to filter the listview webpart in category.asp in blog site based on the published date rather than the published category?
    How can i do this?

    Regards
    Sriram

  2. Jeena says:

    when I m right clicking on the view its not showing the convert to XSLT view……How I can see that…..

    Thanks,

Trackbacks

Check out what others are saying about this post...
  1. SharePoint Daily for December 18, 2008…

    Top News Stories Fujitsu First to Integrate Microsoft Office SharePoint Server 2007 Software Across Entire…

  2. [...] a date-time field In my the first two articles of this series, Visual Indicators for the Masses and Embed KPIs as a List View, I discussed ways to create simple KPIs in WSS. This article will show how to make calculations on [...]

  3. [...] To show grouped items we will need to create a view. You could also create a simple web-part web page to display Data View Control but “view approach” is much better because you can save your list as template and your view will be added to it. See my previous article for steps to create a list view in SharePoint Designer. [...]

  4. [...] my the first two articles of this series, Visual Indicators for the Masses and Embed KPIs as a List View, I discussed ways to create simple KPIs in WSS. This article will show how to make calculations on [...]




Notify me of comments to this article:


Speak and you will be heard.

We check comments hourly.
If you want a pic to show with your comment, go get a gravatar!