Hi All,
I am looking for some hints to merge the row cells after sum of multiple rows in SSRS tabular report (2017V)
This is the report which I have developed right now
To get the Total Applied Amount I have used the below expression
=sum(Fields!AppliedAmount.Value,"ApplicationNo")
I am getting the correct Total Applied Amount but the problem is the total amount is spliting into two rows.
I need to get the ouput report as below.
Any tricks to do it?
Please advice :) Thank you!!