Hope someone out there can help me with this report.
I'm trying to create a report that will show the most current health and dental insurance coverage our employees have. The report is ommitting coverage when there are diffferent effective dates i.e. when the health and dental insurance have different effective dates, I only get the one with the most current date - not both health and dental like I get for the employees that have the same effective dates for both plans). I'm using two tables, one with employee information and one with benefit information and the tables are linked by employee ID number (EMPLID).
The Select Expert group formula I used is:
{PS_HEALTH_BENEFIT.EFFDT} = maximum ({PS_HEALTH_BENEFIT.EFFDT},{PS_HEALTH_BENEFIT.EMPLID})
Thanks to anyone out there that can give me some guidence on this!
I'm trying to create a report that will show the most current health and dental insurance coverage our employees have. The report is ommitting coverage when there are diffferent effective dates i.e. when the health and dental insurance have different effective dates, I only get the one with the most current date - not both health and dental like I get for the employees that have the same effective dates for both plans). I'm using two tables, one with employee information and one with benefit information and the tables are linked by employee ID number (EMPLID).
The Select Expert group formula I used is:
{PS_HEALTH_BENEFIT.EFFDT} = maximum ({PS_HEALTH_BENEFIT.EFFDT},{PS_HEALTH_BENEFIT.EMPLID})
Thanks to anyone out there that can give me some guidence on this!