G
Guest
Hi all
I'm creating a crosstab which uses a column heading field of Reason (a field which holds 1 of 10 data values representing reasons for terminating a service). The value is a count of the occurence of Reason. The Row Heading is ServiceDurationDays, the subtraction of TerminDate - InstallDate, which yields a row of numbers, each representing a number of days the service was utilized. Some of these numbers have corresponding count values in a Reason column or two, others have no Reason count values, because none was recorded for a TerminDate. The design grid looks like this
Column 1 Column2 Column
Field: ServiceDurationDays: [TermDate]-[InstallDate] Reason Reaso
Table: qryTerminDates qryTerminDate
Total: Group By Group By Coun
Crosstab: Row Heading Column Heading Valu
Sort
Criteria
Currently I am getting 983 dynaset records. The column reasons and count values are showing fine, but the ServiceDurationDays are broken down too finely. What I need is to have the ServiceDurationDays consolidated into 60 day 'buckets', aggregating the column reason count values accordingly
Any help is greatly appreciated
Cheers
Jod
I'm creating a crosstab which uses a column heading field of Reason (a field which holds 1 of 10 data values representing reasons for terminating a service). The value is a count of the occurence of Reason. The Row Heading is ServiceDurationDays, the subtraction of TerminDate - InstallDate, which yields a row of numbers, each representing a number of days the service was utilized. Some of these numbers have corresponding count values in a Reason column or two, others have no Reason count values, because none was recorded for a TerminDate. The design grid looks like this
Column 1 Column2 Column
Field: ServiceDurationDays: [TermDate]-[InstallDate] Reason Reaso
Table: qryTerminDates qryTerminDate
Total: Group By Group By Coun
Crosstab: Row Heading Column Heading Valu
Sort
Criteria
Currently I am getting 983 dynaset records. The column reasons and count values are showing fine, but the ServiceDurationDays are broken down too finely. What I need is to have the ServiceDurationDays consolidated into 60 day 'buckets', aggregating the column reason count values accordingly
Any help is greatly appreciated
Cheers
Jod