CRXI with SQL Svr
I have a report that shows a graph of all initial assessments per month.
All consumers have a unique ID but may have several episodes of care. Each episode of care includes an initial assessment. Each episode also has a unique ID.
This first report is just fine for its purpose but now I want to show only consumers that are "new" to us (i.e. only have one single episode of care.
Based on what I have researched here I have tried to use a Group selection formula but the results were exactly the same so I know I wasnt right. This is what I used:
count({Consumer_Service_View.consumer_ID},{Consumer_Service_View.episode_ID})>1
This was accepted but there was no difference in the graphic.
How can I find just those consumers with only ONE episode ID. The ID number makes no difference I just need those with only one episode ID.
Any help is much appreciated!
I have a report that shows a graph of all initial assessments per month.
All consumers have a unique ID but may have several episodes of care. Each episode of care includes an initial assessment. Each episode also has a unique ID.
This first report is just fine for its purpose but now I want to show only consumers that are "new" to us (i.e. only have one single episode of care.
Based on what I have researched here I have tried to use a Group selection formula but the results were exactly the same so I know I wasnt right. This is what I used:
count({Consumer_Service_View.consumer_ID},{Consumer_Service_View.episode_ID})>1
This was accepted but there was no difference in the graphic.
How can I find just those consumers with only ONE episode ID. The ID number makes no difference I just need those with only one episode ID.
Any help is much appreciated!