求和条件逻辑 RDLC
Sum Conditional Logic RDLC
我想根据汇率求和。
这对我有用,
=Sum(IIF(Fields!Rate.Value 像 "0.45%", Fields!Amount.Value, Nothing), "Group1")
我想根据汇率求和。
这对我有用,
=Sum(IIF(Fields!Rate.Value 像 "0.45%", Fields!Amount.Value, Nothing), "Group1")