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
Hi - I cannot seem to create a migration for Assignment 3 and it will not allow me to update the hierarchy and proceed further. It seems to think that a link has already been created, but I don't see anything. Any ideas?
There was an error rendering this rich post.
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…