We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a web app pageview signal source, I would like to see how visits to 3 different paths perform.
When I create a timeseries for each, I cannot see at a glance how they change relative to each other.
I would like to combine all three into one graph to see whether all go up together, or if one wins over another.
(Unlike Apache Druid, TQL doesn't support dimensions, plural, or I don't see how the docs explain that :))
The text was updated successfully, but these errors were encountered:
Short answer: you need a time series query and multiple Aggregations
Long answer: I'll write a docs article :)
Sorry, something went wrong.
winsmith
No branches or pull requests
In a web app pageview signal source, I would like to see how visits to 3 different paths perform.
When I create a timeseries for each, I cannot see at a glance how they change relative to each other.
I would like to combine all three into one graph to see whether all go up together, or if one wins over another.
(Unlike Apache Druid, TQL doesn't support dimensions, plural, or I don't see how the docs explain that :))
The text was updated successfully, but these errors were encountered: