Hi.
I want to import duplicate data into list like below.
When I imported, data which is second same data was rejected.
How can I do this?
projectA (parent)----employee1、employee2 (child)
projectB----employee1、employee3
Hi,
You need uniques key to import data, so create unique key combining Project & Employee info and load this into Code in the list.
1. You can create code while loading these Lists into Anaplan from Excel, create a unique key column and load it, or
2. In Anaplan, create a module and Combine Product & Employee information and load this into Employee Code via action.
After code is generated, use that in your import file for mapping and load into Anaplan,
Regards,
Vignesh M
You can achieve this using "Numbered List".
Please go through this link
https://help.anaplan.com/anapedia/Content/Modeling/Build%20Models/Lists_and_Roll-ups/Numbered_Lists/Numbered_Lists.html?_ga=2.28539576.505145796.1566702539-1190542673.1559538714
~Vignesh M
I got it. Thank you so much.
But when I made module using that numbered list and tried to import data, the source data on column wasn't distinguish from project(projectA and B's employeere recognized as the same employee on source ), so I failed using column on data importing to targets.
How can I distinguish source data on column?
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create a…