oanion
IS-IT--Management
- Jun 18, 2004
- 55
Good morning,
I’m trying to create a cross tab report that will have a column heading related to a date field in database. The rows of the crosstab will be a grouping of agency names. For each agency name, for each month/year combination, there is a paid value. My problem is I do not know how to group by the month/year and at the same time capture all the payments between the month/year time frame for a specific agency. The result should look like this
2006-01 2006-02 2006-03
Agency A
Agency B
Agency C
Agency D
How can I extract the month and year from a date field and use as a column heading and at the same time, group the payments that belong to a specific month/year. The date field is called paydate. The format of the field is mm/dd/yyyy
I’m trying to create a cross tab report that will have a column heading related to a date field in database. The rows of the crosstab will be a grouping of agency names. For each agency name, for each month/year combination, there is a paid value. My problem is I do not know how to group by the month/year and at the same time capture all the payments between the month/year time frame for a specific agency. The result should look like this
2006-01 2006-02 2006-03
Agency A
Agency B
Agency C
Agency D
How can I extract the month and year from a date field and use as a column heading and at the same time, group the payments that belong to a specific month/year. The date field is called paydate. The format of the field is mm/dd/yyyy