I want to change the format of the column header to be the actual date in format MM/DD/YYYY. A user in another country set everything up in format DD/MM/YY and I want to change it.
Hi @basch the Default date format in Anaplan is MM/DD/YYYY only, if we want to change the format you will have to hardcode it.
Steps you can follow: Create a system module for days and pull the day, Month and Year from your original line item in text formatted line items. Then create another text formatted line item and concatenate the Day, Month and Year in whatever sequence you need, e.g., DD/MM/YYYY etc.
@GauravKumar Yes I want the MM/DD/YYYY circled in blue, but the yellow highlighted is what is wrong and is getting pulled to all of my modules.
Hi @basch but the highlighted item(Current Period Week) is a week formatted line item and you want to see in date format? Is that correct? for W/c 24 Sep 23 you wanna see 09/24/2023?
@GauravKumar Yes that is correct
I think this approach can work here.
Step 1: Find the year from the week number(W/c 24 Sep 23) using Year function e.g., 2023
Step 2: Find the first day of the year e.g., WEEKDAY(DATE(Year, 1, 1))
Step 3: Find the first date of the week in Current Period Week line item using this formula:
DATE(Year, 1, 1) + 7 * (Week no - 1) - First day of the year
Let me know if it works @basch
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
Hi I'm looking to speak to people who have used/are using the Docusign integration in their business. We are exploring the possibility, but we find the current setup quite limiting in terms of how an end user would interact with the integration, but also issues with concurrency and number field formats. Would appreciate…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…