Follow me on Twitter: @eusp

JQuery for Everyone: $.grep and calcHTML Revisited

Original Publication Date: Wednesday, March 4, 2009
Filed Under: Calculated Column, Javascript, Paul Grenier, Tips and Tricks, jquery | 18 Comments
SharePoint User Level: Power User
 

Every once in a while, good scripts need a second look. The calcHTML idea popularized by Christophe has such potential for frequent use, I decided to see if I can improve on my previous work (link).
First, I noticed that I created an unnecessary extension of jQuery with “$.calcHTML = function()…” I stopped that [...]

Taming the Elusive “Calculated Column” – Logic – Part 5

Original Publication Date: Friday, February 27, 2009
Filed Under: Calculated Column, Dessie Lunsford | 6 Comments
SharePoint User Level: Power User
 

Using the method of building out a “Truth Table” then a “Flowchart” for each and every nested formula may not always be the best approach for you given the time it takes to build them out, but as the complexity of your formulas increase, you might find that having them can decrease the “headache-time” of debugging and troubleshooting when your logic goes awry.

Taming the Elusive “Calculated Column” – Logic – Part 4

Original Publication Date: Thursday, February 26, 2009
Filed Under: Calculated Column, Dessie Lunsford | 3 Comments
SharePoint User Level: Power User
 

You now have a complete formula that includes every step of the logic needed to ask each question in a manner that allows for each possible answer

Taming the Elusive “Calculated Column” – Logic – Part 3

Original Publication Date: Wednesday, February 25, 2009
Filed Under: Calculated Column, Dessie Lunsford | 4 Comments
SharePoint User Level: Power User
 

To test what we have so far, let’s look at our existing example and build upon it to make it even more complex then use our “Truth Table” and a basic hierarchical flowchart to create our final formula. Now that we have a complete list of all expected results, we can build out a basic flowchart of how the logic should travel (based on these results).

JQuery for Everyone: Replacing [Today]

Original Publication Date: Friday, January 23, 2009
Filed Under: Calculated Column, Javascript, Paul Grenier, Tips and Tricks | 21 Comments
SharePoint User Level: Power User
 

The [Today] thing gives people fits. It just doesn’t work in calculated columns like you want it to.
Here’s a slick way around it using some jQuery. To test this example for yourself, place the code sample in a Content Editor Web Part on the same page as a standard Discussion List [...]

This question of the day comes from iamspartacus in Stump the Panel.
Any way to have MOSS list the time range of an event in a Calendar View of a list instead of just the start time? Need to create an after hours schedule that shows start and end times but don’t really want to buy [...]

Taming the Elusive “Calculated Column” – Lookup and Reference

Original Publication Date: Wednesday, January 7, 2009
Filed Under: Calculated Column, Dessie Lunsford, Libraries and Lists, Tips and Tricks | 7 Comments
SharePoint User Level: Power User
 

In this article, we’ll be discussing the single function belonging to the “Lookup and Reference” set of SharePoint formulas, the “CHOOSE” function.
Background
Since the formulas available in SharePoint are “Based” on what’s available in Excel (and since this function is part of the “Lookup and Reference” set within Excel as well) they were nice enough to [...]

 Page 4 of 8  « First  ... « 2  3  4  5  6 » ...  Last »