I’m trying to prepopulate a button. I’ve found the value by doing
[Running Total].[Amount Owed].Sort().Last()
And now that I’ve found that value I’m then trying to figure out how to grab the employee’s name in that row, but can’t figure out how to do that correctly. Any ideas?