-
Notifications
You must be signed in to change notification settings - Fork 65
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
I can't add date filter #83
Comments
What exactly have you tried? Could you paste your grid config here? |
I have used this grid configuration but don't get any filter on pie chart. I want to add to date and from date filter. So i can get chart report between specific dates. |
Are you sure the field is called created_at_date and not just created_at?
…On Mon, 3 Jul 2017 at 09:02, gt06 ***@***.***> wrote:
I have used this grid configuration but don't get any filter on pie chart.
{
"filterable": {"created_at_date":
"adminhtml/widget_grid_column_filter_date"}
}
I want to add to date and from date filter. So i can get chart report
between specific dates.
Thank you
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAaVAE4KzaTK60sVLU3l9oIwNEfO9sfiks5sKJHvgaJpZM4OI3jE>
.
|
Sorry. the field name is created_at. But I have also tried created_at field name. but nothing has happened. I want to add a filter in sample orders status reports. Thanking you. |
@peterjaap I want to add date filter on google chart page, where Google chart is displayed. So I can easily filter data and see the result. I have used following grid configuration:- It is work for me. But it is allow me to filter data in table page where we can export csv. Not on google chart page. I want to add date filter on the right side of the chart. |
I am also having this issue, I am joining multiple tables, the
|
Sorry we have moved on to Magento 2 so this module isn't maintained anymore. We still welcome PR's though. |
@edward-simpson can you please post you complete config including query? I'd take a look at this these days ... |
Hi @sreichel, Thanks! Query below:
Output type Grid Configuration:
However as previously mentioned I've tried a number of different configurations for this |
I want to add date filter(to_date and from_date) in all reports. I have tried this using grid configuration section. but this solution not working.
anybody has solution on this?
Thank you
The text was updated successfully, but these errors were encountered: