natilehrer opened a new issue, #26114: URL: https://github.com/apache/superset/issues/26114
A clear and concise description of what the bug is. #### How to reproduce the bug Data and Dashboard are from the default when uploading Superset 3.0.0 1. Go to the Dashboard page "Video Game Sales" (which has chart from Timeseries/Regular for example: Scatter Plot chart) 2. Go to edit page for the chart "Most Dominant Platforms" 3. In the edit chart page -> choose chart type: Scatter Plot chart (or another from types: Timeseries -> Regular) and also in the Query section: Metrics- choose 2 metrics and 1 dimension OR 1 metric and 2 dimension. let's choose for this example: metrics: SUM(global_sales), Dimensions: publisher and name. 4. Save the edited chart and add it again to our dashboard "Video Game Sales" 5. Press on a data in this chart (select the single value above 2004) 6. Open the "filter" section from the left side of the UI 7. look at the string under "cross/filters" -> "Most Dominant Platforms" filter value. ### Expected results on the left side of the page- "filters" , i would expect under "cross-filters" the filter "dimension: value" + "dimension in our example: "Publisher **Take-Two Interactive**" and another "Name **Grand Theft Auto:San Andreas** ### Actual results "Publisher **Take-Two InteractiveGrand Theft Auto:San Andreas** The problem is that the metrics+dimensions merged to one big string as a value to a dimension, With this bad string, it will never find other chart's info with this merged values #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment - browser type and version: - superset version: `3.0.0` - python version: `3.9` - node.js version: `20.10.0` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org