fattyfatpants
Programmer
Hello all I've got a few questions
Using: CR 9 Standard with SQL Server 2000 using Stored Procedures
I work for a CPA firm and have been given the task to build a very large and complex hours analysis report. I am building it in sections, obviously, so what I have so far is the following structure:
Main Report - Hours Analysis for Current Month
RH - Suppressed
PH - Company Name, Report Name, Field Headings
GH1 - Grouped by Department
GH2 - Grouped by Timekeeper Title (i.e. Auditor, Staff, etc.)
D - Necessary Fields (Name, Hours worked, chargeable hours, etc.)
GF2 - Summary of Hours worked for each timekeeper by title
GF1 - Summary of Hours worked for each title in the department
RFa - Firm totals
RFb - Subreport
Subreport - Hours Analysis Year To Date
Exact same structure as main report except it spans the current fiscal year up to the current month
What I would like is to suppress the main report header when the subreport is shown. I have tried to use the onlastrecord function but it doesn't work because of the firm totals in the RF. Any ideas??
A few more things. From the looks of it I have about 5 more reports that will need to be created to build the final report. A few of these reports will need to share information with the others in order to do more calculations; Should I remove the subreport above and place both it and its parent report in a large main report instead of having subreports within subreports like this:
Large Main Report
--SubReport
--SubReport
--SubReport
----SubReport
--SubReport
Or:
Large Main Report
--SubReport
--SubReport
--SubReport
--SubReport
--SubReport
I also need to be able to calculate the number of work days in the current month, prior year current month, year to date, and prior year to date. I have looked at synapsevampire's FAQ of creating a table to hold all of the dates and holidays, this would work if we didn't have floating holidays that change from year to year. I suppose that until I create the firms intranet to give the ability to go in and designate the floating holidays I will need to manually do so. Any suggestions??
Thanks in advance for any advice!!!
Using: CR 9 Standard with SQL Server 2000 using Stored Procedures
I work for a CPA firm and have been given the task to build a very large and complex hours analysis report. I am building it in sections, obviously, so what I have so far is the following structure:
Main Report - Hours Analysis for Current Month
RH - Suppressed
PH - Company Name, Report Name, Field Headings
GH1 - Grouped by Department
GH2 - Grouped by Timekeeper Title (i.e. Auditor, Staff, etc.)
D - Necessary Fields (Name, Hours worked, chargeable hours, etc.)
GF2 - Summary of Hours worked for each timekeeper by title
GF1 - Summary of Hours worked for each title in the department
RFa - Firm totals
RFb - Subreport
Subreport - Hours Analysis Year To Date
Exact same structure as main report except it spans the current fiscal year up to the current month
What I would like is to suppress the main report header when the subreport is shown. I have tried to use the onlastrecord function but it doesn't work because of the firm totals in the RF. Any ideas??
A few more things. From the looks of it I have about 5 more reports that will need to be created to build the final report. A few of these reports will need to share information with the others in order to do more calculations; Should I remove the subreport above and place both it and its parent report in a large main report instead of having subreports within subreports like this:
Large Main Report
--SubReport
--SubReport
--SubReport
----SubReport
--SubReport
Or:
Large Main Report
--SubReport
--SubReport
--SubReport
--SubReport
--SubReport
I also need to be able to calculate the number of work days in the current month, prior year current month, year to date, and prior year to date. I have looked at synapsevampire's FAQ of creating a table to hold all of the dates and holidays, this would work if we didn't have floating holidays that change from year to year. I suppose that until I create the firms intranet to give the ability to go in and designate the floating holidays I will need to manually do so. Any suggestions??
Thanks in advance for any advice!!!