Viewing 15 posts - 121 through 135 (of 319 total)
:w00t::w00t:
No I like being confused , it helps me think more!!
August 10, 2015 at 2:23 pm
Yes, so it a way(my weird way of thinking) its sort of like creating a series of temp tables, but more effective ?
August 10, 2015 at 2:15 pm
Thanks Luis
This is getting what I need .
It's great that it works and I'm sure I can muttle my way thru to understand, but do you have any suggestions...
August 10, 2015 at 2:05 pm
Hi
Thanks everyone one for your input
Although most of this is beyond me 🙂
I was able to rough my way through it
It did error on me so I changed...
August 10, 2015 at 1:20 pm
Thank you all for the info, not only do they work, but I actually learned something...
So I now get 3,4 and the 5th as null , which is what...
August 10, 2015 at 10:19 am
Hi Luis
Thanks for getting back.
I tried something like that and it only returns values with data. I think it it is my where clause?
SELECT RTRIM(data.dbo.CLI.LNAME) +...
August 10, 2015 at 9:47 am
Thank you Luis it is exactly what I needed . I feel a bit embarrassed I didn't figure that out
I worked in a case statement so any team with the...
July 23, 2015 at 8:31 am
Ok so I think I found something in the forum and adapted it to work
SELECT
ParentObject,
STUFF((SELECT ', ' + [View As] FROM dbo.Signatures t2 WHERE t2.ParentObject = t1.ParentObject FOR XML PATH('')),1,2,'')...
July 14, 2015 at 3:11 pm
Actually I just tried
case when (Question1 = N'No') then 'text here ' else '' end
+ case when (Question2 = N'No') then 'text here ' else ''...
June 29, 2015 at 12:45 pm
Hi J Livingston SQL
For some reason it doesn't. Unfortunately I don't do this as much as I'd like to.
As I check the data , I am going to play...
June 25, 2015 at 3:00 pm
Thanks imex,
That worked exactly as I needed.
Sorry for the bad explanation..
Thanks AGain
June 25, 2015 at 10:12 am
Yes it would...:)
Sorry, Rainy Monday morning...
Thanks
June 15, 2015 at 9:06 am
Hi
I did figure it out in case someone is looking for something similar..
This works =runningvalue((IIF(count(Fields!Prog.Value)=1,1,Nothing)),sum,nothing)
onto my next question 🙂
Thanks
April 29, 2015 at 11:32 am
did a bit of research and found running value
Came up with : =runningvalue(count(Fields!Prog.Value),sum,nothing)
Which gives a grand total of number of programs all clients are in ..
is it possible...
April 28, 2015 at 3:13 pm
Thanks Alan,
I need to do a little reading on cross apply.
I really want to usndersand how this works!!! 🙂
Thanks
Again
April 22, 2015 at 3:32 pm
Viewing 15 posts - 121 through 135 (of 319 total)