Hello all,
I updated today from 0.47.4 to 0.50.26.1 (running on Docker /w MySQL).
I have two weird issues:
- Cumulative sum: I can't use anymore cumulative sum (nombre cumulé in french).
- My error is You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(ORDER BY
source
.created_at
ASC ROWS UNBOUNDED PRECEDING) AScount
FROM (S' at line 2 - I don't sort my result... And it was working fine previously
- My error is You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(ORDER BY
- Why don't I have any more lists when I want to filter?
- In the past, if I wanted to filter on "status", I would have all the "status" possible listed. Now, when I select Status => IS => I only have a text area...
- I tried to "reload" my tables to be sure it is understood by the system but it didn't change anything...
Thanks for your help!