Hey Experts! Hope ya'll are doing well with everything happening around:)
So there is this requirement where we require to bring in a list of selections into one single cell. My immediate thought was using a text list function (as i think that is the only way around it even though it has performance issues). Basically in my case, there is a module A with dimensions viz; independent list D1, D2, D3 where as i have another module called B with D1 and D2 as dimensions (yes D1 and D2 are common in both modules).
User selects multiple items (in a boolean lineitem) in module A corresponding to D1 D2 & D3.
The requirement is that i need to get this 'list' of selections from module A to module B based on the common dimensions D1 and D2 .
I tried my hands to write something like this in module B:
if module_A.boolean_LI then module_A.Text_LI[TEXTLIST: 'LI_1', TEXTLIST: 'LI_2']
else BLANK
where,
boolean_LI -> boolean formatted LI in module A which if selected i need TL to work
Text_LI -> text foramtted LI that I need to bring which is code(Listitem) that i need as my output in TL
L1_1 -> List formatted item based on D1 in module B
L2_2->List formatted item based on D2 in module B
Ironically, the formula is accepted without any errors but NO output! 😞 Is there a way I can get this working? Appreciate any alternative to this as well !
P.S: I did go thru this awesome post as well Lookup, Sum and Textlist Cheat Sheet - Anaplan Community
TYIA.
Tagging 'the Anaplan guru himself' @DavidSmith