Retrieving YTD value when timescale spans multiple years
Options
rodney_piepho
Member, ALL USERS, Employee, Certified Model Builder Posts: 5 Master Anaplanner of the Year
Question: Is there a way to retrieve a year-to-date value for the applicable year when our module spans more than 1 reportig year? If we use the "Year To Date Summary" checkbox on the setting tab under time, it only provides the YTD value for the current year and current month selections made on the settings tab.
Tagged:
0
Comments
-
rodney_piepho Member, ALL USERS, Employee, Certified Model Builder Posts: 5 Master Anaplanner of the YearOk, so to start with, you will need to add a line item that just cumulates the line item you are looking to get the summary for - the formula would just be CUMULATE(Line Item). For purposes of demonstration - I named the one in my example "Cumulation Line Item" - you will see how this applies in the next section, and it should make more sense also.
Then you will have an additional line item that will return the value you are looking for - the formula will be the below:
Cumulation Line Item - OFFSET(Cumulation Line Item, -MONTH(START()), 0)
Screenshot of example module attached
This solution sponsored by Vicky Ascensio, Ryan Takao, and Ryan Whalen - thanks guys!
0 -
rodney_piepho Member, ALL USERS, Employee, Certified Model Builder Posts: 5 Master Anaplanner of the YearHello,
I have come up with a solution that works, although it may not be the most efficient way to do it. You would still have the same setup as above, however, the only difference would be your formula for the YTD Value cell would be as follows:
IF MONTH(START()) = 1 THEN Cumulation Line item - OFFSET(Cumulation Line item, -1, 0) ELSE IF MONTH(START()) = 4 THEN Cumulation Line item - OFFSET(Cumulation Line item, -2, 0) ELSE IF MONTH(START()) = 7 THEN Cumulation Line item - OFFSET(Cumulation Line item, -3, 0) ELSE Cumulation Line item - OFFSET(Cumulation Line item, -4, 0)
I have also provided a screenshot below for context.0
Categories
- All Categories
- 2.3K Anaplan Community
- Academy
- Anaplan Talent Builder
- Model Design Course
- The Anaplan Way
- Archive
- 2 Idea exchange
- 62 Enterprise Scale
- 1.1K Extensibility
- 21 Intelligence
- 1.6K Planning & Modeling
- 331 Security
- Community Connections
- Connections
- Experiences
- Groups
- Personas
- Employees
- CS Toolkit
- Customer Care Center
- Forums
- Academy & Training
- Community Feedback & Updates
- Japan
- Anaplan Community Japan
- Anaplan Community Japan Knowledge Base
- HyperCare Japan
- JP-Central
- Support-Japanese
- Partners
- Partner Leadership Council
- Partner Product Council
- 724 Platform
- Anapedia
- App Hub
- Centers Of Excellence
- Extensions
- Planual
- Platform Updates
- 724 User Experience
- Profile Builder
- Resources
- Anaplan Advocates
- Anaplan Live!
- Community
- Community Advancement
- Community Connections
- Partner Program
- The Official Master Anaplanner Program
- Videos
- Welcome to the Anaplan Community!
- Success Central
- Support
- Case Portal Link
- Common Support Questions
- HyperCare Redirect
- Known Issues and Workarounds
- Support test page
- SupportFAQ
- Survey
- 2 Training Day Takeaways