-
How to get the first non-blank value from a line item to another module
How to get a value to another module for the given selectors, the first one which is not blank? I always have one value in historical sales name and I want to transfer it to another module. And then how to transfer the value that is next to the line item Value Min
-
How to Automatically Generate an outlook Email with Specific Format from Anaplan Page
Hi Anaplan Community, I’m trying to automatically generate and send an email from an Anaplan page formatted as follows: TO: (Predefined recipient email) Subject: Text [dd-mm-yy] Attachments: (Optional or specific data if applicable) Body: Hello, Please see below the details: Line items: Timeline: "Start week - End week"…
-
Managing number formatting between countries
Hi everyone, I'm looking for advice on how to dynamically change number formatting in both the Anaplan model and UX based on the region or country. We have a development model that will be deployed across two countries, but they use different formats for decimals and thousands separators. For example: Canada uses a comma…
-
How can i set up this filter ?
I want to allow users to input a text field with items separated by commas (e.g., X1,X2,X3,X4,X5 ) and, after clicking a boolean (e.g., "Select"), have the page filtered to show data only for the specified items. How can I set up this filter?
-
Is it possible to display different line items in one module for different levels of a hierarchical
Hello, I created a module that has a hierarchical list structured as below: I added line items to the module such as: -Revenue -Lattitude -Profit -Count Active -Count Closed -Count Open But it is not important what line items I have, what is important for me is how to make it so that after selecting, for example, an item…
-
番号付きリストの合計?
モジュール =("工場リスト"がディメンションにあり) このモジュールに対し、番号付きリストの数量データ(列に、"工場"がある)から、それぞれの工場の合計をもってきたいです。(SUMIFのイメージ 下記のようにしてもうまくいきません。教えていただけますか。 "番号付きリストの数量.SUM[工場リスト]"
-
補助ビューで合計が表示されない
番号付きリストをディメンションとしたモジュールからあるラインアイテムの合計を持ってきたいが、数量が表示されない。 現状:SummaryはSumに設定
-
How to filter time in NUX based on page selector parent.
Hi, I'm struggling to filter a table in NUX based on the page selector. Anaplan wants me to hard code an item to filter on. I want it to use the selected item in the page selector. I have a bunch of projects with their parent category Start and end month is set for each project. This aggregates with min for start and max…
-
How can I convert a text containing multiple items separated by commas into a list?
I have a text string like "X1,X2,X3,X4,X5" and I want to convert it into a list containing X1, X2, X3, X4, and X5. I tried using FINDITEM, but it only works for one item, and with FIND, I can only get the position of the first comma. How can I achieve this? Thanks
-
Workflow - Enable Completion Check
Hi, I'm building a simple workflow, and looking to incorporate the Enable Completion Check to control whether the workflow can be completed or not. My line item for Enable Completion Check I have set to false, specifically to check whether it is working or not, but I am still able to run the workflow. Is there something…
-
How to display selected line items depending on the selected level in the hierarchical list.
I have a three level list Country->Region->City. How can I display selected line items for a given level in the list. Let's say I have 10 line items in the module and for Country level I want to display 6 selected, for Region level 4 other selected etc.
-
Security around list updates
Hi, Just a question around how to best set security around who can update lists in our Anaplan model. Initial plan is to have list showing on application, with certain individuals able to update - is this done through page settings and restrict roles? Any advice would be greatly appreciated.
-
Average Duration for process to be run or Line items to reflect the changes
Hello Community members. Hope you are doing all well. Currently I am optimizing a model for a client that was having troubles with the duration of processes being run or the duration which it takes for line item to reflect manual change by users in a line item . Model has been optimized now. I know that for sure different…
-
sum not working
I'm stuck while building a module in Anaplan. In one module, I have numbers associated with the months of the year 2024, and the module has Anaplan's time scale dimension. In this module, I have a line item formatted as a list that contains four members. Each number is assigned to one of these four list members. In another…
-
lookup code
Think I must be having a mental block today but could someone advise what formula need to use in order to return the "Code" column shown in the left-hand side to the line item on the module shown on the right-hand side. Many thanks
-
Optimizer Error
Hi Everyone, I need your help in One of my optimizer use case. I am building optimizer which generate dispatch Plan. They have more then 15000 SKU and approx. 1000 transportation Lane. I am struggling in running optimizer with these many dimension which increasing a cell count of line item. Optimizer failed with attached…
-
LOOKUP by specific text
hi everyone. i would lookup only which is awarded or awarded (PO) in my contract details. how to do it in LOOKUP function? 'Contract Price'.'Final Contract Price'[LOOKUP: ContractDetails."Awarded","Awarded (PO)"]
-
how to add independent column in a module?
hi how can i add a column (status that can i can change from time to time) independently. regardless if the filter month has been change
-
Create DEM03 Demand Forecast Module
Hi, I am struggling to get numbers for the Baseline Forecast line item my formula looks like the below: IF NOT 'SYS01 Time Settings By Week'.'1st Forecast Year?' THEN LAG('DAT03 Historic Volumes'.Volumes, -52, 0, STRICT) ELSE 'DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year' I do see the numbers for the year…
-
How to round up to 5 or 0
Dear Anaplan Community, I need help to round numbers up to the nearest number ending in 5 or 0 2233 — to 2235 2888 - to 2890 Any intakes?