Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

445
Vistas
Add a Control Break when using a Group By on an Interactive Report - Oracle Apex v21.1

I have an Interactive Report on which I added a Group By function on the name of the article, with the office he is in and the department.

I tried to add a Control Break to the report which already have a Group By, but the option is no longer appearing

enter image description here

I tried to do it the opposite way, by adding a control break and then a Group By, but it's also not working.

Is there a way to do so or is it just impossible to Control Break a list with a Group By function ?

Thanks in advance,

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I successfully control breaked my report with a group by, by doing this :

  • include the GROUP BY in the SQL
    SELECT  
            nom_article, 
            fk_categorie_article,
            pk_fk_etage_bureau, 
            pk_fk_service, 
            fk_batiment, 
            prix_net_article, 
            nom_departement, 
            nom_categorie,
            COUNT(nom_article) AS "QUANTITE"
    FROM vue_articles
    GROUP BY    nom_article, --here add the group by directly in the Query
                fk_categorie_article,
                pk_fk_etage_bureau, 
                pk_fk_service, 
                fk_batiment, 
                prix_net_article, 
                nom_departement,
                nom_categorie
    ORDER BY nom_categorie, nom_article ASC;

  • Then add the Control Break to the report
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda