Viewing 15 posts - 421 through 435 (of 842 total)
I modified Steve's code: This will return all 3 rows if you send the value of '0'.DECLARE @Data_Group_Number CHAR(1);
SET @Data_Group_Number = '0';
WITH group1...
March 30, 2018 at 1:43 pm
I've never needed to do anything like this, but I would think you could tie the image to the group footer. I may be way off, it has been a...
March 30, 2018 at 1:28 pm
In the properties for the cell, under 'Number' there is Format, if you put a lower case d it will display the date without the time in MM/DD/YYYY format.
March 30, 2018 at 1:19 pm
2018 World Series Champs, Pirate's!! 🙂 Heck, I'll be happy if they finish above 500, the bums.
March 29, 2018 at 2:02 pm
Although, yours has the same desired layout on the output, my example allowed...
March 22, 2018 at 10:46 am
Thanks for the suggestion. I like what you did, but the output is not...
March 22, 2018 at 9:50 am
OK, I couldn't figure out how to do it with PIVOT without hard coding the names. I'm sure there is a way, just not seeing it right now.
Here is...
March 22, 2018 at 9:49 am
I would think you would only need one pivot statement. Pivot the name and percentage in the same statement. If you can't get that to work, I think 'Cross Apply'...
March 21, 2018 at 12:57 pm
What have you tried? Did you try using PIVOT?
https://technet.microsoft.com/en-us/library/ms177410(v=sql.105).aspx
March 21, 2018 at 11:04 am
March 15, 2018 at 11:12 am
March 15, 2018 at 9:45 am
GeorgeCopeland - Thursday, March 15, 2018 7:21 AMThe proper term for a developer who doesn't use source control is "amateur".
WOW, I was...
March 15, 2018 at 7:46 am
March 8, 2018 at 8:59 am
I think we should spring forward a half an hour this year, then we never change the clocks again. Get the best of both worlds. IMHO 🙂
March 8, 2018 at 7:30 am
We use SSIS for all of our ETL. I would prefer that SSIS be used more for EL and not (T)ransform. Setting up the SSIS to Extract and Load the...
February 21, 2018 at 7:17 am
Viewing 15 posts - 421 through 435 (of 842 total)