Skip to content
Advertisement

Column is not being grouped exception in Scatterplot

I am trying to create a Scatter chart in OmniSci with a Y-Axis set to the following custom measure:

but the chart fails to render and throws the following exception:

What would be the best way to “group by” the footage_drilled field so that it complys with the Scatterplot requirements?

Advertisement

Answer

I believe the issue is you need to wrap your custom measure in an aggregate (AVG, SUM, etc) given the chart is creating a group-by query. For the scatterplot you can also visualize ungrouped data (by not adding anything as a dimension), in which case you would not need the aggregate wrapper.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement