This message was deleted.
# ask-questions
w
This message was deleted.
f
Hi Nidal
when you test the assignment query, do you get any results?
e
do you mean this?
f
well, thats the composite query made up from the metric query combined with the assignment query
either one could be wrong to get no results - but it sounds like your metric is working
so I'd check the assignment one
data and metrics -> data sources -> [your data source] then half way down you'll see the assignment query(ies)
e
@fresh-football-47124
f
looks like the query is working
but not returning data
so either the data is wrong, or the query is wrong
one thing to check is to take the query, and remove the WHERE clauses for experiment_id and variation_id (line 20 and 21), and see if you get results then
e
Hi Graham, I identified the cause of the issue: we hadn’t defined the
growthBookTrackingCallBack
function within the GrowthBook SDK initialization. To address this, I’ve implemented the following definition:
187 Views