It's been awhile since I've done this, but I think something like this will work - if you convert the field to text, you can use the @explode then convert back to date, all in the view column:
@Date(@Explode(@Text(fieldname);","))
Set the column to show multiple values on separate lines.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.