Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

442
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!