sharepoint column中的图片链接不能显示为图片
在sharepoint的list中定义了一个Calculated (calculation based on other columns) 类型的column,需要自动根据条件显示相对应的图片。在Formula 中输入了以下代码:
=IF(="on time","/_layouts/images/kpipeppers-0.gif",IF(="delay","/_layouts/images/kpipeppers-1.gif"))
在view时不显示图片显示的是url
将以上代码中图片名称的最后一个字母改为大写,问题解决:
=IF(="on time","/_layouts/images/kpipeppers-0.giF",IF(="delay","/_layouts/images/kpipeppers-1.giF"))
页:
[1]