Hi
I am trying a simple formula to populate the line item 'Destination Org (Source)' in my module 'Comp Incoming PR/PO'.
The formula is comp_pro_po_supply.Destination Org.
Any help is appreciated.
Thanks
Regards
Prabakaran
Hi @praba71 I am not 100% sure I understand your ask or where the problem lies, but I do have a question for you that may help you think about this.You are using a numbered list where you have the display name set to -14 for all list items, why?
Also, you are using list properties, you should avoid doing so and instead create a System module dimensioned by the comp_pro_po_supply list and store these properties in the module. You can later access the properties much easier.
Hi @praba71 ,
The source 'Destination Org' is a list property of the 'comp_pro_po_supply" list, however, the target module 'Comp Incoming PR/PO' is using a different list ('svr_pro_po_supply") as its dimension. Since the source and target dimension don't match, your formula won't work unless there is a linkage/relationship between the two.
What is the relationship between the two lists? We can create a list property to establish the mapping of the two lists and then use a lookup formula to populate the line item 'Destination Org (Source)' .
Thanks @einas.ibrahim for the response. I have corrected the formula for the Display name. The formula now is Requisition Number & "-" & TEXT(Req Line Number) . It is showing correct values now,
Also, you mention about creating a system module dimensioned by the list comp_pro_po_supply . Can you please provide more details on how to do this?
Thanks again
Hi @einas.ibrahim , i got the issue fixed.. Thanks again
Hi @emmaliao , I got the issue fixed by correcting the dimension of the module.. Thanks
Hi @praba71 I'm glad you got the formula to work.System modules are created to adhere to Best Practice.One type of these system modules is modules to hold list properties instead of actually using list properties. We are moving away from using list properties.If you haven't yet, please read the Planual as a guide to Best Practice.Also, this post by @Misbah will give you more details on the how and why we should use System modules for lists.
hi @praba71
the module in which you are trying to refer the formula applies to a different dimension than the source list you are taking values from,
you need to establish mapping between both lists via a module or property in the target dimension or you need to change dimension to the same list that you are referring the property from
We’re working on modeling inventory consumption at the lot level, accounting for shelf life considerations, since we need visibility into which lots may not consume—both for risk reporting and E&O analysis. Each item may have customers with different shelf life requirements. For example, item A may need 270 days for some…
Hi, Can you help me, how can we get row data into columns using Unique ID? Per attached below first snapshot, I want to bring rountingOrder 4, RecipientName, Sent and Completed dates in 1 row as show in sanpshot 2. Do I need to create Hierarchy list and Map?
Hi Anaplan Community, I'm working on a simulation planning model where users need the flexibility to input pricing adjustments at any level of the product hierarchy, and I’d love your guidance on best practices. 📌 Scenario Overview: We have a 4-level product hierarchy: Brand Category Sub Category SKU (lowest level) The…