Hi,
I'm looking for an Anaplan Connect example to copy from Module to Module and Model to Model.
Thank you for your help.
@nabilbrahimi
here's an example.
@echo offrem This example runs a model to model import within Anaplan.set AnaplanUser="firstname.lastname@company.com"set WorkspaceId="8a819488459fa63301462b73fe785786"set ModelId="CB0A5A4D5C5943B5837FF42C5FAA95E1"set Operation=-service "https://api.anaplan.com" -auth "https://auth.anaplan.com"-import "P&L from Model2 / Installation Sales" -executerem *** End of settings - Do not edit below this line ***
Also, take a look at the Anaplan Connect Documentation too! It's awesome. Page 13 is model to model.
It's now possible to use the additional insights to have dynamic filters, however the columns in the table are fixed widths. It's quite unfortunate that the ability is added, but the layout isn't dynamic. I understand that a report is more fixed, but adding dynamic columns would really help make the management report…
There was an error rendering this rich post.
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…