1,685 articles and 12,533 comments as of Thursday, September 2nd, 2010

“I went to your site and couldn’t find any content for day-to-day users of SharePoint. Everything seems to be centered around jQuery and providing coded solutions.”

As I continue to put EndUserSharePoint back together after the server fiasco last month, I have tracked down all the resources that were made available to previous EUSP SharePoint Newsletter Subscribers. Below is a list of the thirty, free downloadable resources that are available to subscribers.

In this article, we’re going to look at how to fire off an SPD workflow at a specific time of day for a fixed number of days.

So you’ve tried them. What do you think? Would you recommend them? Use them? Rework them? What should the 2010 team be looking to provide?

How to reference a ‘Multiple Lines of Text’ column in a ‘Calculated Column’ to display a complete list of appended changes to all items on a list as a group – in 10 Easy Steps

How to reference a ‘Multiple Lines of Text’ column in a ‘Calculated Column’ to display a complete list of appended changes to all items on a list as a group – in 10 Easy Steps

How to reference a ‘Multiple Lines of Text’ column in a ‘Calculated Column’ to display a complete list of appended changes to all items on a list as a group – in 10 Easy Steps

If you look at the progression we took on these three “versions”, this last one references the “Serial Number” column, which references each of the three date columns (“Year”, “Month”, and “Day”), which each run a function to grab a specific piece of our original date field. Since we’ve converted the original date into a SharePoint serial number, and broken the original date down into its individual pieces, this approach makes the most sense since the work is already being performed – we’re just going to repurpose it when needed.

Once updated, the values displayed on the list should be the same since we’re using the same formula – the only difference is that we’re performing the calculations in separate columns instead of within the actual “DATE” function itself (the logic is still the same though as to what being processed because each referenced column will perform its function then pass its value back to its calling column – the “Serial Number” column).

Just like eBay, I wanted to display the time remaining on auction items. I figured this would be a calculated field (based on a date the user chose for when the auction for that item ended) but having to calculate date differences based on the current date doesn’t work in SharePoint (the elusive [Today] problem). I thought jQuery would help and it did. Here’s how.