|
Re: Ladger balance ?? [message #206463 is a reply to message #206443] |
Thu, 30 November 2006 03:18 |
|
Dear Kamran,
It seems somhow allready a calculated value as u mentioned the value you calculated from the formula
33180-660=32520
and now you need a grand total(M I Right?) but first tell me what should be the Total ? I presume it 65100 is it Correct? Please Do post ur Query and before posting any of the ScreenShot make sure it is in JPG so that members can download things easily.ur previously sent BMP was of 1.22 MB So it Takes along to Download.
Regards
Jak
|
|
|
Re: Ladger balance ??plz urgent [message #206479 is a reply to message #206463] |
Thu, 30 November 2006 04:29 |
kamran.it
Messages: 265 Registered: September 2005 Location: Karachi
|
Senior Member |
|
|
It not proper calculation let me explain.
Actual you see in picture Balance KGS is 33180
When we minus plan kgs 660 balace = 32520
and now again repeating this formula in 2nd row. not right
2nd row balance should be 32520-600=31980 but report getting total is 32580.
this is a problem
[Updated on: Thu, 30 November 2006 05:18] Report message to a moderator
|
|
|
|
|
Re: Ladger balance ??plz urgent [message #206630 is a reply to message #206525] |
Thu, 30 November 2006 22:19 |
kamran.it
Messages: 265 Registered: September 2005 Location: Karachi
|
Senior Member |
|
|
Dear Ashu
Please find attached herewith the rdf file
I used this code but row 2 not showing balance , showing null value
function CF_3Formula return Number is
bal number;
begin
if :cs_row = 1 or :cs_row =0 then
bal:=:cf_2-:cf_1 ;
return (bal);
elsif :cs_row > 1 then
return(bal);
end if;
end;
[Updated on: Fri, 01 December 2006 05:58] Report message to a moderator
|
|
|
|
|