Unable to update numeric "between" filter

I currently have a "numeric -> between" filter in a dashboard. Works fine you can select 2 values and hit add filter and it works.

image

But as soon as you've hit add filter the button disappears. So if I want to edit the filter this is what I see

I can't change 200 => 300 and apply the new changes to the filter. The only way around this is to clear out the filter by hitting x and re-inputting new values into the filter. It's quite annoying.

Hi @jeffDeon
Post "Diagnostic Info" from Admin > Troubleshooting. Latest release is 0.44.5

{
"browser-info": {
"language": "en-US",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15",
"vendor": "Apple Computer, Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.15+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.15",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.15+10",
"os.name": "Linux",
"os.version": "4.4.0-1117-aws",
"user.language": "en",
"user.timezone": "UTC"
},
"metabase-info": {
"databases": [
"bigquery-cloud-sdk"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "10.21"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-06-27",
"tag": "v0.43.4",
"branch": "release-x.43.x",
"hash": "61cc28e"
},
"settings": {
"report-timezone": null
}
}
}

@jeffDeon Try upgrading: https://github.com/metabase/metabase/releases/latest

1 Like