SusanStoHelit
Technical User
Hi there,
I'm using Crystal X with SQL Server 2005 and I need to find the last 12 months' eligibility counts broken down by group and month:
Group Mar 06 Apr 06 ....... Feb 07
1 2000 2100 ....... 2500
2 2500 2600 ....... 3000
3 1750 1600 ....... 1800
4 8000 7900 ....... 7500
The problem is that each member can only be in one group but could be in 1 to 12 different months, so I can't use a standard Crystal grouping function.
Eligibility is determined like this:
{ELIGIBILITY.EFF_DT}<= {15th day of month}
and {ELIGIBILITY.TERM_DT}> {15th day of month}
and {ELIGIBILITY.ELIG_IND}="Y"
would an array help?
I'm using Crystal X with SQL Server 2005 and I need to find the last 12 months' eligibility counts broken down by group and month:
Group Mar 06 Apr 06 ....... Feb 07
1 2000 2100 ....... 2500
2 2500 2600 ....... 3000
3 1750 1600 ....... 1800
4 8000 7900 ....... 7500
The problem is that each member can only be in one group but could be in 1 to 12 different months, so I can't use a standard Crystal grouping function.
Eligibility is determined like this:
{ELIGIBILITY.EFF_DT}<= {15th day of month}
and {ELIGIBILITY.TERM_DT}> {15th day of month}
and {ELIGIBILITY.ELIG_IND}="Y"
would an array help?