SAP - Web 智能 Cell 参考
我在 WEBI 中创建了 7 个单元格引用,目的是对七个单元格进行平均(一周),引用的单元格包含一个百分比值,例如 99.25%。但是,当我计算引用单元格的平均值时,我总是返回 1,因此引用单元格似乎存储为 1 而不是 99.25%
有任何想法如何导航吗?
谢谢
I have created 7 cell references in WEBI with the purpose of averaging seven cells (for a week), the referenced cells contains a percentage value eg 99.25%. However, when I calculate an average on the referenced cell I always return a 1, so it seems the referenced cell is storing as a 1 rather than 99.25%
Any ideas how to navigate this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要设置单元格格式。百分比保持为 0.9925 并舍入为 1。右键单击单元格并将数字格式更改为百分比以确保情况如此,然后根据需要对其进行微调以准确显示您想要的方式。
You need to format the cell. The percentage is being held as 0.9925 and rounding to 1. Right-click on the cell and change the number format to a percentage to make sure this is the case, then fine tune it to display exactly how you want if needed.