This message was deleted.
# ask-questions
w
This message was deleted.
b
Hey, Axel! GrowthBook does support SQL Template Variables, so you can build a query with placeholder variables that will be replaced with strings before being run, based on the experiment. https://docs.growthbook.io/app/datasources#sql-template-variables
So your where clause could look something like
Copy code
WHERE merchants.shop_creation_date >= '{{ startDate}}'
p
awesome, had missed that! thanks for your help!
f
the experiment assignment query will automatically use the date range for the experiment
133 Views