-
How to keep Data in a Version "Locked" when Source Data Changes
Hello, I have an interesting challenge I am trying to solve. Background: * We have 4 Forecast versions. * Version Forecast (3+9) means that the forecast has 3 months of Actuals and 9 months of forecasted data. * Actuals data is loaded from a source system. The Challenge: How can we ensure that all data in the Forecast…
-
Internal Server Error while exporting data from view.
Hello. I want to export data from Anaplan view to Azure Synapse Analytics. I have consulted Anaplan's API documentation. I followed it to initiate a request and download all of the downloadable pages in sequence. Due to the large amount of data in View, there are 156 pages available for download. We ran the pipeline and…
-
Export action not working properly
I am not getting the export as i selected in saved and drop down
-
Export Action not working for User
Hi All I have created an export from a saved view and saved the export definition with a default file type of Everyone. However, when I include the action on the UX page Action card the user gets a blank file. When I recheck the action the default file type has reverted to Private which I assume is causing the blank file…
-
Export action not working..
HI All, I have a module there i have saved view for export. when i exporting in module its showing correct data. when i create the action button and run and see the results its diffrerent . please expain the issue.how to rectify it.
-
S3 Integration with Anaplan
Hi All, I have a scenario where I need to import a file from Amazon S3 every month but the catch is file name will be "abcd_mm-yy.csv" where every month file name will change this scenario will be automated how can I work on this because using the cloudworks I have to choose file name manually. Regards, Venkatesh
-
Data Upload in Module
Hi Team, I need the below requirement. Ex:- If I already uploaded data from a CSV file for any month in the module and if we try to again import data for the same month we can't upload. Is it possible in ANAPLAN?
-
Too much data in view, access token expires during data extraction.
When extracting a large amount of data from a view in api, there are too many pages and the access token expires during pipeline execution. After initiating the request, the access token expires because the time spent preparing the data and downloading the page exceeds 35 minutes. The VIEW of data to be extracted has 1…
-
Request to retrieve data from view is not initiated
I want to import data from Anaplan to Azure, but the request to import data from view is not initiated. Also, it happens sometimes erratically. I would like to automate this process through a pipeline and would like to solve this problem. Since the request is not initiated, there are zero pages available for download after…
-
Import Action not found in the Workspace and Model
Hi Team , Using Anaplan Connect , I'm trying to bulk import from database to Anaplan. I have created a script to import data into Anaplan and also JDBC Properties file. I'm getting an error like Action "Import Action Name" is not found in the workspace "XXXXX ID" and Model "XXXX ID" But when I check the import action list…
-
Unexpected API(POST) Error
I want to import view data in the Azure Synapse Analytics pipeline, but I am getting errors in creating the request. The error statement is this, is the Body wrong? ・Error message { "errorCode": "2108", "message": "{\n \"status\" : {\n \"code\" : 400,\n \"message\" : \"Missing or invalid body\"\n },\n \"path\" :…
-
Hyphen formatted numbers issue when exporting to excel.
This item has been identified as an outstanding known issue. A workaround is provided until the issue is officially fixed. Issue When setting a numbered line item to hyphen format. When exporting as xls or xlsx, the hyphen formatted cell will only ever display a hyphen, even when edited to be non zero cell values.…
-
Dimension Reorder affects any view or Actions
Hi Everyone, I Need to implement planual in which I need to reorder some Line items applies to Lists(dimensions). I want to make sure that this reordering of Dimension should not cause any issues in View(Custom or saved) and Actions. Please Note I am not adding or deleting dimensions in modules just reordering dimensions.…
-
Error in PDF export of an Anaplan report
Hello, Since this week, the PDF export of Anaplan reports is messed up. More precisely - the first slide is OK : the pdf appears exactly as the slide in Anaplan - but all others are truncated : only half the title is visible for instance (see also the two snapshots). Note that last week, all reports were fine. Now, even if…
-
Boolean value from a Time Dimensioned to non-time dimensioned module
Hi Team I want to pull a Boolean value from a time dimensioned module to a non time dimensioned module. Source module looks something like Could you please suggest? Thanks
-
Create Sequential Code for New Activity
Hi Team, I am trying to create automated code for the new activity I added to a numbered list The format should be like this: Department code - Activity Sequential Code (the structure attached for example) I've tried to make a system module, but the activity code still has duplicates. Is there a way to make automated code?…
-
Cloudworks internal user not showing in source model
Hej! At one of our customers, I created an import from one model to another which should run through Cloudworks. Both models are in the same workspace. Source and target model have a Cost Center list with selective access. The modules in both models concerning the import use this list. In the target model, the "Internal…
-
Import from Numbered list module
I am trying to import from a module in a model which has weeks as a numbered list, into a module in a model which has weeks as its timescale. I cannot get the import to recognise the dates from the source module, and assign to periods in the target module. Is this possible?
-
Import data lists
Hi, I'm trying to import a data list, I have put all the correct details and the file imports successfully, but then in the anaplan list, nothing appears. There are 400 entries and 0 come through. Thanks Piyaa
-
Setting ChunkCount
Hello Community, I have read the documentation of Anaplan to learn how to achieve export actions. Firstly, I have remarked that it is recommended to set the ChunkCount to -1 rather than set the exact count, but i didn't find the reason or the explication for this recommendation. Secondly, if i choose to set ChunkCount to…