0

I was creating an SSRS report show customer ledger. I wanted to merge the cells of Date, Mode and Balance columns for same dates. I did it using the row grouping. Screenshots are given below.

Design View

Design View

Report Preview

Report Preview

But I couldn't change the position of 'Balance' column to the right end as Customer requested. Is there any way to reposition it to the right ?

Community
  • 1
  • 1

1 Answers1

0

After the debit column insert a column. Insert an expression in the following format: =RunningValue(Fields!Credit.Value,SUM,"Tablix1") - RunningValue(Fields!Debit.Value,SUM,"Tablix1").

SuperSimmer 44
  • 964
  • 2
  • 7
  • 12