Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

440
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda