BUG CHART LIMIT SQL --- v.9.0.012

Hola, tengo un grafico muy simple, y cuando le digo al sql un limit de 10 registros no lo hace. Solo quiero que muestre 10 registros el grafico y no lo hace.

SELECT valor FROM xxxx LIMIT 10

Hi, I have a very simple graph, and when I tell sql a limit of 10 records does not do it. I just want it to show 10 records of the graph and it does not.

SELECT value FROM xxxx LIMIT 10

Hello,

Do you want to create a chart of only the first 10 records in the table? Please tell us a bit more about what you want exactly, because there is a LIMIT option for metrics and this way you can display the first 10 or last 10 of a certain metric.

There was an option to LIMIT in the chart’s SQL, just like there is in the grid application, but we decided to remove it because it did not feel useful.