GROUP BY field is empty #1033
-
Hello,
or
I only get errors like that:
So I want to get a table like that:
I have not much experience with DataView Plugin yet, but I have experiences with SQL. With SQL such kind of I a SELECT-query would work as I expected. I would be thankful for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Expressions like those aren't allowed in either group by or in columns defs. Best bet would be to |
Beta Was this translation helpful? Give feedback.
-
You can group on booleans in the beta, where I believe your existing queries should work. |
Beta Was this translation helpful? Give feedback.
You can group on booleans in the beta, where I believe your existing queries should work.