I have a database created in Base and a Calc spreadsheet. For a given value in the spreadsheet I want the entry with the corresponding ID from a table in the database.
Let’s say I have a value of 42 in the spreadsheet and I want to get field ‘foo’ from a table in the db from the entry with index number 42. Is there a way to do that?