hi Sir Sastry, yes i do have formula on my header as
@rt
WhilePrintingRecords;
numbervar rt := 121146;
where rt is my beginning balance. the computation is correct until the last page of every page.
sample
page 1 last row: 0 -2 140000
page 2 1st row:0 -2 139994
seems like the report is including the last input of page 1 + 1st input of 1st row 2nd page.
so 140000 -2(last input page1) -2(1st input page2) = "139994"
but it should be 140000 -2(1st row 2nd page) = "139996"