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.
別の列 (Transtype と amount 列) に依存する列を埋める必要があります。DI で負の値を乗算する場合は、"D" または "C" の 2 つの値を含む trans 列があります 。
どのように進めればよいですか?
データセット フィールド名が Trans と Amount であるとします。
=IIF(Fields!Trans.Value = "D", Fields!Amount.Value *-1, Fields!Amount.Value )