How are Hierarchy() and Hierachybelongsto() different from each other?
Answer / 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 |
What are the different types of data load?
What are Measures?
What is information density in qlikview table viewer? What is subset ratio?
What is null? Will digit zero and an empty string consider as null?
Explain how is data loaded from database?
What causes Circular References?
What is concatenation?
What is fact constellation schema?
What is mapping load?
What are the limitations of bi?
Have you used macros in your application? What you have used?
What is the difference between the string aggregate functions MinString(), MaxString() and FirstValue(), LastValue()?