Recently, I came across a request where I need to display a specific value from a lookup column. Since lookup columns display all values, one possible solution is to use a script that finds the select tag on the lookup and set the display mode to none if it starts Continue Reading
SharePoint Calculated Column – Part I ( Group by Year and Month)
Sometimes, Instead of grouping a SharePoint calculated column by year first and then Month, we may need to group them by year and month. For my demo, I have created a ‘Sales’ list with ‘Sale Date‘ date column and a ‘Sale Year‘ and ‘Sale Month‘ fields as calculated columns. Sale Continue Reading