Hi,
Please see details on the attachment.
Regards,
@Jsdeloria21
In your write up dimensionality of the modules are missing. However let me go ahead with one of the three assumptions
Assumption 1 - Code is a list formatted line item in source and dimension in the target
Assumption 2 - Code is dimension in both the modules
Assumption 3 - Code is a list formatted line item in both the modules ( Highly unlikely as you said it is without duplicates in target module)
Below approach is based on Assumption 1
Source Module : Dimension - Test List
Line items - Code (List formatted)
Stat(List formatted)
Target Module - Dimension - Codes
Line item - Stat (List Formatted) and write the formula as shown below. It will pull all the first non blanks from the source module
IF ISNOTBLANK(Source Module.Stat[FIRSTNONBLANK: Source Module.'Code.']) THEN Source Module.Stat[FIRSTNONBLANK: Source Module.'Code.'] ELSE Stats.Unsold
Assumption 2 - It is Straightforward/ Just refer the source in line item 1 and create another line item on top it and say if it is blank then unsold else Line item 1
Assumption 3 - Although highly unlikely, you have to find a relationship between the dimensions of target module and source module and then use LOOKUP based on that
Hope this helps
Misbah
Hi Misbah,
Appreciate that you take time in providing me some insights on my issue. I created a code so I can link it to the Target Module.
Here is the scenario, the Source Module has the Source Mod List (transnational with duplicate entries) and the Target Module has a filtered version of the Source Mod List but without duplication. See below.
So the issue I have right now is that the code that I use in the Source Mod List does not accept duplication there I cannot capture all RU TEXT(Code) to link it to the Target Module. I also provided the formula that I just replace it with a different name since I cannot use the original list due to confidentiality. Feel free to correct my formulas.
I just want to correct the previous screenshot. Please see below
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…