functions

Options

As anaplan does not have builtin function to give you the current date and time.Can someone tell me the ways to capture the current date

Appreciate your response

Best Answer

  • HimanshuRaj
    Answer ✓
    Options

    Hi @Ayeshazaina

    You can use the below step.

    1. Create a module with no dimensiona and below line items
    2. Create a date formatted line item “current date”, populate it manually for the first time.
    3. Create another line item with “Next date” and apply the formula: current date + 1
    4. Create a saved view with “Next date” line item only and then an import action that maps 'next date' to 'current date' line item.
    5. Schedule this import to run once everyday using CloudWorks.

    Hope this resolves your issue