Forum Discussion
Aartibhilare
Helper III
1 year agoSum 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...
Ashish_Mathur
Super User
1 year agoHi,
Not sure what you are trying to do but try this measure
Measure = calculate(sum(Fields!TxnAmount.Value),Fields!TxnTypeCode.Value="NRT")
Hope this helps.