Select multiple rows by specific data for each row after initialized

Select multiple rows by specific data for each row after initialized

[Deleted User][Deleted User] Posts: 0Questions: 1Answers: 0

It's possibile to select multiple rows after init by specific data of each row?

Answers

  • kthorngrenkthorngren Posts: 21,172Questions: 26Answers: 4,923

    Use the rows() API to select multiple rows. Use the row-selector as a function to select only the rows that match the specific data. The docs have an example.

    Kevin

This discussion has been closed.