Hi all,
I just want to share a simple table as a summary of the functions needed to convert data across formats in Anaplan.
Is not a big deal, but I hope it comes in handy to some of you.

* Transform Text into Date is not that straight forward since it is needed to chop the date in 3 chunks: the day (DD), the month (MM) and the year (YYYY), use VALUE to turn them into numbers and then use the function DATE to fetch the date.
Kind regards,
Alex.