I am looking to have an action to delete the min row in another table that matches the criteria using data from the originating row.
For example:
Table A - large data-set of read-only data (Where the action will be invoked from a button)
has a column called “Trial ID”
Table B - has multiple rows with the same Trial ID from Table A
I would like to have an action button in Table A that will delete just one row (min row) from Table B (checking a DateTime column called “TimeStamp”) in Table B where Trial ID = Trial ID.
Is this possible?
Thanks!