-
Notifications
You must be signed in to change notification settings - Fork 32
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
Get a result of a range based on for which day it was provided. #36
Comments
In my case for a specific range I want to now all spent_at times. For that I need a result based on for which day it was provided. Is it hard to fix? Can you explain how fix that? |
I think it is better to
It is not hard. Must be changed next places:
|
How can I add column with spent_at? I thought I could do it that way - http://prntscr.com/n9keph |
If you don't plan to push changes, it is simplest way, yes. If you plan to push changes into this repo, solution described above is recomendated |
I went through the simplest way but It show date for - gitlab created_at |
You need to replace next line to And for orderings: Replace next line to Also add line |
When we provide a range can we get the result based on for which day it was provided instead when it was provided?
http://prntscr.com/merjik
It will be more useful.
I really thank you for helping me out.
The text was updated successfully, but these errors were encountered: