Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
条件と同じ型ならAmountの合計計算をしたい
ここに私の表現があります:
=SUM(IIF(Fields!transactionType.Value.Equals("BUY"),CDec(Fields!Amount.Value),0))
Fields!Amount.Valueデータベースでは10進数です
Fields!Amount.Value
しかし、rdlcレポートに#ERRORが表示されます