format number in ssrs report

前端 未结 6 1993
太阳男子
太阳男子 2021-02-08 23:20

argh!

Can\'t stand it that i can\'t figure it out myself....

i\'ve used this in the formatting of a number in my report:

\'€\' #,0.00;(\'€\' #,0.         


        
6条回答
  •  春和景丽
    2021-02-08 23:48

    Try this out. It will format your value to the correct number of decimal places.

    =format(1212.89,"€#,#.00")
    

提交回复
热议问题