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.
我有一个基于 Cognos-8 的报告,其中包含多个数字列。我已将这些列的小数分隔符显式设置为 Number Decimal Places: 2 Decimal Separator: period (.) 负数符号: ()
当我在英语语言环境中运行报告时,所有列都正确显示输出,例如:1.20、30.33、(3.30)
当我在法语语言环境中运行报告时,负数输出以分隔符逗号 (,) 而不是句点 (.) 显示。什么可能导致这种情况,如何在法语语言环境中将分隔符设置为逗号?
请帮忙。
找到了解决方案。
我将报告设置为每列的负条件变量,然后将分隔符设置为句点。这修复了它。