Closed zaheer-srushty closed 7 hours ago
I can't replicate the issue. The limit is applied correctly. Can you share the chart options that you have set?
Here's the chart options
It works for me with the same options, can you try creating a new table chart with the same options and check if you can replicate it again?
hi, @nextchamp-saqib I’m having a same problem with the limit value. When I increase or decrease it from 100
~/development$ bench version
frappe 15.x.x-develop
insights 3.0.2
Should be fixed with 6ddbb9580b447376c27af464e5b38aa6e99d9bfd (v3.0.6)
By default, the Table Chart displays 100 rows. It is not showing the entire row result. If the limit is increased, then anl SQL error is raised.
This gives a SELECT error whereas I was thinking the SQL syntax should be applying the LIMIT keyword.