您可以使用“公式(文本)”结果字段来输出自己的HTML。
示例-'<progress value="' || {fieldname} || '" max="100">'
如果愿意,您甚至可以幻想并添加CSS样式
'<style>progress { height: 15px; text-align: center; font-size: 10px; } progress:after { content: attr(value)"%"; } </style><progress value="' || {fieldname} || '" max="100">'