I have several queries created. I have one column that takes hospitals and a second column that takes different medical issues. I want to create queries that can sort by a specific hospital and medical issues.
For example:
Hospital - PCMH
Medical Issues - Code Stroke, Hemorrhage, Pnuemothorax
or
Hospital - PCMH, RCH, LMH
Medical Issues - Code Stroke
But I don't know what exactly to put in the criteria columns to have it sort correctly. Currently I have:
Like "*PCMH"
In a column and:
Like "*Code Stroke"
in the other column if I want it to sort Code Strokes that happened at PCMH. I'm noticing that the queries aren't always showing correctly.
For example:
Hospital - PCMH
Medical Issues - Code Stroke, Hemorrhage, Pnuemothorax
or
Hospital - PCMH, RCH, LMH
Medical Issues - Code Stroke
But I don't know what exactly to put in the criteria columns to have it sort correctly. Currently I have:
Like "*PCMH"
In a column and:
Like "*Code Stroke"
in the other column if I want it to sort Code Strokes that happened at PCMH. I'm noticing that the queries aren't always showing correctly.