-
3.2.11.1 Create Planning Period Filters
Confused on which Line Item I'm building a formula for, I'm assuming both. Also this is the formula I used to so that the weeks in that month are selected as well when you select the month are as follows. Please advise. MONTHVALUE('SYS00 Time Settings by Month'.Planning Period Filter), Kind of confused why would not want…
-
Lock Lookup. Possible?
Hi everyone is there any possibility to lock the lookup function when using offset? what i want to achieve is when i change my time period, the awarded will take the current period in module Construction Forecast-Awarded and will be place in Awarded column. same thing in Awarded 2nd Month, it will display the second month.…
-
What is the maximum number of dimensions (aka list) per each Anaplan module ?
-
Display next 2 period (month)
Hi everyone. I'm not quite sure if i'm using the correct formula in displaying the next 2 month period. if I selected Oct 24 in time dimension, the result would be display is Dec 24 in my column. is used this formula NEXT(NEXT(ITEM(Time))) which is running and no error. Just to make sure if i'm using the correct formula.
-
1.5.8.1 Create Saved View for DAT03 Module
This is my Module with no filter added My data disappears when I apply a filter and set the time summary to none. This is the formula I'm using I don't know what I'm doing wrong
-
Level 3. Account Review UX page
Hello, I created a saved view from the actual module and created a UX page for Account Review. In the Module "Country" and "Segment" are subsidiary. I can't figure out how can I use them as a page selector in UX page. Please advise. Thanks,
-
Level 3. Sum the stretch goal% in FY
Hello, Can you please help me to find a way to have 1% in FY. If I select "Sum" in Summary section it will add up the percentages to 4%. I would like to see 1% in FY total also. Thanks,
-
3.3.5.6 Update Inventory Ordering to Calculate Shipping Costs
Hi all, I'm having difficulties with the Shipping Cost line item. I am getting an error on the formula below…Can someone kindly point me in the right direction Final Shipment Amount / 1000 * 'TRA01 Shipping Metrics by Week'.'Cost per 1000 Units'[LOOKUP: Shipping Methods]
-
3.3.5.4 Update INV01 Inventory Ordering to Allow Override of Order Amount
Is this the correct formula? If not, please help.
-
Selected Time from another module
Hi everyone. is it possible to get the selected time from module 1 to module2 as line item.? thank you.
-
Potential Typo in 3.3.5.2D Remaining Line Items
I thought it should be "less" instead of "plus" Thoughts?
-
Date Line Item using Min Summary
Hello I am using line item formatted as date with 6 level hierarchy. I am using summary as Min for the same. I am facing issues where if there is no date in my list P6, i am getting 12/31/2399 for all NonBlank list members. Please advise best way to handle it without doing any hardcoding. Regards MO
-
Source Model and moving model between workspaces
Hi All, In one of my workspaces (Workspace1), I have two models HubModel1 and HubModel2 where some of the lists in HubModel2 are created based off saved views in HubModel1 (meaning the imports in HubModel2 are pointing to HubModel1. Say, I want to move the models to a different workspace (Workspace2). Looking for options.…
-
How to Avoid an old "Default File" from importing into Anaplan via Anaplan Connect if no file loads?
Here is our setup: We have an Anaplan import that runs via Anaplan Connect. The file drops into the folder location daily on the server. Then Anaplan Connect picks up that file & loads it into Anaplan. Here is our problem: If no file drops into the folder location on the server, then Anaplan Connect will default to an…
-
Mapping Native Versions to a Versions List
Is there an elegant way to map native versions to a versions list? I know we cant use SUM as this will only recognise and map the 'current version'. Therefore, is there another way?
-
Sprint 3 isn't launching for me
I've completed sprint 2 (in Level 2) and its exam. But the sprint 3, for some unknown reason, isn't being made available.
-
Show whether a line item is used in an action
I'd like ability to see, in blueprint mode for a module, whether a line item is used in an action. This, along with an existing Idea requesting to see if a line item is used as a filter for a Saved View, would significantly speed up model clean-up time
-
How to make an export that contains the dimensions' parents in separate columns?
Hi guys! I would like to know if there is any way to create an export of a model so that the parents of the dimensions are in separate columns, for example: This is my module When I export, the table looks like this: I would like each "parent" to be a separate column, even if it repeats the information. No problem. In a…
-
Document Storage
Would nice if Anaplan had even a small document repository/storage/library. Example: uploading a PDF and then having the ability to hyperlink to that PDF from an Anaplan dashboard. In the incentive compensation world, we have a lot of PDFs for signed/executed plan docs, and being able to store/view them in Anaplan would be…
-
Roll up when DCA applied
experts, I have an input dashboard where users input their data at base level in hierarchy. But these numbers are not aggregating at parent level. This is happening because I have a DCA applied to the module to prevent input when its locked. Question - is there a way for user input the data and also roll up when DCA is…
-
How I Built It: Flagging hierarchy list levels
Author: Timothy Peterson is a Certified Master Anaplanner and Senior Delivery Associate at Spaulding Ridge. Greetings Anaplan Community! Hello and thank you for checking out my ‘How I Built It’ tutorial. In this video, I will showcase how you can leverage ratio and formula summary methods to flag different hierarchy list…
-
Recording now available! October 30 quarterly platform release event
If you missed our October 30 platform release event, the recording is now available! In this webinar, we highlight the most recent feature releases and how to take advantage of these in your environment. Our expert-led session demonstrates new features and innovations, provides a technical deep-dive and “how-to”, followed…
-
Check list at the end of the User Story?
Hi All, I came across a question, what would be the check list we should keep in mind after the user story has been completed before deploying the changes to the UAT and Prod?
-
Level3 - Redistribution Rate
Hello, Any idea why my Final Total sales target by country is slightly less than Total Initial Target? Thanks,
-
Incorporate daylight savings in Cloudworks time zones
Now if I select London time zone in Cloudworks schedule, it will not automatically change the time in accordance with daylight savings in UK, forcing us to adjust the schedule manually. The same goes for other countries with daylight savings. It would be great, if daylight savings were added to Cloudworks schedule time…
-
Match data between two modules that have different dimensions
Hi, I am trying to match data between two modules that have different dimensions. The target module has the following dimensions. And, the sourcing module has the following dimensions. As seen above, the only difference is the time dimension. The Sourcing module has one Time dimension, but the Target module has two Time…
-
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.…
-
How to convert text to date
Hi , I have a text formatted line item which is a date .I want to convert it to Date format . I tried to break it into three Year ,Month and day using Value(RIGHT(Line item,4)) Value(Mid(Line item,4,2)) Value(LEFT(line Item,2)) It works for 12/10/2012 but what about 2/3/2012 ?? Note -- Can't change source text to date…
-
Access Driver Behavior - Workspace Admin vs Regular User
I have a module X, that has two Line item Line item A which is Boolean Formatted and Line Item B which is Number formatted but has Write Access Driver set to Line item A. I have a process that Import data from Module Y to Module X. I am noticing a unique behavior depending on who is running the process on UX screen. If…
-
Question about ALM 1st time deployment
Hi everyone, When we synchronize the model for the 1st time from Development to Production(deployment), the data which is entered in modules for testing purpose in development environment( standard mode), how can we delete it in one go. It should not go to production environment(deployment). Please advise