Kindly help me with the following query, i have my a table as below,
PID ID Date Value Weight 1 1 01-01-2014 10 0.5 2 1 01-01-2014 20 0.5 3 1 01-01-2014 30 0.5 4 1 02-01-2014 10 0.5 5 1 02-01-2014 10 0.5 6 1 02-01-2014 10 0.5and i want the out put as, using SSRS
ID Date SUM_PROD
1 01-01-2014 30
1 02-01-2014 15