Using the below sample data, I am trying to make the date column become rows (As column name) using VS 2008 matrix. I selected the Name dataset for the rows and Date and time datasets for the data region,
When I preview it, it is dropping the duplicate date. Any direction on how to
show duplicate dates/values using VS 2008 matrix?
Name Date time
John, Smith 2012-09-11 08:25:00
John, Smith 2012-09-11 18:04:00
John, Smith 2012-09-12 17:40:00
John, Smith 2012-09-13 18:41:00
Expected Result:
NAME 2012-09-11 2012-09-11 2012-09-12 2012-09-13
eskinder haile