Forum Discussion
jljassos
Sep 12, 2020Copper Contributor
Agrupar por intervalos diferentes
Saludos. Tengo una base de datos con una lista de empresas y deudas. Me pidieron que cuente, usando distintos intervalos, cuántas empresas caen en ella. Por ejemplo: Menos de 0: 3 de 0 a 1,5...
- Sep 12, 2020
jljassos You can use the table shown in CONTEO.jpg to lookup the label name and add it to each record in your database. Then, create a pivot table with interval and name as rows, as shown in the attached example. Hide the value column if you only want to show a list of names within each interval.
Riny_van_Eekelen
Sep 12, 2020Platinum Contributor
jljassos You can use the table shown in CONTEO.jpg to lookup the label name and add it to each record in your database. Then, create a pivot table with interval and name as rows, as shown in the attached example. Hide the value column if you only want to show a list of names within each interval.
- jljassosSep 22, 2020Copper Contributor