This topic is locked

code snippet

10/26/2019 5:04:26 PM
PHPRunner General questions
P
PaulM author

I have a dashboard with various tables and would like to add a code snippet that has a refers to one of those tables.
Table A
row1

row2
I would like to add a snippet that gives me row2 where row1 is the one in focus in the table.
Any help would be welcome

Sergey Kornilov admin 10/27/2019

The problem is that code snippet is only executed once, when the page is loaded. At the same time, record selection in the dashboard grid can change multiple times. The code snippet won't help you here.