Viewing 15 posts - 46 through 60 (of 60 total)
How do I execute outside the editor? Thanks.
July 28, 2014 at 7:23 am
Thanks for the replies guys, however, I had figured out the answer shortly after my post. My apologizes for not updating the thread.
March 24, 2014 at 12:02 pm
GilaMonster (1/15/2014)
WHERE ((([Serial Query].SER_OR_ADM_IND) = 'A'))
AND t1.DISCHARGE_DISP ! = 'VVX'
AND t1.VISIT_DATE = CONVERT(varchar,GETDATE(), 101)
AND (t1.Diag_Code1 = ''...
January 15, 2014 at 8:31 am
Yes, that's correct. Sorry for not being more descriptive.
January 15, 2014 at 7:59 am
Links up and dwain c thank you both for your replies.
Links up - I removed the extra parenthesis and the query ran fine, but my results were off....
November 6, 2013 at 8:54 am
I have added the extra closing paraenthesis, but still getting the same error.
LinksUp (11/2/2013)
INNER JOIN cte2 b ON a1.AdmitCCYYMM = b.EffectiveCCYYMM
LEFT JOIN...
November 2, 2013 at 10:37 pm
Thanks for repyling. I tried your code below and got :Msg 174, Level 15, State 1, Line 32
The substring function requires 3 argument(s).
LinksUp (11/1/2013)
Briceston (10/31/2013)
I tried casting the date, but...
November 2, 2013 at 2:16 pm
Can someone please chime on my last post, I really need some insight.
November 1, 2013 at 12:11 pm
Actually, the missing months was an error on my part when providing a sampling. Both tables have equals months between them.
I constructed a cte, however, I'm still having some issues...
October 31, 2013 at 11:25 am
Mark, thanks for replying. Your example logic below was very helpful. After I introduced into my logic, the report runs fine.
Thanks.
Mark Fitzgerald-331224 (10/30/2013)
Briceston (10/29/2013)
I have a SSRS...
October 31, 2013 at 7:32 am
dwain.c, Thanks for your insight thus far, I really appreciate it.
Your code is not working with my environment, and I'm not exactly sure why.
Below is the code from my environment...
October 2, 2013 at 9:26 pm
Ok, understood.
I used your last code example in my environment, and it's taking long to execute. I keep having to cancel it at the 4min mark or else...
September 30, 2013 at 6:50 am
First, thank you for replying. How are you deriving your average cost figures?
September 29, 2013 at 9:46 am
Hi guys,
Below is an example of my data using a create and insert.
--===== Create the test table with
Create table Admission
(Contract Varchar(4),
Admissiondate Varchar(6),
SumofCost DECIMAL(19,...
September 25, 2013 at 12:37 pm
Sorry for the delayed reply. I have been caught up with school and work since my first post. Thank you to those who chimed in.
If there was a lack of...
September 24, 2013 at 8:19 am
Viewing 15 posts - 46 through 60 (of 60 total)