November 24, 2011

Creating Custome Dashboards & Count cards in SharePoint 2007

Hi,

in my new SharePoint site creation & customization, we got a one major requirement to create a custom Dashboard & a Count card. so after my googling i got one very useful articale here & here. so by the use of article knowledge i decided to create my own. and the resulting Out put:

in the above 3 places, the DVWP picks the data from the different Libraries & Lists. but here the challenging part that i have faced is to pick the count value of items as uniq (lie part 2, N.of Contributor should be uniq count of users who submitted their ideas from the electronic form to the library)
i struggled to google & found the solution as below:

<xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row[not (@Username=preceding-sibling::Row/@Username)]" />

Regards,
JK

No comments:

Post a Comment