Hey folks, I want to change the column s.creation_at
to s.completion_at
from an explore with a handy dropdown filter.
in the derived table section in lookML the condition that I want to change looks like this:
…
where h.hit_time < s.creation_at
…
How do I get parameters and filters set up that it populates s.creation_at
or s.completion_at
in this where clause depending what I choose in the explore?