T
Ted
Hey all,
This is probably so simple but my mind is moosh right now. Can someone give
me a point in the right direction here? I'm trying to pull out all records
with the greatest Covered_Item_Limit. I've included two sample records w the
same policy number. For example I want to pull out the entire record that
has the greatest Covered_Item_Limit which in this case is the record with
400000. When I use the Group By Query and pull out the Max value it pulls
both records bc the Covered_Deductible_Amount is different.
Any help would be very much appreciated. I have to get home and get some
sleep...
Policy_Number Covered_Cause_of_Loss Covered_Item_ISO_Class_Code
Covered_Item_Limit Coverage_Deductible_Amount
RSA000070-07-00 Special 0542 400000 1,000
RSA000070-07-00 Special 0542 50000 2,500
TIA
Ted
This is probably so simple but my mind is moosh right now. Can someone give
me a point in the right direction here? I'm trying to pull out all records
with the greatest Covered_Item_Limit. I've included two sample records w the
same policy number. For example I want to pull out the entire record that
has the greatest Covered_Item_Limit which in this case is the record with
400000. When I use the Group By Query and pull out the Max value it pulls
both records bc the Covered_Deductible_Amount is different.
Any help would be very much appreciated. I have to get home and get some
sleep...
Policy_Number Covered_Cause_of_Loss Covered_Item_ISO_Class_Code
Covered_Item_Limit Coverage_Deductible_Amount
RSA000070-07-00 Special 0542 400000 1,000
RSA000070-07-00 Special 0542 50000 2,500
TIA
Ted