I've built an import and mapping logic to bring my actual data into my Anaplan model and everything is correct on the line item "Actual Expenses" as shown below.
However, when I run an import action to move this data from the "Actual Expenses" line item (where it is calculated) to the Actual version of the "Plan Expenses" line item to be placed next to planning data using switchover, the data changes. The action is somehow combining values with other numbered list items and loading the sum of those values into one cell.
The list you see above is a numbered list and there are items in the list with duplicate names, but obvious not duplicate codes.
By manually searching for the difference between "Actual Expenses" values and my "Plan Expenses" values within my data, I've been able to identify that the value from the "Woflow Inc" list item below is being summed with the "Verizon" value during the import action but I can't figure out why. Hoping someone else has some ideas or perhaps a more eloquent way to implement the loading of actual values for use with switchover. Thank you!
Actual Expenses (correct value) for Jan 24 = $92
Plan Expenses (incorrect value) for Jan 24 = $3115
DELTA = $3023 (see value below that explains the delta
Below are screenshots of the import action that is not working correctly.
@brianpatrickross
Try to remove all intermediate levels except the lowest in your Expense vendor dept l3 list in the saved view. And run the import with the updated view.
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…