GitHub user vincent-reau created a discussion: Boxplots No Aggregate
Hi everyone, I come with a tricky question that I stumbled upon recently. I want to display in my boxplot raw values that are already scaled (0 to 1) by variable but it seems I can't do **boxplots without aggregating**. Here is the error : Error: column "v_measurements_scaled.value_scaled" must appear in the GROUP BY clause or be used in an aggregate function LINE 4: value_scaled AS value_scaled ^ My dataset schema : - datetime_value : timestamp - id_measure: int - variable_name: string - value_scaled: float How could I display this boxplots without an average or a count aggregation ? Any help is appreciated, Thanks GitHub link: https://github.com/apache/superset/discussions/35643 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
