-
Ability to show and freeze Top level element on Grid (top/bottom and left/right)
As a model builder I want to have the similar feature to the Freeze cells (columns and rows) in Excel especially I want to be able to freeze top level element of the list used in a published module so no matter how I scroll the table it stays on the top or bottom of it and be able to select how top level elements of the…
-
Time Scheduling with Optimizer
A system that allows optimized scheduling of dates / times over a period would be very useful (for example a finite capacity scheduler in production scheduling, rather than a scheduling of a team for maintenance interventions, etc ...) to broaden the functional coverage a supply chain model.
-
New UX chart to update when a chart displays data which is a context selector of other chart
As a page builder, I want to define the context update source on a chart either series or axis. Today charts are synced on the x-axis but I want the option to sync on the series selected instead. So that I can set it up for my end users to update context when clicking a column on a chart to the relevant series or the axis…
-
Set default roles access to none
As a model builder and workspace admin, i need newly created modules, lists and actions not to be accessible to any role except the full access role. This is necessary to follow security guidelines and best practices of "least privilege" (you only have acces to what your eligible to). Currently the opposite is done in…
-
Add pictures to model tile in workspace screen
As a model builder / end user I want to be able to have the tiles associated with the models in the dashboard landing page show a picture instead of just a title so that it is very easy and quick to identify which model is which. I have a lot of different models and a way to easily distinguish between them and make them…
-
New UX: Manage users access for an entire app at once
We have the option to change the users access in the new UX based on their role but at the moment this is done for each board/worksheet independently. It would be great to have the option to change the userss access for an entire app at once and this would apply to all the boards/worksheets within it. This would benefit…
-
UX Idea: Card type "Field" with link to be editable
Field card with link-formatted line item is non editable. Now I can use only text-formatted line item as a field if I want to enter the link address. Would be nice if line items with link format was editable as it is available in Classic UX.
-
Expand column width in Actions-Imports (and Import Data sources) or make it adjustable
The idea is very simple. The columns' width in Actions tabs are very narrow this always requires to Copy and paste to excel every time i want to check something in it. Would be great if we could adjust or simply have the default width much wider. @GeorgeDuckettMaybe your wonderful tool could have it in future release?
-
Delete from List using Selection must work differently for the nested list
My Idea: For the backward compatibility, add a check box in "Delete from List using Selection" action. When it's TRUE (default is FALSE) - running the action will delete all elements (leaf and parents) which have TRUE in the selection line item. This won't affect already excisting processes, but will allow to have one…
-
Upgrade Model search to ignore apostrophes (' or ’)
As a model builder i want to be able to search quickly through the entities of my model. Frequently I have to examine formulas which most of the time have references from the other line items and modules which have special symbols in naming (i.e. a dot (.) in module named '8.15 Transport tariffs options (Month)') So if I…
-
Select page link arrow position or hide it (>)
Idea: As a page builder I'd like to be able to choose there to locate the arrow next to the page link or even disable it. Usage: Talking about linear workflow it's not always that you (as a user) want to go downstream of the workflow. And looking at some cards can be confusing especially to the ones who are new to the…
-
Open referencing modules and related lists
As a model builder I want to be able to open modules which are referenced by selected module as a blueprint action. This is how I think it could look like: Also I want to be able to open list elements used as dimensions oth the module. (we could not have it in classic US as we could not open multiple lists but now we can!)…
-
Auto sorting subsets list when choosing Applies to or Format
As a model builder I have to search through "the list of the lists" to select necessary dimension in Applies to or a list for line item format. Most of the lists are ordered the same way as we put them in General lists and Line item subsets tabs using "Reorder..." button. But apart from that we have Subset which can be…
-
User to select columns for variance analysis
New variance feature is a long awaited one. And finally we have it! But this feature is almost a hardcode and it does not allow an end user to select which of the two columns to be compared. Before placing this idea I have open a topic in UX Designers forum to collect thoughts of the community about it: MR: User to select…
-
Option to display list properties on a grid
Customers very often request reports in which to show together properties and Time dimension as columns, similar to what they are used to see in an Excel: As of today, this is quite difficult to build in Anaplan. The most common solutions to deliver this requirement are: * OPTION A: Nest Time with line items on the columns…
-
Percentile formula
It would save a lot of time and space to have percentile formulas in Anaplan. Percentiles are very valuable to eliminate extreme values from data sets and improve the accuracy of our forecasting models. Having a percentile formula would address the need for a median formula at the same time. Further below are a few…
-
Add more customization options for the line, bar and combination charts
It would greatly enhance the user functionality if I could have more options for customizing the graphs. Mainly in respect to controlling the width of the column charts, being able to do dashed lines and other customization options that are already available in most of the other tools (and excel).
-
IFS function
One of the most powerful "recent" functions I've used in Excel is IFS(), where a single statement can replace multiple levels of IF THEN ELSE statements. From Microsoft's description: Generally, the syntax for the IFS function is: =IFS(Something is True1, Value if True1,Something is True2,Value if True2,Something is…
-
Native Email Notification in Anaplan Connect
It would be great if Anaplan Connect had Native email Notifications that would help users know whether jobs that run were successful, partial, or failed.
-
Brand Colors for New UX
As a consultant, we are building for multiple clients at a time. While we tend to have our own color schemes, most of our clients have their own brand colors that we would like to use if possible. To make this easier, we would love the ability to identify a number of brand colors (possibly per workspace) that we can easily…
-
NUX Filters/Context Selectors should Match Old UX and View Functionality
If a View made up of multiple dimensions has top-level summary items selected is published to the NUX, the same functionality where the view would essentially be "locked" is incorrectly represented in the NUX. Context selectors appear and a user is able to filter on elements they shouldn't have access to in narrowed view.…
-
PowerQuery Get Data Connection to Anaplan
Could we please have the ability to Get Data from Anaplan in Excel Power Query (not Power BI which already exists).
-
Multi-select option in UI
The option to select multiple items from a list to populate a cell would be a big win for us e.g. a language field, where I can select multiple language and the cell would then be populated with "English;Afrikaans"
-
Set the delimiter for CSV Exports
The European format for CSV file is a semi colon delimiter and a comma decimal point. The current behaviour is some European users seem to get an export in this format even though it is not supported in anaplan. The windows/browser formatting seems to take over while other users get the more usual comma delimited file.…
-
Ability to change the structure of the UX landing page
Customer wishes to modify the format of the UX landing page to push users toward only going to Page or Apps and ignoring Models section - or hiding this section from end users.
-
AND and OR logical operators
In our work we need to frequently use several layers of nested IF THEN ELSE statements. These could be greatly streamlined by introducing IF and OR logical operators to Anaplan. For example: IF A = 1 THEN IF B = 2 THEN TRUE ELSE 0 ELSE 0 could be replaced with IF AND(A = 1, B =2) THEN TRUE. In this context, these operators…
-
Apps or pages don't disappear when the underlying model isn't found
Essentially what the title says
-
Anaplan-Excel Power Query Connector
Currently, Anaplan supports connecting to Power BI via the Microsoft Power Query function * https://help.anaplan.com/e1cdf0b7-631f-4cd6-b4df-a5e0927e1ef8-Anaplan-Connector-Power-BI-Desktop * https://learn.microsoft.com/en-us/power-query/connectors/anaplan It would be extremely useful if Anaplan supported connecting to the…
-
Check Import Source - CSV File
User Suggested Feature Check import source of a csv file, to check who uploaded the file. Currently the option to check is through model history but if there was a way to check import source originally (user) would be useful feature.
-
Add "Save and Close" option when changing Page settings
As a page builder, I want to be able to Save and Close the page settings dialog in a single click, so that I can save time and be more efficient with my work. As of today, I find that the majority of the time I press the Save button on the Page settings dialog, I immediately want to close the window. A common example is…