Hello,
I am experimenting with the Dataview plugin and have problem with the GROUP keyword.
Example: There are notes which have an “intensity” field.
This query should output a table which shows the intensities and the file names associated with it:
TABLE intensity, rows.file.name
GROUP BY intensity
But what comes out is this:

=> Why do I get this extra Column “Group” when I am only selecting two fields?
Thanks in advance,
Simon