travelerII
Technical User
I am using Crystal 10. I have created a report the calculate inventory devaluation and now I need to split the totals by FG, RM intercompany, and RM third party.
I have used the following formula to get the value for FG and placed it in group footer #1
whileprintingrecords;
numbervar sumx := If {ITMMASTER.ACCCOD_0} = "FG" then {@Final Dev Amt}
it is retuning the correct amounts for FG. I then need to total these amounts so I placed the following formula in the report footer.
whileprintingrecords;
numbervar sumx;
However it is returning 0.00 not the total of FG.
Any thoughts on what I have done wrong or on a different approach?
I have used the following formula to get the value for FG and placed it in group footer #1
whileprintingrecords;
numbervar sumx := If {ITMMASTER.ACCCOD_0} = "FG" then {@Final Dev Amt}
it is retuning the correct amounts for FG. I then need to total these amounts so I placed the following formula in the report footer.
whileprintingrecords;
numbervar sumx;
However it is returning 0.00 not the total of FG.
Any thoughts on what I have done wrong or on a different approach?