marlow1208
Technical User
I have members in a table that are assigned a HMP Code, but a member can show up in the table several times with differnt HMP Codes. I would like to extract members who have a record with HMP code "fchfen", but exclude those members who also have a record with an HMP Code of "fepedb". I am currently using the following formula in the Select Expert, and the output does not exlude members who have a record with "fepedb" as its HMP Code.
{CME_CASE_MANAGEMENT_EPISODE.CME_HMP_CODE} = "fchfen" and
{CME_CASE_MANAGEMENT_EPISODE.CME_HMP_CODE} <> "fepedb"
Can anyone help with this? I am fairly new to Crystal and can't figure this out.
{CME_CASE_MANAGEMENT_EPISODE.CME_HMP_CODE} = "fchfen" and
{CME_CASE_MANAGEMENT_EPISODE.CME_HMP_CODE} <> "fepedb"
Can anyone help with this? I am fairly new to Crystal and can't figure this out.