Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two matrix in report in ssrs.
I have a dataset1 like


SQL
Name        Skill   TotalWorkTime     Date

  A             S1      3               01/03/2014
  B             S1      4               01/03/2014
  A             S2      5               01/03/2014
  B             S2      6               01/03/2014

  A             S2      5               02/03/2014
  B             S2      6               02/03/2014



Now I want to create another dataset from dataset1 by grouping sikll wise

like
SQL
select count(TotalWorkTime) from()T group by Skill.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900