Hey! I need to change the marked row in the pictu...
# ask-questions
f
Hey! I need to change the marked row in the picture (the query run for a test-experiment) to this:
Copy code
AND regexp_extract(_TABLE_SUFFIX, '[0-9]+') BETWEEN '20230515' AND '20230518'
This is changed in the query for the specific metric. Further down the automatic script for the experiment, this is changed as well. But not for this first part of the experiment script. Where does it come from and how can I edit this? Thanks in advance 🙏
h
This is in the Experiment Assignment Query in your Data Source.
Your Experiment Assignment Query may be using SQL template variables: https://docs.growthbook.io/app/datasources#sql-template-variables.
f
Thanks!! 🙏