help with report
- From: Eric Brown <Eric.Joseph.Brown@xxxxxxxxx>
- Date: Mon, 23 Feb 2009 10:38:17 -0800 (PST)
Hello. It's been a while since I have done programming work in FMP, so
I'm a little rusty. I was hoping to get a few suggestions here.
Our Filemaker 6.0 solution is made of 20+ files, but for this problem,
I'm only dealing with one. This particular file tracks time against a
job. Here are the basic fields:
Job#, Employee, Date, Hours
I made a summary report that shows the number of hours logged for each
job during a given week. The summary field is "Total Hours on Job,"
and the summary part is set up to summarize on the field "Job#". The
time frame is established by doing a date search.
I now need to add a field to this report that will show the cumulative
hours for each job. So, the final report will look like this:
Job#,Hours this period,Cumulative Hours
1234,7,30
6542,2,96
etc.
Due to the fact that I'm using a sub-summary part, I can't get the
Cumulative Hours field to calculate correctly. I tried doing a self-
join on the "job#" field, but that didn't work.
I would really appreciate any suggestions.
Thanks.
eric
Two files: Jobs and Time
Report needed: Time on jobs in a given week.
.
- Follow-Ups:
- Re: help with report
- From: Your Name
- Re: help with report
- Prev by Date: Re: Unused Page Space
- Next by Date: Re: FM10 - EMail on 1 Fay before a Date
- Previous by thread: php died?
- Next by thread: Re: help with report
- Index(es):
Relevant Pages
|