Using PRD 3.6, is it possible to create a query with a dynamic table name?
For e.g. select * from ${table_name} . Where "table_name" would be a report parameter. Report parameter substitution seems to work everywhere in the query except when using it in the "FROM" clause. Can someone verify?


Reply With Quote