Hi,
I am having a little problem with my dynamic data source. When I try to use {props.semana} inside double quotes in a MySQL query, it works without problems. However, now I need to change the database, which is PostgreSQL. I tried to use the variable inside double quotes, simple quotes, and just the variable, anyone works.
What can I do to solve that?
Thanks!