I have some data which shows up as No data when I attempt to Group By the term extraction.grade
but not when I group by other terms, e.g. team.name
.
What could explain why I am unable to see any data when grouping by extraction.grade
? You can see in the raw-data view that my data exists and has meaningful values in the extraction.grade
column.
In this screenshot, you can see data grouped by team.name
. The data are present.
In this screenshot, you can see data grouped by extraction.grade
. The data are absent.
In this screenshot, you can see the raw data. The extraction.grade
column holds meaningful data, and none of the values is empty/missing.