Hello there
Does Daisy Channing refer to referencing a calculated line item in a different module only or it also applies to referencing a calculated line item in the same module as well?
Case 1: Referencing a calculated line item in another module
Module A
Line Item A.1 = ITEM(List)
Module B
Line Item B.1 = Parent(Module A.Line Item A.1)
Case 2: Referencing a calculated line item in the same module
Module A
Line item A.1 = Item(List)
Line item A.2 = Parent(Line item A.1)