Is it possible to use dynamic DB names in PostgreSQL?

I need to retrieve data from a database whose name comes from the select component. Is it possible to do it and how?

Make your table name in your query to access your databases a variable with the value of the select boxs item by using select1.selecteditem.name or however you have it structured.

Then on change of select1 trigger query

Hey @xAMADEROx!

Might it work to use a solution like the one from this thread? If so, let me know and I can turn on the appropriate flags for you :slightly_smiling_face: