I am writing a report that would list all months across with all customers down:
Jan Feb Mar Apr etc
Customer 1
Customer 2
etc
I planned on using 12 subreports; one for each month. I have the subreports written. However, I cannot just use the record selection to determine the date. I need to use a formula in the section expert to suppress the details section if the date is not equal to that month. Example:
If{sochng.fdate} is between Jan 1, 2004 and Jan 31, 2004 then False else True
How do I write this formula?
Are 12 separate subreports the way to go? Or, should I just use four and have it by quarter? Is there a way for the viewer to drill down from quarter to month?
I am using version 10. SQL Server DB. ODBC Connection.
Not sure if that is need. Thanks for any input.
Jeff C
Jan Feb Mar Apr etc
Customer 1
Customer 2
etc
I planned on using 12 subreports; one for each month. I have the subreports written. However, I cannot just use the record selection to determine the date. I need to use a formula in the section expert to suppress the details section if the date is not equal to that month. Example:
If{sochng.fdate} is between Jan 1, 2004 and Jan 31, 2004 then False else True
How do I write this formula?
Are 12 separate subreports the way to go? Or, should I just use four and have it by quarter? Is there a way for the viewer to drill down from quarter to month?
I am using version 10. SQL Server DB. ODBC Connection.
Not sure if that is need. Thanks for any input.
Jeff C