-
Anaplan Connect direct to SQL Server
In a batch file for Anaplan Connect can you specify the export location to be a table in sql database rather than just an export to ascii or excel?
-
Data Import unsuccessfull
Hi Experts, I have 3 models, 1.Data Hub, 2.Dev, 3.Test model. I am changing my list item name in list(numbered list) in my data hub model and running the import action("ABC list from data hub) from Dev model to see the changed list item name is updated or not? and it is getting success, I am able to see the changes. Now, I…
-
Error in Importing
Hi, Can you please help in addressing the below issue ? While running an import from a List in a model to a List in another model am getting the error (it's identical List in both the models) Too many cells for RANK calculation: actual=10161774 maximum=10000000 Any guidance / help will be great thank you venky
-
Getting Connected with Anaplan Connect
How Connected Anaplan with other Database ?
-
Time Mapping Upload
Hi, I am attempting to upload a CSV file to a Module and the Time dimension (Months) is in the column headers but Anaplan will not recognise the Months no matter how I enter them (e.g. 01/01/19, Jan-19, 2019-01) & it is requiring me to manually map them Below are 2 screenshots of what I am referring to. The 1st being my…
-
Loading data unsuccessful
Hello Experts, I have 3 models 1.Data Hub, 2.Dev & 3.Test, I have a normal list(not numbered list) in all the 3 models and I too have created the actions in respective models. my query is here below in step by step order. Step1: I have changed the list item name in the list from "ABC" to "XYZ" and ran the action in dev…
-
Invalida Date - Import from one model to another
Hi, Please see the details of my inquiry in the attachment Regards,
-
List of existing import/action errors
Good afternoon, For training purposes,I am looking for a list stating the main errors (and if possible the explanation & solution of those errors) that could occur in Anaplan when loading a file. Anyone has any idea where I could find that ? Thanks in advance, Sarah
-
Uploads in .pdf/.jpg format (instead of URL)
It would be better if Anaplan facilitated uploading of documents in .pdf/ .jpg format , instead of using URL because not all documents are readily available on the web. Some of them might be scanned copies of confidential papers and cannot be posted on the web (to create a URL) without using a third party software/ app.
-
Exporting internal link to Views
Hi, I want to understand if an export can be linked to a saved view so I did the following test: * Create a view and save it * Create an export just after based on that view * Delete that view * Run the export The export still works. I understand this means that an export is not linked to a visible named view, but to some…
-
Is Anaplan Async or Sync? Export task status
I am connecting to Anaplan API from AWS using Python. I am able to connect, run export etc. https://private-anon-9863bbf5c2-anaplan.apiary-mock.com/1/3/workspaces/workspaceID/models/modelID/processes/processId/tasks/taskId. I am getting the status of task as IN PROGRESS but expeting COMPLETE. I need some help putting how…
-
Anaplan Integration with Data Lake
Hi Team, I am looking on implementing a possible solution of Anaplan sending data to a Data lake and In bound from a different set of a data lake. This will give me more flexibility to send my plan figures to enterprise systems. Do we have any proved architecture on this or will Informatica connect will be able to help us…
-
Issue in mapping creation in dell Boomi tool using Anaplan action
Hello Team Can anyone help me to understand the Dell Boomi integration with Anaplan. I am trying to integrate Oracle Databse to Anaplan using Dell Boomi. When i try to create Mappings in Dell boomi from Database to anaplan by using MAP . I am able to retrive columns from Databse but when i try to select anaplan action in…
-
Ana-plan Connect to SQL Server
Hi Team, Am trying to create a connection between Anaplan to SQL server to import the as list from MS Sql table to Anaplan. Please find the below script i am using. @echo off set AnaplanUser= roshin.rasheed@xxxx.com:password set WorkspaceId= 123434343 set ModelID= sdsfsdsdsdsds set Operation= -file "Source System from…
-
Import a Saved View with a page as a dimension into a List
Hi, I have this saved view in my Vault Line Master details module. The dimension being used is a page of the vault line. I want to import this view here with one single vault into a Vault Line Master Archive list pictured below, with just importing the display name into the list is all. The single vault in this view is a…
-
Multiple outputs from 1 Anaplan Connect Script or 1 Process
Hi, I want to be able to export 6 views of the same module to external file (xls). I have saved the 6 views and i have exported and saved the processes. I would like to have 1 script to run the 6 outputs, but if i use a script with all six, it only runs the final process. I did try creating one process with the 6 actions,…
-
import task id
Hi Everyone, Is there any way that I can see the import task ID in anplan? Please share your thoughts
-
Module to module import
Hi Guys I am trying to import data from data hub module structured with just line items (no dimensions) into A module in spoke model also structured as just line items ( no dimensions) and it just doesnt work . The value field doesnt come up source module time(line item) date formated target module time(line item) date…
-
INvalid Date - Import Model to Model
Hi, Please see the details of my inquiry in the attachment Regards,
-
Invalida Date - Import from one model to another
Hi, Please see the details of my inquiry in the attachment Regards,
-
Anaplan Connect 1.3.3.5 - multiple files import
Good evening, I have 4 files that need to be imported in anaplan, that have the exact same columns name and that will hence use the same action. Is it possible to write a single script by 'cumulating' the actions and having something like : set Operation=-file "file1.csv" -put "data/ImportModule.csv" -import "New Hire from…
-
Allow SSO Users to run cross Workspaces Imports with Anaplan Connect
Hello, It would be useful to allow accounts with Single Sign On activated to run Cross Workspaces Imports via Anaplan Connect. At the moment, only Exception Users (no SSO) can run these Imports, which is not in line with recommendations from our Internal Audit team. Thank you
-
It would be helpful to have an “aggregation operator” property that would apply to a hierarchy.
For example, consider the following hierarchy, applied to a module, with the following values: Net Income: $10 Gross Margin: $40 Sales: $100 Cost of Sales: $60 Operating Expense: $30 Clients would prefer to see Cost of Sales as a positive number. In aggregating, they would want to see Cost of Sales subtracted from Sales to…
-
Ad-Hoc Integration Using Flask Microservice
There are several cases in which it would be beneficial to allow users to trigger integration jobs, ad hoc, from within the Anaplan platform, but there is no native feature that allows this. Previously, I described a solution that simulates this functionality using only Anaplan Connect. This article presents a solution…
-
Data Hub Connection to multiple output models
Hi Everyone, We set up a Data Hub and would like to use it for multiple models, because there are lots common lists that we can use for various models. When we build connections among Data Hub model and other output models, we can set up actions in output models, by importing connecting "Data Hub" model's lists, to push…
-
How to sum a column by looking up a dimension in the module
Hi, I have this module that has a dimension list called Sales Title and a list called Quota Types. I have a line item called SSA Revenue, and it is 1 if it has SSA Revenue, else 0. I have a second line item and I want to sum the total number, grouped by Sales Title. Picture attached. Would I be able to get some help…
-
Intégration with consolidation tool to obtain consolidated budget
Intégration with consolidation tool to obtain consolidated budget
-
Import raw data of transaction
Dear gurus I'd like to import raw data of accounting transaction data from ERP. I created module "Accounting Raw data". In this case, we need to define unique key in module such as Document No, so I created new list "Sequence No" as numberd list. In this case, I have to import Document No to Sequence No list first, then…
-
Exporting data with a standard interface to SAP ERP
Is there a standard ETL to transfer data from Anaplan to SAP ERP? Several prospects in our country asked to manage budegting process in a dedicated application (as Anaplan) but transfer data to SAP in order to follow Budegt vs Actual?
-
Multiple Import Files
Is there a way to combine the multiple select files within an action when imports share a file i.e. updating a list then a module with the same .csv, without deleting and recreating the imports?