Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 负值周围的SSRS括号_Reporting Services_Ssrs 2008_Ssrs 2008 R2 - Fatal编程技术网

Reporting services 负值周围的SSRS括号

Reporting services 负值周围的SSRS括号,reporting-services,ssrs-2008,ssrs-2008-r2,Reporting Services,Ssrs 2008,Ssrs 2008 R2,我有这样的表情 =Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value) 我需要一个如下格式 123.34 (234.45) 我已经使用括号(12,5)设置了属性>数字>使用分隔符(,)>小数点=0>负数。但是为什么在我进行预览时分隔符和括号仍不显示在中?在文本框中尝试以下操作: =Format(Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value),"##0.00;(##0.00)")

我有这样的表情

=Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value)
我需要一个如下格式

123.34

(234.45)


我已经使用括号(12,5)设置了属性>数字>使用分隔符(,)>小数点=0>负数。但是为什么在我进行预览时分隔符和括号仍不显示在中?

在文本框中尝试以下操作:

=Format(Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value),"##0.00;(##0.00)")

如果有帮助,请告诉我。

在文本框中尝试以下操作:

=Format(Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value),"##0.00;(##0.00)")
如果有帮助,请告诉我。

谢谢Alejandro

=Format(Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value),"##0,0;(##0,0)")
我终于有工作了。。谢谢:)

谢谢亚历杭德罗

=Format(Sum(Fields!TotalBatch.Value - Fields!TotalUsage.Value),"##0,0;(##0,0)")
我终于有工作了。。谢谢:)