How are Hierarchy() and Hierachybelongsto() different from each other?
Answer Posted / Bharti Kathuria
Hierarchy() function is used to create a hierarchy within a table by grouping fields based on relationships. On the other hand, HierarchyBelongsto() function is used to determine if a particular value belongs to a specific hierarchy.nFor example: Hierarchy(FieldA) will create a hierarchy based on FieldA, while HierarchyBelongsto(FieldB, Hierarchy(FieldA)) will return true if FieldB belongs to the hierarchy created by FieldA.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers