Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to get a bill of materials Hierarchy working, Can anyone explain how this function is used please?
Hi,
You can try as
Hierarchy(FatherCode,ChildCode,Name)
Load
*
from
....,
so you can get a possible hierarchy and from that you can perform your calculations.
hope it helps
You can try like this way
Hierarchy:
HIERARCHY([Father Code], [Child Code], Name)
LOAD
[Father Code],
[Child Code],
Name
FROM
Location;
Or you can try this way from this post