lauriesamh
Technical User
Hi, I working in CR 8.5.
I have a report that pulls people based on their reenrollment with a product within a specific date range. I am having a problem in that I need the report to look at the last end-date where the person was eligible. Currently the report pulls the record prior to their reenrollment record. Example:
ID: 12345
Eligible 010102 Term 010205
Not Eligible 010305 Term 030105
Eligible 030205 Term:
Report should pull the term date of 010205. Currently the report pulls 030105.
This is the criteria that pulls the record that terms the day before the person is reenrolled.
{CMC_SBEL_ELIG_ENT.SBEL_INSQ_DT} >= {?Last Report Date Run} and {CMC_SBEL_ELIG_ENT.SBEL_INSQ_DT}< DATEADD("d",1,{?Eligibility Date})
Any help or ideas would be great!
I have a report that pulls people based on their reenrollment with a product within a specific date range. I am having a problem in that I need the report to look at the last end-date where the person was eligible. Currently the report pulls the record prior to their reenrollment record. Example:
ID: 12345
Eligible 010102 Term 010205
Not Eligible 010305 Term 030105
Eligible 030205 Term:
Report should pull the term date of 010205. Currently the report pulls 030105.
This is the criteria that pulls the record that terms the day before the person is reenrolled.
{CMC_SBEL_ELIG_ENT.SBEL_INSQ_DT} >= {?Last Report Date Run} and {CMC_SBEL_ELIG_ENT.SBEL_INSQ_DT}< DATEADD("d",1,{?Eligibility Date})
Any help or ideas would be great!