Esp*_*spo 5 ssas mdx rounding
如何在服务器上没有Excel的情况下将计算出的mdx度量舍入到最接近的整数?Excel函数是CEILING(number, significance),但无法在生产ssas-server上安装Excel.
CEILING(number, significance)
Mag*_*ith 7
如果这是Microsoft的情况,您可以使用MDX中的任何VBA函数来摆弄字符串或数字.那Round(xxxxxx, 2)会工作.
Round(xxxxxx, 2)
归档时间:
15 年,5 月 前
查看次数:
13463 次
最近记录:
6 年,8 月 前