Hi Ashok,
Try this:
rows="{
path : 'modelTree>/WBS_HierarchySet',
parameters : {
countMode: 'Inline',
treeAnnotationProperties : {
hierarchyLevelFor : 'modelTree>Level',
hierarchyNodeFor : 'modelTree>WbsElement',
hierarchyParentNodeFor : 'modelTree>Up'
}
}
}"
Regards,
Suriya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Additionally the property 'hierarchyDrillStateFor' has to be set. The information should also be provided by the BES Model
treeAnnotationProperties : {
hierarchyLevelFor : 'HierarchyLevel',
hierarchyNodeFor : 'NodeId',
hierarchyParentNodeFor : 'ParentId',
hierarchyDrillStateFor: 'DrillState'
}
Best regards
Christian
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.