Hi,
In a chart, how to limit the number of records extracted .
For example, in a graph that extracts customer revenue, extract only the top 10 customers by revenue and maybe something that indicates the total percentage of unextracted customers
You would do that in your Sql Query.
maybe I expressed myself badly
Starting from a table with various records for customer and sale, I get a chart by customer and total sales ordered based on sales value. I would like to see only the first 10 customers and maybe a field with the value of other customers. Otherwise the chart can not be read