Perspective Table Synchronous Scrolling

I have two tables, one with a errorvalue and whether or not the bit is triggered. And another table that pulls data from a database in order to get a description of that error. Is it possible to have these tables scroll simultaneously when you're on one or the other?
Picture of tables

Seems like you may want to combine all these columns into a single dataset/1 table?

1 Like

Is that possible if one is looking at bit level tags and another is looking at a database column?
@bkarabinchak.psi

Sure, in Ignition almost anything is possible.

How are you generating the left hand side dataset? Seems like you should do that to make the left hand side, then use system.dataset.addColumn | Ignition User Manual to add your second dataset to as a third column.

1 Like