November 3, 200421 yr Hello I was wondering can guide me to the right direction basically i have db. i am creating a report to find out what the total are for each program base on the status of the record. I got the part of the report to work where i can find the total for all the programs but not for each individual program. Here are the fields i have: c_pending , Calculation, Status = "Pending" c_cnt_Pending, Summary, =Total of c_Pending c_applied , Calculation, Status = "applied" c_cnt_applied, Summary, =Total of c_applied. I have layout in which i create parts: sub-summary by FullProgramName and also another part Trailing Grand Summary. any help would be appreciate it. thanks victor
November 3, 200421 yr Is this what you were looking for? Program Total (calculation, number result) = Pending + Applied + Funded + Enrolled + NonStart + Inactive
November 3, 200421 yr Author Ender, Thanks, you gave me idea how to get it to work. it work. thank you
Create an account or sign in to comment