-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Filter by time measure doesn't work #9435
New issue
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
Comments
Hi @Anger79 👋 You can add a filter by time dimension in the following way. Please check screenshots: ![]() ![]() That one will translate to the
|
Hi @igorlukanin, Thanks for a quick reply! But I'm interested in filtering exactly by the time measure, not a time dimension. So I'm trying to understand if there is a way to apply filter by time measure in a cubejs query, and what is the proper way of doing that if that is supported. Would be great if you provide query example. |
@igorlukanin Right, I wasn't able to make it work through the REST API, I thought that I'm doing something wrong, and tried the same in the Playground, but it didn't work as well. |
+1 |
Problem
I don't understand how to apply filter by time measure (
timestampMin
ortimestampMax
) in a cubejs playground and whether it's possible or not. I'm getting "TypeError: Cannot read properties of null (reading 'split')
" when I'm trying to add a filter liketimestampMin
in date range
/not in date range
/before date
/after date
. No sql generated, "Run Query" button is inactive.I do able to filter by requests measure.
Cube.js schema
Cubejs version: v1.2.30
Data source: Clickhouse
The text was updated successfully, but these errors were encountered: