Viewing 6 posts - 1 through 6 (of 6 total)
You are right, and that is why I wanted to avoid doing it this way.. I first did it like this- a user can click on a device name and...
May 17, 2012 at 3:14 am
There is no relation, idea is to display the recent data first row.. So if there are two type 1 and type 2 measurements at 10:00 and 9:00 each then...
May 16, 2012 at 11:42 am
Hi Jared,
There is a single observations table with these columns I listed here and some more columns. The database is connected to a WS.. the web service accepts HL7 data...
May 16, 2012 at 11:05 am
But what you've done won't work, you need to limit the Observations table in a subquery.
Ahh yes.. Thank you very much
May 16, 2012 at 9:43 am
Hi Cadavre
Thanks for this, it seems like I am going somewhere now with this way.. and yes it is not simple to use pivot with this.. btw I think you...
May 16, 2012 at 9:21 am
Hi,
Thanks for your reply. Yes I am familiar with Joins, I tried many ways, one of them is:
With MeasurementType1 As
(Select * from Observations where measurementtype=1 and date=.........)
measurementtype2 AS
(
...........)
...............
then joining each...
May 16, 2012 at 7:50 am
Viewing 6 posts - 1 through 6 (of 6 total)