Hi,
so I have several performance measures in my performance measure table, e.g. max utilization of a workstation. I defined them by reference to the dashboard.
How can I create a performance measure based on other performance measures from my table? E.g. new_pm = pm1 - pm2 ?
I tried to put a reference to the other measures in the code, but it hasnt worked so far. When I try:
getvarnode(current, "performanceMeasures").as(Table).cell(17, 2);
I get the exception "Invalid row number", although the row and column index is correct.
Thank you for your help