Convert date type to period

Hi All,

I converted this date format into period using this formular

PERIOD(DATE(VALUE(RIGHT(Reporting Period, 4)), VALUE(LEFT(Reporting Period, 2)), 1))

How can this date format be converted to period in Anaplan just like above. It doesn't work with the formula above. Please is there a workaround on converting this to period format.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Best Answer

  • Answer ✓

    Hi @innocent

    You can also use below formula to convert text month to time formatted month list

    FInditem(TIME, substitute(reporting period, "-"," "))

    Cheers!!

Answers

  • @innocent

    Instead of loading in as text, change the format of the line item to Time Period.

  • Thanks @rob_marshall it is a Master Data Module with no time dimension.

    So when I had the format to Time Period Month and import it throws this error to me

  • Thanks a lot @Himanshu1998 that did the trick.

  • @Monpero

    Add a time dimension to the master data module.

    Refer to this article by @rob_marshall

    OEG Best Practice: Data Hubs: Purpose and peak performance

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In