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
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…