SharePoint Calculated Field Functions and Formulas
Today, I got required to implement a standard deviation in SharePoint list based on other columns and then I thought of use calculated field to do this. So I don't know much what are the functions available and how to implement custom logic for standard deviation. After searching some time in google, I found there is a function STSDEV to do this. Also I find following good links about all functions and formulas that can be used in calculated fields.
http://www.sharepointpanda.com/2009/04/29/sharepoint-calculated-field-functions-and-formulas/
http://msdn.microsoft.com/en-us/library/bb862071.aspx
http://www.sharepointpanda.com/2009/04/29/sharepoint-calculated-field-functions-and-formulas/
http://msdn.microsoft.com/en-us/library/bb862071.aspx
Comments
Post a Comment