flamber

Results 198 comments of flamber

For reference: - #17429 - temporary fix in 0.43.4, fully migrated in 0.44.0

Hi @kbwhizz Change the Field Type in Admin > Data Model > (database) > (table) > (column), so it's not using "Description", example "No semantic type" or "Category". Then do...

This is a known problem with how visualization settings for columns are stored #11829. Related to #12625 Reproduce: 1. Custom question > Sample Dataset > Products 2. Summarize "Sum of...

Related to #6178 and #6826 and #11207

@zmunro Then you're looking for #10372 - upvote by clicking :+1: on the first post. Related to #6178

@tjkcc Have a look at `substring([column], 0, 10)` = "left", and `substring([column], length([column]) - 10, 10)` = "right" https://www.metabase.com/docs/latest/users-guide/expressions.html

Sounds very related to #11829, while this is specifically about `visualization_settings.series_settings`.

Hi @robertsonsamuel Everything makes me think it's a duplicate of #20752, but you are getting a slightly different stacktrace, which I'm not able to reproduce, though I'm thinking it might...

Very similar to #25016, and likely very related to #15333