Custom query in adhoc #1489
Smelentyev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Previously, at #120, expanding the functionality of adhoc queries was discussed, and the ability to specify a time interval in the query was even added, along with the __adhocColumns macro.
#147
However, this macro was later removed.
Currently, adhoc allows either specifying a list of columns that can be selected in adhoc queries but without date filters, or a query with one column but with a date filter.
I have a problem: when adding a column filter, the entire table is scanned, and there's no option to add a date filter.
How can I add a date filter while maintaining the filter for columns in a single table?
Beta Was this translation helpful? Give feedback.
All reactions