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”/>
I had seen the post on the Microsoft SharePoint Products and Technologies Team Blog the other day about faceted search, but for some reason, it didn’t make an impression. Today, Scott Jamison posted about it, so I took another look. (I’ve worked with Scott, and I pay attention when he touts something.) This is really…
This entry is part 5 of 6 in the series Moving from SPServices to RESTMoving from SPServices to RESTMoving from SPServices to REST, Part 1: Introduction Moving from SPServices to REST, Part 2: New Patterns for SPServices Development Moving from SPServices to REST, Part 3: JSON vs. XML Moving from SPServices to REST, Part 4:…
Be careful what you ask! @Daniel_the_Nerd Nope. Want to build it? — Marc D Anderson (@sympmarc) October 30, 2014 Well, no more than two hours later Daniel had sent me the stub of a vsdoc file for SPServices. Now I don’t use Visual Studio, but I suppose if you like this kind of hand-holding, Intellisense…
Over the last few months, I’ve had a couple of requests for SPServices to emit JavaScript Object Notation (JSON) in addition to Extensible Markup Language (XML). This is probably a natural progression, as SharePoint developers are becoming more familiar with the JSON approach, which IMO has been traditionally known far better by Web developers. In my…
As I gear up to work on the next release of SPServices, I want to make some pretty fundamental changes/improvements to the internal plumbing. What I’m hoping to do with this post is to gather any ideas and feedback that the user community has about the implementation before I go too far with things. Deferred…
For many months now, I’ve been getting our favorite kind of error – a sporadic one – when I am running PnP PowerShell which loops through the same code many times. The errors look something like this: format-default : The collection has not been initialized. It has not been requested or the request has not…