<div dir="ltr">Hi all,<div><br></div><div>I currently have a legend formatted like a table like the one below:</div><div><br></div><div>               min    max    average</div><div>node01   123    123         123</div><div>...</div><div>nodeNN  123    999         123 </div><div><br></div><div>I would like a line that displays the maximum for all nodes that looks something like what follows:</div><div><br></div><div>overall max: 999, node NN</div><div><br></div><div><div>              min    max    average</div><div>node01  123    123         123</div><div>...</div><div>nodeNN  123   999         123 </div></div><div><br></div><div>Looking at the RPN documentation it looks possible to find the max value with a CDEF, but is there a way to find the associated node as well?</div><div><br></div><div>Thanks,</div><div>Aaron</div></div>