I would like to acess one of the performance measures through a code that is run on an entry trigger. I know that I can get the node with:
- treenode node = getvarnode(Model.find("Tools/PerformanceMeasureTables/PerformanceMeasures"), "performanceMeasures");
But I do not know what to do next.
Any help is very much appreciated.