Hi @renjith_nair , I think I realized my mistake: I wasn't including the jobId field in the table of the first panel. I did not realize that it had to be part of the table to be eligible for $row.<fieldname>$ to be set; I wasn't including hostname either so of course that field also did not work! After I added that field in the table (changed query from "| table _time, jobName, etc" to "| table _time, jobName, etc, jobId") and excluded it from the display using the instructions from this answer, it is working fine now. Thank you very much for the response. It looks like I was indeed doing something wrong; I'll leave my error here in case anyone else runs into the same problem.
... View more