Hi,
I have a table showing data of a dataset
One of the columns on the dataset is a string containing dates delimited by comma.
I want to show for each row in the table the set of dates so that each date will be in a different cell.
something like this:
Col1 | Col2 | Col3 | dates |
A | A | A | 01/01/2011 |
02/02/2011 | |||
03/03/2011 | |||
04/04/2011 | |||
B | B | B | 01/01/2012 |
02/02/2012 | |||
C | C | C | 01/01/2013 |
02/02/2013 | |||
03/03/2013 |