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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)
Active Discussion

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

  • 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sanhthosh.Kumar.K Profile Picture

Sanhthosh.Kumar.K 2

#2
Raed Salah Bzour Profile Picture

Raed Salah Bzour 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans