I’m trying to use a python expression in parameters such as
1 == op('table1')[0,0] or op('table1')[0,1] or op('table1')[0,2]
to switch on a “play” button if one of the three columns in my table is equal to 1.
It seems to be the right syntax but can’t figure out if it’s working properly.