Viewing 6 posts - 1 through 6 (of 6 total)
OK,
Here is the sample table and script and at the botton I am trying to do what I am trying to explain. If this does not help please let me...
June 30, 2010 at 3:09 pm
Thanks everyone for the generous help. I am going to try to work on the example shown and figure out my output.
June 30, 2010 at 1:38 pm
Thanks everyone for the help. I appreciate it. Eugene thanks for pointing the @col showing null. I forgot to include the select query containing the @col. Once I put the...
June 25, 2010 at 12:25 pm
OK,
This is another question for Rob and Lowell.
The select statement currently looks like this:
select cust_num,slsman,
SUM(CASE WHEN [site] = '11199' THEN sales_ytd else 0 end) as [11199_sales_ytd],
SUM(CASE ...
June 24, 2010 at 3:20 pm
Thanks Rob for the clarification.
Regards.
June 24, 2010 at 3:09 pm
Thanks Lowell. This worked perfect. The site seems to be not an issue.
Regards.
June 24, 2010 at 2:59 pm
Viewing 6 posts - 1 through 6 (of 6 total)