Hello everyone, I am using Redshift query statement.
Is there a way to pass values from customer sql to initial sql?
What I am trying to do is use the dashboard parameter value (<parameter.name>) written in customer sql to create temp table in initial sql.
(Example: CREATE TEMPORARY TABLE (SELECT <parameter.name>)
Basically, I know that the dashboard parameters cannot be used directly in Initial SQL, but is there a way?
thank you.
3 answers