I am a executing a select query from the databse reader node.This select query retunrs me 5 rows always.
Out of these 5 rows i need to pick only the third row and discard rest of the rows.
I have noticed that , in the result of the select query knime automatically adds the rowid.so to pick only the third row, i am using the row filter node with following condition
$${SRowID}$$ MATCHES "Row3" => TRUE
But this row filter node is not working correctly.
I am connecting to the MS access database and in the workflow in the second database reader node,i am getting 5 rws as a result of the SQL query out of which i need only the third row.For this i applied the row filter with the following rule