combine two line items
I have two line items that are addressed to the same list but each one stores a value. that is, in lineitem1 there are some countries in lineitem2 there are countries that do not appear in lineitem1. I need to combine lineitem1 and lineitem 2 into lineitem3. How can this be done?
Best Answer
-
So, if I am understanding you correctly, which I am not sure of, your formula on Region Def would be:
if isblank(By Region) then 'R1 - Region' else By Region
0
Answers
-
Can you share a screenshot of this as I am not quite understanding the ask...Also, are you using TextList by chance? If so, it is advised not to use that and instead follow this, check out the replies from myself as well as David Smith as to why TextList should not be used..
https://community.anaplan.com/t5/Anaplan-Platform/Lookup-Sum-and-Textlist-Cheat-Sheet/td-p/53085
Rob
0 -
the idea is that in 'Region Def' you place what is in 'By Region' or what is in 'R1- Region' depending on where the value is.
0 -
Yes this is the solution thank you.
0