I have a result set from a query from a database I have been given. My task is I need to compare records in determine what to display in the report.
Data Example
ProviderID Payor Status
123456 FL Medicaid Participating
123456 FL UHC Pending
123456 FL AMC Participating
In the above Example, FL UHC and FL AMC require Medicaid to be participating before they can be worked. So I would only want the FL UMC record to be displayed as that one needs to get started.
Converseley, if the Medicaid is not in a Participating Status, no records would show up as it is not complete yet.
Thank s in advance.
Data Example
ProviderID Payor Status
123456 FL Medicaid Participating
123456 FL UHC Pending
123456 FL AMC Participating
In the above Example, FL UHC and FL AMC require Medicaid to be participating before they can be worked. So I would only want the FL UMC record to be displayed as that one needs to get started.
Converseley, if the Medicaid is not in a Participating Status, no records would show up as it is not complete yet.
Thank s in advance.