Hi Guys,
I am trying to map the price by SKU from another module but unable to.
Not sure where i did wrong.
Pls help!
Your screens don't show the full grids, but I presume it's because your source module seems to have another list that your calculated module doesn't have (see 'Centurion' in your page dim from your source module).
Hi @joky1980
Your source module (GSV Pricing) has an extra dimension which has a top level and you haven't kept the summary on for GSV Price(LC) line item. That's why it is showing zero in your target module.
Now you have to decide how you want to deal with this extra dimension in your source module like, do you want to see the top level price based on summary or corresponding to some list items of the extra dimension?
Thanks!
-Shubham
Hello, I’m running into a recurring issue when importing CSV files into Anaplan, specifically with dates in February for the years 2028, 2029, and beyond. Here’s what’s happening: In Excel, the date format is set to Custom (e.g., 2/26/2025). When imported into Anaplan, the date is interpreted as 26-Feb, where: Month = Feb…
I have an issue where I am getting the expected result from RANKCUMULATE when using one dimension, but when I add an additional scenario dimension to the module, it doesn't calculate the way I'd expect. Here are some screenshots to explain the case: Module 1 - calculates cumulative total for list items in list "Age"…
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…