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

Notifications

Announcements

No record found.

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

I have the same question (0)
  • Zain Bokhari Profile Picture
    3,208 Moderator on at

    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);

  • Pravasti AK Profile Picture
    2,985 on at

    Hi,

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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Priya_K Profile Picture

Priya_K 4

#2
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

#2
Rahul.p Profile Picture

Rahul.p 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans