Viewing 15 posts - 1 through 15 (of 17 total)
SSChampion you are right, I changed T8 to "T" and I got the query to work
May 1, 2015 at 2:20 pm
Hmm, I guess I will do that then but Is there a way I can find all the values in my where clause that show me which table they are...
March 20, 2015 at 8:27 am
Yes, my original plan was basically use an update statement of each table but there about 30 tables it is listed in. So I wanted to find out was there...
March 20, 2015 at 7:35 am
Thank you Sean for you help. Really appreciate it
September 18, 2014 at 12:17 pm
Maby my select statement might help. So I am trying to see how many contracts are purchased for every month. And if its Feburary than up to the 28th is...
September 18, 2014 at 11:22 am
Like for example lets say I Have 14 people who made payments to their account, I want to know in those 30 days of September how many people payed their...
September 18, 2014 at 8:51 am
Okay lets say the user inputs @begin_date 04/02/2014 and @End_Date 06/30/2014. That user is only suppose to see
April and May's contracts.
The problem is it shows ALL the months...
June 24, 2014 at 9:02 am
Hey David, for the YTD, which totals the months funded contracts is there a different type of expression for it? or do I need to filter it?
June 19, 2014 at 1:07 pm
Thank you all of you for the help. My report is finally done. Much appreciated to all that helped out on this thread! Thanks again!
June 19, 2014 at 11:26 am
Thanks corbet, I showed the client that way as well. The thing that sucks is they don't want it like that because the format is not the way they want...
June 18, 2014 at 12:18 pm
Thanks SQLRUNNER, I know I showed them the report using a Matrix and it worked great but unfortunately they want it as a table. So I will take yours and...
June 18, 2014 at 10:58 am
That would have worked but the way my query is set up is, The user should only see the passed months from the present month within the year 2014 ONLY....
June 18, 2014 at 10:55 am
Yes, it works with a matrix but unfortunately the client I'm working for wants it as a table that's the problem. I was thinking about Using a PIVOT function but...
June 18, 2014 at 10:46 am
So I have gone and input the date, But on the AND > on the codec is an incorrect syntax error.
WHERE '01/29/2014' >= dateadd(yy, datediff(yy, 0, GETDATE()), 0) --Beginning...
June 12, 2014 at 1:27 pm
Viewing 15 posts - 1 through 15 (of 17 total)