-
Allow importing items with the same name into different levels of a hierarchy
When importing items into a child list. If there is an item in that hierarchy which already has that name it will be ignored in the import. However if you create the list items manually, you can give items the same name at different levels of the hierarchy. It would be helpful to be able to flag certain items in list…
-
Restrict Characters in Open Text Line Items
It would be great if text formatted line items that are user inputs could be restricted to only allow certain characters. When users are allowed to input an escape character or newline, it can create problems for exports.
-
api v2 - POSTMAN examples
I am sorry for not posting these POSTMAN examples sooner. You can download the attached file and import them into your Postman. There are over 30 examples of different ways to hit the API. and this is for those users who are not using cURL. These range from Exports, Imports, uploading data, and reviewing dump files. I hope…
-
7.2.1 Lesson
I am seeing this error message and can't find the source of the issue. Any help would be appreciated. Thank you.
-
importing duplicate detail-data into Module.....
I want to import duplicate detail-data into Module..... When I imported, same departmentcode data which is second same data was rejected..... dimension(departmentcode) is Fixed and unchangeable, How can I do this?
-
Import values is not showing
The Data should like Pic-1 but after import I am getting as Pic-2. Though I followed all imports correctly, still data didn't show up. I have shows Imports for reference. Thanks Friends.
-
INV01 SPRINT 3 ISSUE
HI Team, I have few issues with the formula, its right or wrong? i have noticed 3 issues in my model 1. For Beginning inventory my formula is IF NOT 'SYS01 Time Settings By Week'.'1st Forecast Year?' THEN PREVIOUS(Ending Inventory) ELSE 'DAT01 Beginning Inventory'.Beginning Inventory here in week 2 of beginning inventory,…
-
INVO1 SHIPPING METHOD FORMULA
HI I got stuck in the shipping methods where am trying to using all sort of formula but shipping methods showing different error my formula: 'SYS07 Distribution Center Details'.Default Shipping[LOOKUP: 'SYS08 SKU Details'.Code, lookup: 'SYS08 SKU Details'.Supplied By] error : Data type mismatch: format other than LIST or…
-
Importing HR Data issue via Script using Process in Anaplan.
Dear Expert , I have to import Hr Data via Anaplan connect Script by using the Process which has been created in Anaplan with Import actions. But while importing its getting failed error as shown below . when i check Process and tried to Execute directly via process i could able to see we need to pass the Period while…
-
Allow multiple line item updates with the transactional API
The current write back to Anaplan supports a single line item, its intersection and its value. If trying to update multiple line items at the same intersection they whole block of json needs to be repeated for each line item. My recommendation would be to have the ability to have multiple key:value pairs per intersection…
-
P3 SKU no items
Hi team, am attempting level 2 sprint 2 exam and suddenly when i opened my module its showing an error and asking for work space admin access . any one please help me
-
Lesson 4.8.2
Hello, I am getting stuck on this same issue. Please see screen shot attached. I keep getting an error message. Thank you very much.
-
Ability to select a specific Page for entire Workbook when many Excel Add-in Data Pulls are Used
It would be great if we could set an overall workbook time period that would allow us to set the time period we or any "Page" selection for workbooks with multiple Anaplan Excel Add-in pulls. We would also still need the ability to change individual worksheet/tabs data pulls. For example, we may have a workbook where 90%…
-
Log with Period Anaplan Connect
I want to ask to log (Output) Anaplan connect when there is an issue as shown below?
-
User based delete action
Hi I want to give a functionality to the user where they can select a Boolean (say basis state) and delete the data in a transaction list that are mapped to that state ( in a line item in the system module). see table: StateCheck to deleteA BYC D Since the user has selected the boolean for B, only those transactions are to…
-
Import getting ignored for non workspace admin users
Hi All, I have created a simple flush action that wipes out a boolean selection. See the table. User checks a boolean in User Check and then the last action in their process clears out the user check using the flush line item. User CheckFLUSHaY b c d The list dimension has a Selective Access and a DCA so that if one user…
-
1.3.3.2 Import Data into Country Flat List
the instruction says "Remember this is a flat list, there should not be a parent assigned", but while doing so i am getting an error. Moreover, can anyone verify whether the grid view after the import is correct ?
-
Import SQL data in Anaplan
Hello Team, I am totally new to Anaplan, requirement is we have to dump SQL table data to Anaplan. In this case, I need to do Import action set AnaplanUser="myemailId" set WorkspaceId="myworkspaceid" set ModelId="mymodelid" set ServiceUrl="https://api.anaplan.com" set AuthUrl="https://auth.anaplan.com" set…
-
2.3.9.1 Import data into DAT03 Historic Volumes module
Struggling with finding a solution to the error below. Also I attached my import actions and imports from data sources. I hope someone can guide me in the right direction!
-
Delete from list: but first check if any values in versions
Hi, I am looking to create an action that uses the 'Delete using Selection' action functionality. However I only want the user to be able to delete if there is no data against the list item in any version. Is there a specific way of doing this in Anaplan? eg I have a list of GL codes. At some point some of these GLs will…
-
Reduce time scale in imports
Is there any process by which I can reduce the irrelevant months in imports while uploading the file. I cant use time range here. Can I do this with the help of any filter.
-
Load data from One model/module to another via SQL or in any other automatical way
Dear all Having various Models and Modules, is there any automatical way to copy at lowest level of Country (~100 country codes) and Product lines (~300 items) data from one module to another module? Imagine that we are doing P&L Forecast for the future Quarters, and we want our Q4 to be equal to our Budget, is there any…
-
Numbered List in Data Hub to General List in Spoke Model
Dear Members, I am trying to import from from a Numbered List in Data Hub to a General List in Spoke Model. In the Import Mapping settings pop up, it does not map any members automatically and the only option available to do is manually. Has anyone faced this issue? Is there a way to make this mapping automated? Thank you.
-
Help needed with Rest API file upload (using R if possible)
Hello everyone, I am trying to upload a file onto anaplan from R and haven't been successful for quite a bit of time. I will list down the steps I have taken and it would be greatly appreciated if anyone can help 1. Created a file in anaplan and set the option to "Admins Only". The file name is driver_coeff_template.csv 2.…
-
During Export from Anaplan through API we are getting special Charactors 
When we run a process and export a file from Anaplan through API we are getting special characters () in the csv file header like below but when we export directly from Anaplan it comes blank without any special characters which is right and expected Did any one phased this kind of problem, can you please suggest…
-
Import: add "Ignore All Unmapped" option with manual mapping
currently w/ manual importing Match or Ignore are the only options for assign/ignore an item. It would be huge time-saving for Admins to add "ignore all" option so all unmapped can just be skipped. IRL example, source have 400 accounts and target only need use 20 of them. it's very time consuming to click "ignore" for the…
-
Data Import Issue via Anaplan Connect Script.
Dear Expert , While Doing the Import to Anaplan List/Model via Process in Script , I am getting below shown Error. Could you please let me know Since Same script works fine by changing the parameter for other models. Warm Regards Deep!
-
Help! 7.2.1 Activity: Import Data into Product Details Module
I have reviewed several posts to track down why information is not populating. I compared my L1MB SYS modules to the the finished sample modules and they match. Here is how I am importing the Products (1).csv: And here is the result: as compared to the sample file (what it should look like): You can see I have extra rows…
-
Employees list import mapping
Hello all, I have an issue with mapping Employee details data. Would you please take a look? Thanks
-
Anaplan connect via JDBC with SQL DB (partial data loading)
Hi, We are using Anaplan Connect 1.4 to load data into SQL database via JDBC conneciton. the export script when manually exports 2459 but when the export is triggered through Anaplan connect only partial data is getting loaded. Can someone suggest me what is going wrong here? - - 2021-01-26 13:06:16 INFO 216 |--…