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”/>
An interesting email came over the transom today with some questions about "connected" list filters: Hi Marc, I often visit your blog for any doubts in dataview. I read your post on cascading dropdowns that was really helpful and presented in nice way. Recently i had to use a filter toolbar for a dataview,i had…
A few weeks back when I was at the Digital Workplace Conference in Melbourne – a most excellent conference – I saw Adam Cogan (@adamcogan) demonstrate Power BI in his session Improve Your Business Intelligence with Power BI. I’d seen Power BI before a few times, but the way Adam showed it, it finally “clicked” for me. I…
It was a great honor that Mark Miller asked me to contribute to his new book called SharePoint at Work – Tricks, Traps, and Bold Opinions: The Best of EndUserSharePoint.com. The book is going to press now and the goal is to have copies available at SPTechCon in San Francisco later this month. (Sadly, I’m…
This entry is part 1 of 4 in the series Looping Through Content in a SharePoint 2013 Site WorkflowLooping Through Content in a SharePoint 2013 Site WorkflowLooping Through Content in a SharePoint 2013 Site Workflow – Part 1 – Introduction Looping Through Content in a SharePoint 2013 Site Workflow – Part 2 – Setting Up…
When you create a new subsite In SharePoint 2013 or SharePoint Online (Office 365), you have the option to use the same permissions as the parent site or use unique permissions. If you use unique permissions, you’re taken to a page where you can set up the special groups for the subsite. Generally, this is…
On a recent client project, I was able to take advantage of Jaap Vossers‘ excellent InstantListFilter project on Codeplex. It’s just the sort of thing that you need to improve the user experience with SharePoint, and you can do it with minimal work because Jaap’s done all of the heavy lifting for you. It’s a…