Sharepoint Tips and Tricks
Showing posts with label
calculated column
.
Show all posts
Showing posts with label
calculated column
.
Show all posts
Tuesday, 3 December 2013
Calculated Column hyperlink to open an InfoPath Form
›
This is very tricky. Here I need to create a calculated column where I use a Hyperlink image on which, when the user clicks , InfoPath form...
Thursday, 19 September 2013
How to check a list column value is null in calculated column
›
=IF(NOT(ISBLANK([Column1])), IF(NOT(ISBLANK([Column2])), IF([Column1]<=[Column2], "Success", "Failure"),"...
Tuesday, 2 July 2013
Nested IF Condition in Calculated Column
›
Assume that you have 3 approvers in a work flow and need to update the item status based on these approvers individual task outcome 1. Appr...
›
Home
View web version