Hi,
I am new comer in SSRS & report builder, I have some requirement to create report like transpose feature and some column grouping.. please see my tables for the details:
| Transaction Header | |||
| Trans. No | Customer | Sales Person | Date |
| Trans001 | Company XYZ | Michael | 1 Aug 2014 |
| Trans002 | Company XYZ | Michael | 2 Aug 2014 |
| Trans003 | Company ABC | Thomas | 3 Aug 2014 |
| Transaction Lines | ||
| Trans. No | Product | Qty |
| Trans001 | Product A | 10 |
| Trans001 | Product B | 20 |
| Trans002 | Product A | 30 |
| Trans002 | Product B | 40 |
| Trans003 | Product A | 50 |
| Trans003 | Product B | 60 |
I have 2 tables (transaction header & transaction lines) based on that tables I need to create a report like this for the result
| Result Expectation | |||
| Customer | Sales Person | Product A | Product B |
| Company XYZ | Michael | 40 | 60 |
| Company ABC | Thomas | 50 | 60 |
please advise, how to make result like that? is there any function or feature that make easier to do that? I don't know if create it with pivot in query it's so takes time and not dynamic, caused the product will continue to grow
thanks
Rory.