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 Microsoft报表中的rdlc表达式?_Reporting Services - Fatal编程技术网

Reporting services Microsoft报表中的rdlc表达式?

Reporting services Microsoft报表中的rdlc表达式?,reporting-services,Reporting Services,我需要根据另一列(Transtype和amount列)填充一列 我有一个包含两个值“D”或“C”的trans列 如果我要乘负的数量 如何继续?假设数据集字段名为Trans和Amount =IIF(Fields!Trans.Value = "D", Fields!Amount.Value *-1, Fields!Amount.Value )

我需要根据另一列(Transtype和amount列)填充一列 我有一个包含两个值“D”或“C”的trans列
如果我要乘负的数量


如何继续?

假设数据集字段名为Trans和Amount

=IIF(Fields!Trans.Value = "D", Fields!Amount.Value *-1, Fields!Amount.Value )