| Auszug |
|---|
|
Nuclos tree leaves: leaf, precompute, calculated Boolean attribute, children, BO wizard, 4.2024.9, NUCLOS-10584. |
Language: Deutsch · English
Precomputing leaves in trees
Improve tree performance – use a calculated Boolean attribute to check in advance whether child nodes exist.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
By default Nuclos does not precompute during tree building whether a node has children – so a node gets an expand icon even if it may be empty. Only clicking reveals that there are no child nodes.
| Info |
|---|
|
From Nuclos 4.2024.9 (NUCLOS-10584) you can specify a calculation rule that checks before tree building whether child nodes exist. |
Steps
- Create a data source of type calculated attribute: Boolean that determines whether children exist.
- Add a yes/no attribute (e.g.
children) to the BO (e.g. Country) and assign the calculation rule. - To test, open the BO list and show the new attribute.
- In the BO wizard, on the root BO (e.g. World), select the attribute
children for the node (e.g. Country).
Afterwards, childless nodes no longer show an expand icon.
Related pages
Trees in Nuclos (explorer tree)
Trees.
Open →