Hi all, I have been playing around with making drill-downs however when I change the format for a field within my index to a URL, it directs me to the appropriate visualization but the query does not actually take place.
For example:
When I click "Male", it directs me to the following dashboard (which is the correct visualization but the query does not execute):
Realize that it populates the query input appropriately, however the graph is wrong because the query does not take effect (even if I click "Refresh").
But when I open up the same visualization and type out the same query manually and press "Refresh", I get the results I want:
My question is, why does my URL not automatically execute the query? Is there something i'm missing?