Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

while select group by month statement

(0) ShareShare
ReportReport
Posted on by 80

Hello there,

I can get the results as I want in my query that I wrote in sql, but when I try to get the same result with x while select, I get the error "join' expected". I will populate my temp table based on my query result.

how can i overcome this problem?

sql query: 

select COMPANYID, sum(QUERYCOUNT), sum(QUERYROWCOUNT) from ARCCAMPAIGNQUERYLOG group by COMPANYID, month(QUERYDATE)


x query :

while select CompanyId, sum(QueryCount), sum(QueryRowCount)
from arcCampaignQueryLog
group by CompanyId, mthOfYr(QueryDate)
{

}

  • dynamicscon Profile Picture
    80 on at
    RE: while select group by month statement

    Yes unfortunately I solved this problem by opening a field in the format I want.

  • Martin Dráb Profile Picture
    232,896 Most Valuable Professional on at
    RE: while select group by month statement

    As Girish said, you can't use X++ functions in database queries.

    A solution may be using a computed column. Unfortunately, you didn't specify your version of AX, therefore we can't know whether your version supports computed columns.

  • GirishS Profile Picture
    27,825 Moderator on at
    RE: while select group by month statement

    Hi Muhammed Hakan Celi,

    You cannot use function in group by like mthofYr(QueryDate). You can only use direct table level fields in group by.

    Thanks,

    Girish S.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,145 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,896 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans