Viewing 15 posts - 1 through 15 (of 66 total)
Thanks Drew....if the statuses are different I want to return the most recent Rx (based on DoseStartDate). If all the statuses are the same I want to return all the Rxs
January 22, 2019 at 2:50 pm
Thanks! And that would return all values if the statuses are the same?
January 22, 2019 at 2:35 pm
Sorry....yes to all of your questions. All of the data looks just like the example
August 2, 2016 at 11:24 am
And sorry if I wasn't clear....the field is called 'Strengthu' the examples I gave are the values. So, would I put Strengthu in the formula?
June 16, 2016 at 9:04 am
Thanks everyone. I found a calendar that has fiscal year that I can work from.
March 16, 2016 at 7:32 am
Lowell, how does T2 know to look at last year's data for the same days?
March 15, 2016 at 12:36 pm
pietlinden, I'm building this via sql in sql server.
March 15, 2016 at 12:36 pm
That worked....thanks!
March 8, 2016 at 1:44 pm
That's what I figured....but on one of my records it's still showing the Expected for the 0 OCC code...hmmmm
January 4, 2016 at 3:26 pm
I got it! Here is what I did:
select top 1 with ties
column name,
column...
December 9, 2015 at 2:24 pm
Crap, I thought it worked (technically it did)....but, I didn't take into account multiple patient ids.....meaning, I need the latest status (based on date) for each patient ID. Right...
December 9, 2015 at 2:17 pm
But, wouldn't that just put it order? I only want the status with the most current date to display. The goal of the report is to show the...
December 9, 2015 at 10:55 am
Viewing 15 posts - 1 through 15 (of 66 total)