以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 绑定数据表的报表数据如何取小数2位数 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=92773) |
-- 作者:cjl333333333 -- 发布时间:2016/11/12 14:44:00 -- 绑定数据表的报表数据如何取小数2位数 绑定数据表的报表数据如何取小数2位数 |
-- 作者:有点蓝 -- 发布时间:2016/11/12 15:21:00 -- 参考:http://www.foxtable.com/webhelp/scr/1388.htm 例如需要金额保留两位小数显示: <Format([金额],"#0.00")> |