Hi,
Question please. I am trying to sum up all the values in the Depreciation line item column for prior years 2020 in my calc module by company. However, I'm having a difficulty to get all the previous years data and sum it up. Thank you.
@DMManalili
Create a Calc module dimensionalized by Company and by Time , but set the granularity at the Year level. Create a line item and name it Depreciation. The formula will be: the_above_module_name.Depreciation[sum: Calendar Year, sum: Company]. Note, Company has to be a list formatted line item and Calendar year has to have a format of Year (Period).
This will get the sums for every year for every company.
Now, if you want to exclude year 2020, you can create a SYS Time Filters (at the Year level) module having a line item signifying FY 2020 (this should be a boolean).
In the summation calc module, create a new line item "Not 2020" with the formula: If Not SYS Time Filters.'FY 2020' then Depreciation else 0.
thank you, I tried it however, i got an error which says..an error has a occured on the server.
Can you share more details on the error?
Here are some pictures to help:
I created a SYS Global module to get the current year which is based off the current period defined in the Time settings:
SYS Time at the Year level:
Going back to the original CALC module at the year level:
here is the ss.
Hi Rob,
Thank you for this. would like to ask, my data module is in Month time scale and data that will be uploaded is presented below. The Period line item is in number format. How can I convert the period into months and combine it in the calendar year line item (year)? So this will be use as my time to sum up the prior years date as well as the current year and months? Thank you for your assistance.
I am stuck at Activity 2.3.8.2 Import into DEM01 Module I don't know how to map Time. Could anyone please help with this: I thought it should be "Patterns with Separators" Y-M but it failed "Expected month name or number in date/period" I tried all "Match Names" (could not choose Language), "Periods" with "Custom…
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…