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.
我怎样才能总是在水晶报告中四舍五入?就像实际值 3.10 一样,它将是 4。同样,如果值 3.50 或 3.90,它将是 4。
尝试在您的水晶报告代码中执行以下操作:
-int(-({number}/.5))*.5