Viewing 7 posts - 166 through 172 (of 172 total)
SELECT
JOB
,ZIP
,SUM(pick) AS PickTotal
,SUM([count]) AS CountTotal
FROM
YOUR TABLE NAME HERE
GROUP BY
JOB
,ZIP
ORDER BY
JOB
,ZIP
August 22, 2008 at 3:20 pm
I'm not sure that soft skills necessarily come with time. Yes, to the extent that you can train yourself not to dribble when you drink, or to hit the...
July 18, 2008 at 11:34 am
SSIS!
See article listed on SSC Home page - "5 free hours of training"
July 16, 2008 at 12:25 pm
Unless I'm misunderstanding your question, it seems that you should be able to manage this with groups.
-Group the report on the lowest common detail (in your case, sounds...
July 14, 2008 at 2:52 pm
Perhaps a Matrix might be better suited to your requirement, rather than the data table.
July 14, 2008 at 12:16 pm
I've been searching for the same. Found this fairly hairy workaround - it pertains to SRS 2000, but...
http://blogs.msdn.com/echarran/archive/2005/11/07/489797.aspx
fwiw-I've made a cursory inspection...
July 9, 2008 at 4:42 pm
Viewing 7 posts - 166 through 172 (of 172 total)