Skip to main content

Posts

Showing posts with the label SPCalculated Columns

SharePoint Calculated Columns: Render HTML, Color coding etc

3 Important tips to note when creating calculated columns that display color coding, robots, hyperlinks, that are generated on SharePoint page rander. - When you place your JavaScript code in your content editor web part, always remember to move the webpart to the bottom of the page. Somehow its like SharePoint Pages load webparts bottom-up. - The HTML codings in columns don't work on personal views, only on public views. - The HTML codings in columns don't work when your view is has groupings and the view loads with groupings collapsed. Cheers.