Forum Discussion
Avi65
Apr 11, 2023Brass Contributor
Not able to display images using calculated column conditionally
Hello I am using classic view in SharePoint Online and created calculated column and added formula as mentioned below =IF([Countdown]>=271,"<IMG src='/test/Images/Valid.GIF"&"'/>",IF([Countdown]...
- 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
Apr 12, 2023Brass Contributor
I already tried following script, it is throwing error, when I try to implement for sub site level. But Sie collection level, I am not getting error. Seems it wont support for sub site.
$spoadminurl = "https://mytenantdomain-admin.sharepoint.com"
$Spositeurl="https://mytenantdomain.com/sites/workflow-test/newsite"
Connect-SPOService -url $spoadminurl -credential (Get-Credential)
Set-SPOsite $Spositeurl -DenyAddAndCustomizePages 0
$spoadminurl = "https://mytenantdomain-admin.sharepoint.com"
$Spositeurl="https://mytenantdomain.com/sites/workflow-test/newsite"
Connect-SPOService -url $spoadminurl -credential (Get-Credential)
Set-SPOsite $Spositeurl -DenyAddAndCustomizePages 0
ganeshsanap
Apr 13, 2023MVP
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