Is there a way to address the point hierarchy of a point in a report template?
Based on what I can find in the code, I don't see any record of that information being based to the report module.
Point Hierarchy in Report Template
Is there a way to address the point hierarchy of a point in a report template?
Based on what I can find in the code, I don't see any record of that information being based to the report module.
Hi Brad,
The HTML reports module? I think you are correct, that information is not available. I have added it to the module, though, and it should be available through a PointStatistics object as getPointHierarchyPath()
like mapped.p1.getPointHierarchyPath()
Should be released this week.