-
Filter a list by a selector
I have a page that has a list of sellers and a list of accounts. The list of accounts module has a line item of the seller. Is there a way to set up a filter with the accounts card to filter out accounts when I select a specific seller?
-
From clutter to clarity: Mastering documentation in Anaplan
Author: Madison Matous is a Certified Master Anaplanner and Solution Architect at Akili Inc. Though not always the most glamorous task, documentation is critical to overall project success. It serves as a standardized reference for both the development team and end users. Successful adoption of a new Anaplan model is…
-
Best practices for technical documentation of a model
Author: Arun Thakar, Certified Master Anaplanner and Vice President in the banking industry. As go-live approaches and admin and end user training gears up, the question of ‘how do we document the model?’ might be front and center in your daily standups. Fear not! This article will cover some of the best practices on…
-
Creating more flexible export definitions in Anaplan
Anaplan exports, unlike imports, have no link to a saved view. However, there are ways to create Export actions that have more flexibility for future maintenance. After creating your view layout (using the view optimization best practices outlined in the Anaplan Polaris – View Optimization for Imports and Exports article)…
-
Did you know? Boolean read write
Author: Stacey Gibbens is a Certified Master Anaplanner and Solution Architect, Financial Planning & Analysis at Globe Life. Hello, Anaplan people! Today, I would like to share with you a solution to a model-building question that pops up on Community from time-to-time: controlling the behavior of user-facing Booleans so…
-
Two approaches to ragged hierarchy
Author: Taichi Amaya, Certified Master Anaplanner, and Financial Planning and Analysis Specialist at Pasona Group, Inc. In Anaplan, we consider it a significant feature that lists are hierarchical. Hierarchical structure allows for smooth and meaningful connections from the parts to the whole and gives flexibility to the…
-
Avoid the roll back every time the formula is wrong
Every time we create a wrong formula the system runs a roll back that takes about 8 minutes!! We would like to avoid this roll back... it takes so much time during the development phase! They could just send a warning message!
-
Calculation Effort column for Classic Engine
In the world of Anaplan modeling, performance is key. Slow model calculations can be a major bottleneck, impacting productivity and decision-making. But what if you could pinpoint exactly what’s causing the slowdown? Enter the Calculation Effort column — a powerful new feature designed to help you identify and address…
-
L2 Conclusion - REP05 Local Currency
Is there any issue with the formula for Local Currency? - Although it's fetching the correct result, want to check if there is anything else I'm missing. regards Sudhir
-
Using NAME with Numbered list
HI, I have a numbered list - 'employees' with the display name property set as Display Name. I have a system module called employee details dimensioned by employees list. I have created a text formatted line item in the module with the following formula NAME(ITEM(employees)). I expect to see the display name of the line…
-
Moving a model from Classic to Polaris
Author: Mike Henderson is a Principal Solution Architect at Anaplan. There is growing interest in taking existing models that operate in the classic (Hyperblock) engine to Polaris. There are a variety of reasons motivating the move such as workspace optimization, accommodating natural model growth over time, and…
-
Generating Failure Dump - even though no warnings/error in Actions
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
-
How to sum total only required quarters
Hi Community, there is requirement for below where module is dimensioned on Versions and versions are page selectors It should be adding Q3 + Q4, but FY25 shows Q1+Q2+Q3+Q4 Requesting for your inputs on this can be setup I know filters has to be built around missing out on logic Thank you
-
Convert time period to a date
Description of the enhancement required: As an extension or alternative to the DATE function
-
Process doesn't run actions properly, but running individual actions does run properly?
I have a quirky case where I have 4 actions in a process. When I run the process the actions do not perform as expected. When I run the actions in the same sequence separately they run fine. Any ideas what could be causing this and how best to solve it? Thank you, iWonder
-
Dimensionality - Formula Help
I have a Price module where customers are ranked based on their unit prices. I also have a Comparison module, where I want to display the names and unit prices of top-ranked customers for comparison. The model includes a Customers list. In the Comparison module, I want to write formulas to bring in the customer names and…
-
Allow for line item subset to be more than just number formatted
Description of the enhancement required: Line Item Subsets are often used to build filter modules, as an alternative to using the Show/Hide functionality. Using a Boolean against a Line Item Subset on a filter module makes it very easy to select which columns should be shown or hidden on a dashboard. An example of the…
-
Custom Blue Print View
A simple suggestion to help with the organisation and maintenance of models (and I assume a really simple suggestion to implement): Allow model builders to save blueprint views (in the same way it works for regular views) and even change the default model blueprint view for all modules so that we can change the order of…
-
Easily Get Current Date Using CloudWorks
Almost any model builder has had to come up with a solution to get the current date in Anaplan. We used to build integrations and use API for that. @JaredDolich posted a great article about using python for getting today's date. But this approach has some cons: * You must learn to code or involve someone who can do it.…
-
Steps for building a model
Can anyone help me understand why the following order of the steps is wrong? I have tried two attempts but still can't get it right!!! Step 1. Build centralized dimensions in the model (time, version, lists) Step 2. Build Modules in the model Step 3. Build centralized Import data into modules Step 4. Create User Experience…
-
Level 1 Model Exam Activity 5
In Activity 5 of the model building exam, it asks to adjust formulas for EMP02 Employee Expenses module for the Bonus, Car Costs, and medical expenses to reference driver data in EMP03 Employee Drivers by Role module. I have no idea what that means, can you help me?
-
Dynamic renaming of line items
Consider the following situation: As part of a planning process, a planning user requires the following items to be presented in the module: * Current year revenue actuals - year to date, needed to plan for the next year around the third-quarter quarter mark of the year * Current year revenue projection, based on the run…
-
The beauty of simplicity: any level of selection in a hierarchy
Author: Hanwen Chen is a Certified Master Anaplanner and Professional Services Sr. Manager at Anaplan. Use case This is an interesting use case. One of our customers wanted to be able to include/exclude any list item/member in any level of a hierarchy to/from a group. The customer calls the group “Domain”. Domains are used…
-
Did You Know: Code for Line Item Subsets
Author: Jonathan Cushing is a Certified Master Anaplanner and Senior Consultant at Vuealta Consulting. The video gives the details of a little-known function in Anaplan whereby you can add codes to line item subsets (LiSS). The video shows: Where to input the LiSS code How it can be used to map a line item subset to a list…
-
Change to a Saved View should not break exports
When model builders modify a saved view, this breaks existing export actions that use that saved view. The reference to the view is not dynamic. For example, if a model builder adds a new line item to that saved view, then existing Export Actions do not recognise the change. Then the model builder needs to create a new…
-
How to Ensure Full Data (line items) Clearing in Anaplan Imports When Incoming Data Is Partial?
Hi Community, I'm facing a challenge with data clearing during imports in Anaplan, especially when the incoming data only represents a subset of the target module. As many of you know, by default, Anaplan imports only replace the cells represented by the incoming data. This means that any existing data not included in the…
-
Generating Failure Dump Step - on Successful Imports
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
-
Display Native YTD and YTG with a filter
Hello Anaplaners, I have an issue about displaying YTD and YTG in columns. In a dashboard, i display a module with native time in columns. On this module, we set up a boolean dynamic filter linked to a time filter module. This filter displays the current year (2017 in this case). But the client needs YTD and YTG in the…
-
Display timestamp on your Anaplan dashboard
Author: Hannah Shan is a Certified Master Anaplanner and Senior Consultant at Lionpoint Group. I've come across discussions about whether there's a way to display the action timestamp on the UX for the end user — and there have been some great suggestions to bring in the date by leveraging CloudWorks. But what if the end…
-
Process Run time Duration has Doubled - Trying to Identify the root cause
Our company recently underwent a merger and we took over a company, this means our model now has become bigger overall - New SKUs, New Customers , new Production lines etc. The size of the model: before go-live with merged entity: ~50GB After go-live with merged entity: 79 GB Agree and understand that the model size…