Hi folks,
I've got a field that shows like the below;
| 01-12-17 |
| Example |
| Example 2 |
| Example 3 |
| 02-12-17 |
| Example |
| Example 2 |
| Example 3 |
It's a blend of work items and dates and I can't seem to figure out a way to separate them so it'd look like the following;
| 01-12-17 | Example |
| 01-12-17 | Example 2 |
| 01-12-17 | Example 3 |
| 02-12-17 | Example |
| 02-12-17 | Example 2 |
| 02-12-17 | Example 3 |
Any ideas?