web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Count Records with Group by

(0) ShareShare
ReportReport
Posted on by

Hi I I have lots of records to count on an entity where I need to use 'group by'.

I would rather not use 'while select' as there are millions of records.  Is there a more efficient way to do this?

Maybe use a query object?

Thanks

I have the same question (0)
  • Martin Dráb Profile Picture
    239,647 Most Valuable Professional on at

    If you use 'group by' and there is a more than a single group, you need a while select (or QueryRun.next() or so) to iterate the groups.

    Which version of AX are you talking about, by the way?

  • brianmaric Profile Picture
    on at

    2063.Version.JPG

    Can't we use SysQuery::countTotal

    And I am talking about grouping on just one field.

  • Martin Dráb Profile Picture
    239,647 Most Valuable Professional on at

    Moved from Dynamics AX Forum.

    Unfortunately I have no idea what you need from us, therefore I can't help you. You should provide a better description of your problem.

  • brianmaric Profile Picture
    on at

    I have an entity called 'saleslineEnity' and I want to get the the number of salesid's without having to loop through all the records because there are so many.  I tried this:

      select count(RecId) from salesLinesEntity Group by SalesId

    but it doesn't work

    I guess I could make a direct call to the database:

     

      str sql = 'select count(distinct Salesid) from salesLineEntity';

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 699

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 582 Super User 2026 Season 1

#3
Subra Profile Picture

Subra 493

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans