RobReiterman
6 years agoQrew Member
Using totals in reports
I've dabbled in Microsoft Access for many years and am used to their Querys. I'm having a dickens of a time figuring out how to do similar things in Quick Base.
I have a table that contains 3 fields:
- Date
- # of trucks here
- # of trucks serviced
I'd like a report that summarizes everything by week, showing the total number of trucks that were here each week, the total number of trucks that were serviced each week, and then the percent of trucks that were serviced each week ([Total Number Serviced]/[Total Number Here])
I've figured out how to generate a 6-digit number for each date (yyyyww) showing the year and weeknumber in that year.
Using that yyyyww number, I can create a report showing the number of trucks here and serviced for each of those weeks (those are totals generated by the report).
Where I'm stuck is figuring out how to come up with the percentage of trucks serviced each week.
Help!
------------------------------
Rob Reiterman
------------------------------
I have a table that contains 3 fields:
- Date
- # of trucks here
- # of trucks serviced
I'd like a report that summarizes everything by week, showing the total number of trucks that were here each week, the total number of trucks that were serviced each week, and then the percent of trucks that were serviced each week ([Total Number Serviced]/[Total Number Here])
I've figured out how to generate a 6-digit number for each date (yyyyww) showing the year and weeknumber in that year.
Using that yyyyww number, I can create a report showing the number of trucks here and serviced for each of those weeks (those are totals generated by the report).
Where I'm stuck is figuring out how to come up with the percentage of trucks serviced each week.
Help!
------------------------------
Rob Reiterman
------------------------------