Hi - I was wondering if you could provide some insight my struggles with creating a dynamic report within SSRS. I am doing a compare between 2 result sets and need to display all data and specify the difference in the results.
Customer 1 (Edward) displays items: Pink, Blue, Yellow
Customer 2 (Peter) displays items: Pink, Blue, Green
I would like to be able to get results: Columname/Header: Edward with 4 rows and Green displayed as either "missing" or "NO"
I would like to be able to get results: Columname/Header: Peter with 4 rows and Yellow displayed as either "missing" or "NO".
This final result set is generated by dynamic pivot sql.
When trying to display this in visual studio the data does not display I either get blanks or a repetition of the name headers for my results. I just can't seem to get the matrix setup correctly to accurately display.
Hopefully I make sense and thanks in advanced for any responses...
Thanks
LB