Description
The Rollup View is a special variant of the Tree View specific to Attribute Objects. The Rollup View visualizes the equation rollup tree for Attribute objects, showing how attribute values are calculated from referenced values and equations. Unlike the standard Tree View which shows ownership hierarchy, the Rollup View shows the computational dependency tree. This view is specifically designed for attributes with equations. It displays all the attribute values referenced in the equation, creating a tree that traces back through all dependencies to the leaf nodes where values are directly specified.View Structure
The tree representation shows:- Root Node: The attribute whose rollup you’re viewing
- Branch Nodes: Attributes referenced in equations at each level
- Leaf Nodes: Attributes with directly specified values (no equation dependencies)
- Attribute name
- Current resolved value
- Unit of measurement
- Equation (if applicable)
Tracing Dependencies
Following the tree from root to leaves shows exactly how a calculated value is derived. This is particularly useful for:- Understanding complex multi-level calculations
- Debugging unexpected attribute values
- Verifying calculation chains
- Documenting computational models