So I've got a datasource that gives me a startdate and an enddate value. I was wondering is there a way for me to make a table that essentially goes:
+-------------------+------+------+------+
| Date | Col1 | Col2 | Col3 |
+-------------------+------+------+------+
| 10th January 2018 | | | |
| 11th January 2018 | | | |
| 12th January 2018 | | | |
+-------------------+------+------+------+
For example?