Hello.
I’m trying to integrate Calc to PostgreSQL, in a way that my worksheet would run queries in the database and have the data updated inside the worksheet, to make calculations and graphics.
I would like to be able to refresh the queries when I want like I do in Excel with ODBC.
Ideally, the query would use the contents of a cell in the worksheet, to perform the queries, filtering data accordingly.
Where can I find a good tutorial on this? I managed to register a database with Base, but the data I import to the table is “static”, that is, it doesn’t change as the database changes.
I’m using LibreOffice 24.2.4.2 in Linux Fedora 40. PostgreSQL server runs in the same machine.
Thank you.