Viewing 15 posts - 46 through 60 (of 183 total)
I want the start of the week from 04-12-2015 thru 4-18-2015. (Sat thru Sun)
April 30, 2015 at 4:09 pm
Changed the signed from < to > which was the requirement though. ANd now it pulled up quick
April 30, 2015 at 11:18 am
No worries, I had to make changes both ways , Proc n table which I was missing.
April 29, 2015 at 11:25 am
April 28, 2015 at 1:32 pm
Great I see it.
Guess , I should ask this in some other forum as I am trying to do it in SSRS Hyperlink where its not taking this name as...
April 28, 2015 at 1:23 pm
I see...
Create Table ##DateTable
(
Lastweek Int
,Lastweek1 Int
,Lastweek2 Int
)
Insert into ##DateTable(Lastweek,Lastweek1,Lastweek2)
Values (DATEPART(WW,GETDATE()) - 1 ,DATEPART(WW,GETDATE()) - 2, DATEPART(WW,GETDATE()) - 3 )
Select * from ##DateTable
Thanks
April 21, 2015 at 12:37 pm
Yeah, it was tricky. So, I tweaked the Join condition. Saved !
February 26, 2015 at 10:31 am
Nevermind, Was able to figure out - It should be Nothing.
February 17, 2015 at 9:53 am
Well, I don't have permissions to do something like this, Is there a way I can pass multiple table names like in the first query...
January 28, 2015 at 10:52 am
No there no parameter set up.
It gives everything in one chart.so I cannot use the parameter expression.
January 28, 2015 at 9:22 am
Viewing 15 posts - 46 through 60 (of 183 total)