Sorting by Number in DVWPs
<xsl:sort select=”@JobFamilyRank” order=”ascending”/>
<xsl:sort select=”@JobFamilyRank” order=”ascending” data-type=”number”/>
<xsl:sort select=”@JobFamilyRank” order=”ascending”/>
<xsl:sort select=”@JobFamilyRank” order=”ascending” data-type=”number”/>
It’s a little late, but I wanted to get a blog post out about v0.5.2. I released in on Sunday, March 7. Since then there have already been almost 200 downloads! Also see my prior post for information about the library with SharePoint 2010. There was one interesting thing I dealt with in this release which…
I ran across a post over at the MSDN SharePoint – Design and Customization forum which intrigued me enough to want to figure it out. The question was about showing subtotals for a given column’s values, with the results sorted by the subtotal, descending. In other words, for a list with these items: Title Amount…
This entry is part 11 of 21 in the series SPServices StoriesSPServices StoriesSPServices Stories #1 – How to Start a Workflow on Multiple Items in a List SPServices Stories #2 – Charting List Data with HighCharts SPServices Stories #3 – AddWebPart Method of the WebPartPages Web Service SPServices Stories #4 – Using SPServices to Process…
This one was suggested to me by my friend and colleague Mike Koffman. He always tries to take the time to go to Advanced in the Modify Web Part panel and take away the user’s ability to "close" the web part. Here’s the story why. In working on other people’s sites in SharePoint, I’m often…
Every time I think I understand everything there is to know about CSS (I’m being very facetious), Heather Solomon blogs about something I had no idea about. Her latest trick is to use attribute selectors to change the formatting of specific types of Web Parts. This is another trick that is great for SharePoint but…
By default, a SharePoint 2007 (MOSS) My Site page does not contain a link back to the portal it serves. This leaves users confused about how to get back to the main portal other than using the Back button in their browsers. There is a simple fix for this. From the My Site page, choose…