JSL equivalent for "select matching cells"
Is there a JSL equivalent for "select matching cells" in a given column? For example, I have many simulation runs represented in a single table. Sometimes I see a rogue data point in Graph Builder, and I want to see all the other points from that run, which is all points with the same "run id". Is there a way in JSL to select those points, then expand the selection to all rows with the same valu...