Hi,
I have the 2 modules below and did a lookup function but it returns blank values.
Am i missing something?
@joky1980- Create 1 line item in SYS01 with name of Accounts code, Format - list, Accounts code, Formula - Finditem(Accounts code list, Code)-In mapping to countries line item use this formula - SYS05. distributor[lookup: New line item(Accounts code)]Thanks,Manjunath
Hi @joky1980 ,Code is Line item in sys01 but a list item in Sys05. I think it must be different list, if so, do a finditem in SYS01 to derive the list of sys05 list in sys01. Lookup or firstnonblank should work here.Thanks,Manjunath
Hi @ManjunathKN ,
The code from SYS01 is code that was from the list.
Can you kindly advise how i can get the value (Distributor) from SYS05?
Hi @joky1980,Cant really relate by this. Can you show me the blueprint view of Sys01 and sys05. SS should have "applies to".Thanks,Manjunath
As below blue prints;
@ManjunathKN, it works! thank you very much!
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…