Question
How to Select Table in Custom SQL using Parameter.
For example, there are tables like [table_YYYYMMDD] in the database and it will generate a new one every day. How to select today's table in Custom SQL.
Currently, Tableau does not support using parameters as table names in Custom SQL.
"Parameters can only replace literal values. They cannot replace expressions or identifiers such as table names."