Hi,
How to update existing records(s) and insert as new records if not exists like UPSERT through Anaplan Connect script for MS SQL Server?
Thanks & regards,
Anil
Hi @anildudam - there is no real way to do this with Anaplan Connect except to flush and refill your Anaplan target.
Hi QuinE,
Thanks for your reply.
We should not delete existing data from the table as per the requirement, so I did other way around like create another stag table just for insert then run the merge query to update or insert main table through Windows batch script of SQLCMD like below.
Anaplan support team helped me on the sqlcmd solution.
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β¦