Can someone explain in a simple language of what is a Branch?
Hi,
Are you referring to a branch in an Anaplan list hierarchy?
Assume we have L1->L2->L3
In this case, each list item present in L2 is a branch, list item in L1 is a branch.
Lowest level of hierarchy is not a branch, in this example L3 is not a branch.
~Vignesh M
Vignesh has the right answer, but just to add, this is not Anaplan specific. Anaplan is making use of the 'Tree structure' terminology to make a visual representation of the data hierarchy, explained on wikipedia here: https://en.wikipedia.org/wiki/Tree_structureThe general idea is that the highest level (e.g. All Products) is the root of the tree, then each level below it are the tree branches and the last level are the tree leaves. With this representation in mind, it is easier to understand that you can go from a certain leaf to its branch to the next branch all the way to the root and that from the root you are able to reach all leaves.PS. It is a bit unfortunate that the picture is usually shown as vignesh did where the root is at the top and the leaves are at the bottom, leaving the tree upside down.
So can we say copying Branch, copies List Hierarchy members as well.
Yes, I was referring to that.
Yes, you are right.
Copy Branch action copies branch item and hierarchy members of the branch as well.
I have a requirement to extract last 90 days data from an Anaplan model through Matillion. I wanted to know is there any API which I can use to achieve the same? I have taken a look at the (Integration APIs) Bulk API as well as Transactional API and none of them has a relevant query parameter which I can use to apply the…
Hi, I'm trying to create a month to date line that is based on a specific input date, not the actual date. Is this possible?
The data I'm trying to import is as follows Parent-Code A B A C B D C D D E I want to generate the following list from this data: L1 L2 L3 L4 A A-B A-B-D A-B-D-E A A-C A-C-D A-C-D-E You can create up to L3.However, L4 has multiple parents for one row of data When I try to create L4 from D-E, only one list row is generated…