Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 2008 Crystal Report 视图中,数字格式读取为 580015704027,其中正确。
将数据从 .rpt 导出到 .csv 时,该数字格式更改为 5.80016E+11。
如何让它粘住,以便在自动化时正确导出?
谢谢你,霍莉
这是解决方案。
如果您使用的是数字格式的数据库字段,则此解决方案有效。
Format Field
Number
(1,123.0000)
现在导出为 .CSV 格式。