Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to add range between Date Time and date type fields.

(0) ShareShare
ReportReport
Posted on by

query = this.parmQuery();
query.dataSourceNo(1).addRange(fieldNum(SalesTable,createdDateTime)).value(SysQuery::range(fDate, tdate));//strfmt('(ApplicationDateTime >= %1 && ApplicationDateTime <= %2)',Date2StrXpp(fDate), Date2StrXpp(tDate)));

queryRun = new QueryRun(query);

Note : fDate and tDate is paramDate with date type.

*This post is locked for comments

  • Pravasti AK Profile Picture
    2,985 on at
    RE: how to add range between Date Time and date type fields.

    Hi,

    qbds.addRange(fieldNum(CustTable, CreatedDateTime)).value(date2StrUsr(tmpCreatedDate));

  • Zain Bokhari Profile Picture
    3,208 Moderator on at
    RE: how to add range between Date Time and date type fields.

    You can convert your dates to the utcdatetime and then use them on your query like this:


    utcDateTime fDateTime,tDateTime;

    fDateTime = DateTimeUtil::newDateTime(fDate,str2time("00:00:00 AM"),DateTimeUtil::getUserPreferredTimeZone());
    tDateTime = DateTimeUtil::newDateTime(fDate,str2time("11:59:00 PM"),DateTimeUtil::getUserPreferredTimeZone());

    query = this.parmQuery();
    query.dataSourceNo(1).addRange(fieldNum(SalesTable,createdDateTime)).value(SysQuery::range(fDateTime, tDateTime));
    queryRun = new QueryRun(query);

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Kempeth Profile Picture

Kempeth 4

#1
Andy Adamak Profile Picture

Andy Adamak 4

#1
Community Member Profile Picture

Community Member 4

Featured topics

Product updates

Dynamics 365 release plans