Forum Discussion
Aartibhilare
1 year agoHelper III
Sum of Column based on another column in pagnited report
Hi Team, I have grouped the data at the EmployeeNumber level, and I have the transaction code and its value in separate columns. However, when I try to run the following expression to sum the tr...
Anonymous
1 year agoNot applicable
Hi, Aartibhilare
It looks like there is a small syntax error in your expression. Here is the corrected expression:
=Sum(IIf(Fields!TxnTypeCode.Value = "NRT", Fields!TxnAmount.Value, 0), "EmployeeNumber")
Please check if it solves your problem?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.