Align decimal points in sql server reporting

一曲冷凌霜 提交于 2019-12-12 02:08:59

问题


Is this possible to align decimal point to centre and also align the whole field in centre as well.

If i align the column to right then decimal points are in the middle but is it possible to have all this in the middle as well.


回答1:


There's no automatic way of doing what you want. Try setting the right padding to a high value to push the values toward the middle.




回答2:


Try "#,###.??". However, you can't eliminate decimal point "." for numbers that don't have fractions.



来源:https://stackoverflow.com/questions/22686789/align-decimal-points-in-sql-server-reporting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!