Viewing 15 posts - 106 through 120 (of 319 total)
Thanks Gail,
This does work.. can I add something to this....
Row_number gives me the count of the number of clients records based on the Starttime
Is there a way to get...
September 13, 2016 at 9:51 am
I'm sorry....
I think I just need an And statement
"and dbo.[BPRS Scores].Score <> 33"
September 12, 2016 at 3:03 pm
Thanks spiff...
Works great, need to do some reading on compare
Thanks Again
May 11, 2016 at 11:26 am
Hi Spiff,
Although Andrew's way will work, if someone say puts in "NoSHow" it will miss it.
Just not sure how to set it up, really don't want you to do my...
May 11, 2016 at 7:37 am
Thanks and sorry, I used the Like in the stored proc that I was pulling the data
but the replace was what I was looking for
Thanks Again
April 5, 2016 at 2:18 pm
no, just using a LIKE '%canceled%' on a note field to find repords that have the word "cancelled" in that field
so it can be anywhere in that field
April 5, 2016 at 1:03 pm
Thanks for getting back.
I would like to highlight only the word "Cancelled" in the text.
But this will work if I can't do that
Thanks Again
April 5, 2016 at 12:51 pm
Thank you.. I am looking/looking up these now
March 22, 2016 at 11:58 am
Thanks Luis, great Idea, didn't even think of that ...
February 24, 2016 at 7:26 am
Great I think this will work after I do some data checking
added to the where to also show null values
SELECT distinct T1.[last name],t1.[first name],ENum,t2.Anum,T2.lname ,t2.Fname,
FROM ECLINICIAN_Info T1
LEFT JOIN ACLINICIAN_Info T2
ON...
September 24, 2015 at 11:07 am
Thanks for getting back
True, and I didn't really explain it right, sometimes the ENum and ANum are there but don't match and would like to select the Anum so the...
September 24, 2015 at 10:47 am
This info is great..
Thanks so much
August 26, 2015 at 7:28 am
wow I surprised myself I actually figured it out after I put this up
I guess see it on a different screen helped...lol
I just needed the name at that level
DISCHARGEMINUTES.value('(./Discharge_x0020_Time/time/Minute)[1]',...
August 20, 2015 at 12:08 pm
CEILING( DATEDIFF(second,Information.[Start Time],Information.[End Time])*4 / 60.00 / 60.00) / 4 AS Rounded_Hours,
Works as I needed , and I now have other options in my libray
Thanks so much!!
August 12, 2015 at 8:34 am
Yes sorry , bad example, I am looking to round up to the nearest 1/4 hour
August 12, 2015 at 8:25 am
Viewing 15 posts - 106 through 120 (of 319 total)