My requirement is I want the Report to be shown below basically the report shud show monthly transaction details
Starting of the report shud show OPENING BALANCE for that customer
Then it should display two columns like transaction amount and balance where transaction amount shouwa the amount that is debited or credited and balance show the balance after corresponding credit and debit.
And at end of the report it should show the closing balance
Apparently, you can do this placing Opening Balance in a cell on the body and place a block(table) with Relative Position to the Opening Balance Cell and then place another cell at the bottom of the block with relative position to the block.
Otherwise use only one block and extend the Header and Footer of the table by adding extra rows and merge those rows to display Opening balance in the header and closing Balance in the footer.
But one thing unclear to me is, all the values you are trying to display are measures, dont you have any dimensions to display in the report.
Thanks for your reply…I do have dimension but my calc part cums here…
structurewise i am comfartable i need the formula i.e the 1st row balnace value depends on opening balance amount and second row’s Balance depends on 1st rows balace.
can you tell me which formula we can use to acheive this ?
Is there any reference field or flag using which we can identify these 2 records separately? only then you can use that to manipulate your (opening balance+ TransAmount) and (previous balance - transamount)