Trend filters

Hi!

I cant seem to get the date filtering options when using the Trend visualization (see image). What am I missing? And yes, the field that we group by is a date field.

Hi @mangefager
I don’t understand what you mean - could you explain in more details?
Also, please post “Diagnostic Info” from Admin > Troubleshooting.

Ok, I'll explain a bit more.

With the "Trend" visualization, you should be able to get filtering options underneath the number - like this (from the documentation):

I cant get these filters to show, no matter what I do.

Heres the diagnostics info:

> {
>   "browser-info": {
>     "language": "en",
>     "platform": "Win32",
>     "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36",
>     "vendor": "Google Inc."
>   },
>   "system-info": {
>     "java.runtime.name": "Java(TM) SE Runtime Environment",
>     "java.runtime.version": "1.8.0_111-b14",
>     "java.vendor": "Oracle Corporation",
>     "java.vendor.url": "http://java.oracle.com/",
>     "java.version": "1.8.0_111",
>     "java.vm.name": "Java HotSpot(TM) 64-Bit Server VM",
>     "java.vm.version": "25.111-b14",
>     "os.name": "Windows 10",
>     "os.version": "10.0",
>     "user.language": "en",
>     "user.timezone": "Europe/Berlin"
>   },
>   "metabase-info": {
>     "databases": [
>       "sqlserver"
>     ],
>     "hosting-env": "unknown",
>     "application-database": "postgres",
>     "application-database-details": {
>       "database": {
>         "name": "PostgreSQL",
>         "version": "12.2"
>       },
>       "jdbc-driver": {
>         "name": "PostgreSQL JDBC Driver",
>         "version": "42.2.8"
>       }
>     },
>     "run-mode": "prod",
>     "version": {
>       "tag": "v1.34.3",
>       "date": "2020-02-28",
>       "branch": "enterprise-release-1.34.x",
>       "hash": "ab6cc46"
>     },
>     "settings": {
>       "report-timezone": null
>     }
>   }
> }

@mangefager Hmmm… I see they’re missing on my versions. I’ll investigate.
By the way, when using the Enterprise Edition, please use the support email

@mangefager Maybe my memory is blanking, but I think those quick-filters where removed in 0.33.0, but the screenshot in the documentation is clearly from 0.33, but perhaps it was pre-build.
You can change the filters by clicking the purple token underneath the question title:
https://www.metabase.com/docs/latest/users-guide/04-asking-questions.html#filtering-by-a-segment

Ok, thanks for the response. If this feature is not to return (which is sad!) then the documentation needs to be updated.

1 Like

@mangefager Better late than never, stumbled across the issue and remembered this topic:
https://github.com/metabase/metabase/issues/11183 - upvote by clicking :+1: on the first post

Thanks!