Hi,
I am implementing the treemapView method myself.
All seems ok other than the "node.weightedValue" property which always return 0. Any idea?
Is that a known issue?
Thank you.
Hi Aviv,
Looks like this property isn't being properly calculated. I've logged this issue in our system with a reference number 159746. We'll have it fixed in the next service release.If you do need to use the weighted value, you can loop through the parent node's children, sum up the node values and then divide the value of each node by the sum to get the weighted value.
I apologize for the inconvenience.