Jan
6
JQuery for Everyone: Total of Time Differences
Problem: Eric commented on my last article and [basically] issued another challenge.
Will this work for time values?
Solution: Same concept as adding money. Grab the values into an array. Use JavaScript and regular expressions to do some math and massage the data.
To see the formula explained and the code snippet, click “Read more.”
Dec
18
Taming the Elusive Calculated Column, Session Two: 500 downloads in 24 hours!
Congratulations are in order for the publication of Dessie Lunsford’s second eBook: Taming the Elusive Calculated Column, Session Two. There have been over 500 downloads in the past 24 hours. What’s going on here? Are you guys short on Christmas presents or what? You’re making Dessie feel like Santa Claus.
Sincerely, congratulations Dessie on a great [...]
Dec
11
JQuery for Everyone: HTML Calculated Column
Christophe, at Path to SharePoint, created one of the most important scripts for quickly and easily punching up the List View and List Form web parts, the HTML Calculated Column. His creative uses for this mashup of data and HTML always inspires me.
Thats why I wanted to rewrite his script for jQuery (you still need to make sure your [...]
Dec
5
Downloadable eBook: Taming the Elusive Calculated Column, Session Two
Heads up!
The next EndUserSharePoint.com newsletter will include a free, downloadable eBook by Dessie Lunsford: Taming the Elusive Calculated Column, Session Two. Dessie has been working on documenting all of the available functions for use in calculated columns. This will be an invaluable resource as you start trying to ‘tame’ the content in your lists and [...]
Nov
25
EndUserSharePoint.com: Taming the Elusive “Calculated Column” – Text and Data (Part VI)
Overview
In this article, we’re going to be covering the last 4 functions in the "Text and Data" set of formulas for SharePoint.
The four functions we’ll be discussing are:
DOLLAR – Converts a given number into text with it represented in a "Currency Format" and having it’s decimals rounded to a specified place. [...]
Oct
31
EndUserSharePoint.com: Taming the Elusive “Calculated Column” – Text and Data (Part V)
Overview
Last time, we looked at 3 functions for formatting the case of text (working with uppercase and lowercase letters, as well as the “Proper” format of first letter capitalized only in a word).
In this article, we’re going to look at a few more tools we have in the “Text and Data” set of functions that [...]
Oct
17
EndUserSharePoint.com: Taming the Elusive “Calculated Column” – Text and Data (Part IV)
Overview
In this article, we’re going to look at how to transform existing text on a list in order to format it into a more consistent manner.
Typically, you may have many different users entering in form information onto your lists. Because of this, it’s very common for each user to enter in [...]