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 :
Microsoft Dynamics AX (Archived)

create query range for Date value

(0) ShareShare
ReportReport
Posted on by

Hi

I want to add a range to a query by code.

It is a range on a date field (ToDate) on the PriceDiscTable.

The query value should be less or equal the given date (from a dialog, which I already stored in a local variable)

How can I do this. Adding a range to the FromDate with greater or equal worked fine but the less or equal is not good.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Agha SirajulDola Profile Picture
    555 on at

    Hey there,

    try following

    query.dataSourceTable(tableNum(PriceDiscTable)).

                  addRange(fieldnum(PriceDiscTable,ToDate)).value(queryRange(1/1/1990, FromDate));

    Regards,

    Agha

  • Mariano Gracia Profile Picture
    on at

    Use SysQuery class, it has a lot of functions for query values

        QueryBuildDataSource    qbdsPriceDiscTable;
        QueryBuildRange         qbrDate;
        TransDate               toDate;
        
        qbrDate = SysQuery::findOrCreateRange(qbdsPriceDiscTable, fieldNum(PriceDiscTable, ToDate));
        qbrDate.value(SysQuery::range(dateNull(), ToDate)); 


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 March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
Basit Profile Picture

Basit 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans