dbfNeophyte
MIS
I am running a query against my data and want to drop all records that are associated with an outcome of 413 (see example below)
Client Title Outcomes
Joe Smith 1B 413, 315, 412
Jane Jones 1B 315, 412
In the example above, I would not want Joe Smith to be in the results of the query due to his outcome of 413. I have tried <>413 in the criteria of the query, and it drops only that outcome not Joe Smith. I tried distinct in the SQL statement and Joe Smith continues to show up with outcomes of 315 and 412. I know there is a way to drop the person from the query results if they have the outcome of 413, however I do not have the knowledge base for that, any help is greatly appreciated - in advance.
Thanks,
dbfNeophyte
Client Title Outcomes
Joe Smith 1B 413, 315, 412
Jane Jones 1B 315, 412
In the example above, I would not want Joe Smith to be in the results of the query due to his outcome of 413. I have tried <>413 in the criteria of the query, and it drops only that outcome not Joe Smith. I tried distinct in the SQL statement and Joe Smith continues to show up with outcomes of 315 and 412. I know there is a way to drop the person from the query results if they have the outcome of 413, however I do not have the knowledge base for that, any help is greatly appreciated - in advance.
Thanks,
dbfNeophyte