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”/>
UPDATE 2009-08-26: We’ve translated this logic into our jQuery Library for SharePoint Web Services. I *strongly* suggest that you look at that as an option, as it is far more robust. And free! In my post last week entitled Cascading Dropdown Columns in a SharePoint Form – Part 1, I showed how to create cascading dropdowns,…
There are occasions when the master page that is attached to a site is not valid. The master page connection is made with a URL, and if that URL isn’t valid, you will get errors like: File not found (This is SharePoint saying that the master page itself is not found.) / cannot be opened…
When I saw that iOS4 was out, I did what I always do with my iPhone: I upgraded. I blindly grab Apple’s upgrades every time. Sure, I should know better given what I do for a living, but when it comes to my iPhone, I’m just a plain old consumer. This time, it wasn’t so…
Last week, we had a client wondering why they saw this in the Search & Intelligence Admin Center. Not only was Top queries showing “No data”, but there was “No data” for No results queries and Abandoned queries, too. This was the case even when we changed the filter from the last 31 days to…
I get interesting questions all this time. This one came from a client who was trying to use GetListItems with SPServices in SharePoint . Hey Marc, I’m trying to do a GetListItems operation on tasks list and I’m having trouble with the “Task Status” column. This is SP2013. None of the above work and I…
David Broussard put up an interesting post on his blog the other day called MicroWork Is Just Work By Smaller Name. In the post, David says: This is the promise of Social Business, or as I like to call it MicroWorking. When I am standing in line at the grocery store, I am often on…