Forum Discussion
Not able to display images using calculated column conditionally
- Apr 13, 2023
Avi65 Yes, it can be enabled at either tenant level or at site collection (site) level.
It is not supported for SharePoint sub-site level. So, enable it at site collection level and you should be able to use it at sub-site level.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
Avi65 HTML is no longer supported in calculated column formula in SharePoint online.
Some users have added HTML markup or script elements to calculated fields. This is an undocumented use of the feature, and we will block the execution of custom markup in calculated fields in SharePoint Online from June 13, 2017 onwards.
Documentation: Handling HTML markup in SharePoint calculated fields
You may need to use client side rendering (CSR) / JSLink for you requirements in classic experience.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
- Avi65Apr 12, 2023Brass ContributorGanesh,
Thanks for the clarification.
I visited the link share by and provided sample url I did not found any jslink sample.
Secondly I did not found jslink in our side, probably it is disable from Admin site, is it possible to enable jslink feature for a particular site collection and their sub sites.- ganeshsanapApr 12, 2023MVP
Avi65 Do you have access to content editor or script editor web part? You can use those as well to inject custom JavaScript on classic pages.
Also, check below threads which might help you:
- How to get the Alternative text for "Hyperlink or Picture" field Type in SharePoint online
- Add to Hyperlink to column in SharePoint List using JSLINK - Help
- SharePoint 2013 Client Side Rendering: List Views
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
- Avi65Apr 12, 2023Brass ContributorHello Ganesh
Unfortunately I dont have access of content editor web part, as I mentioned earlier custom scripts is turned OFF!
Is it possible to enable enable custom script for specific site collection?