如何在报表中根据参数显示一台服务器上的文件夹里的图片
如果图片是有规律的命名,参数值可以和命名相同,这样可以动态展示
公式=TOIMAGE("help/"+$para+".jpg")
不能
toimage函数
TOIMAGE函数显示单元格图片-https://help.fanruan.com/finereport/doc-view-854.html
根据参数拼接一下图片的url即可
if($a=1,toimage(httpxxx1.jpg),toimage(httpxxx2.jpg))