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”/>
This entry is part 15 of 21 in the series Unlocking the Mysteries of Data View Web Part XSL TagsUnlocking the Mysteries of Data View Web Part XSL TagsUnlocking the Mysteries of Data View Web Part XSL Tags – Part 1: Overview Unlocking the Mysteries of Data View Web Part XSL Tags – Part 2…
No matter how long you work with Office 365, you find little strange things that don’t make any sense. We’re working at the Office 365 Hands-On Kitchen at SPTechCon Boston. On a beautiful Sunday in August inside a meat locker. (It’s really cold in the Sheraton.) You should really be here. We were testing News…
I was skimming my old postings, and I realized that in a previous post, I had said that I would post about firing an event when a user selects a value from a DVWP dropdown. Better late than never, I guess. When you create a dropdown type of DVWP through the UI in SharePoint Designer, the…
One of the latest hubbubs in the Office 365 world is around the new Document Library “experience”. (I refuse to use the word “experience” in this sort of context without a little sarcasm and some air quotes.) There’s a new “experience” coming to Office 365 that makes Document Libraries look a lot like the OneDrive…
Over the last week, my submissions have been accepted for two large, impressive SharePoint events. (They impress me, anyway!) I’m also looking forward to the launch of the USPJA Academy. SharePoint Saturday DC First up is SharePoint Saturday DC (#SPSDC). On May 15th at the the NVCC Community Cultural Center in Annandale, VA, I’ll be speaking on How…
[notice]2012-09-07 – Note that I’ve added a more robust version of this function into SPServices v0.7.2, which at this writing is in beta but will be released soon. See the docs for SPFindPeoplePicker.[/notice] I was working with several People Pickers in a form for a client project last week where I needed to set or…