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, ...
Answered

Date Functions & Date Conversions in AX

(0) ShareShare
ReportReport
Posted on by 640

Hi Experts,

I have a requirement for a report that I need to fetch the last record from a table based on the inputs provided which are Month & Year.

Example If user select the Year as 2021 and Month as August it has to look the field ToDate in my table and fetch the last record (The last record by field ToDate and there will not be multiple records for the same date)created in the Month of August 2021. 

DataTypes:- Year - Yr,

DataTypes:- Month - MonthOfYearId 

DataTypes:-  ToDate - TransDate. 

Can anyone help me with a select statement to filter the last record in the Table as per the above scenario. 

Thanks in advance. 

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

    I would use the imput to create a date value representing the first date of the next month:

    date d = mkDate(1, month   1, year);

    And then I would look for values smaller than this date. You'll also need to sort the query by ToDate and take just a single record.

    For example, this is how it would be done in an X select statement:

    select firstOnly myTable
    	order by ToDate desc
    	where myTable.ToDate < d;

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 660

#2
André Arnaud de Calavon Profile Picture

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

#3
CP04-islander Profile Picture

CP04-islander 557

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans