How to filter on the time part of the date in fetch xml between two days
*This post is locked for comments
How to filter on the time part of the date in fetch xml between two days
*This post is locked for comments
Hi James,
You can use On-or-After and On-or-Before to retrieve based on time criteria as shown below:
<filter type="and">
<condition attribute="actualstart" operator="on-or-after" value="2018-11-01" />
<condition attribute="actualend" operator="on-or-before" value="2018-11-01" />
</filter>
Hi,
There is no operator currently for New than X Days/Weeks/Months.
Hope this helps.
Hi there,
I am wondering if you know how to filter with "Newer Than X Days/Weeks/Months" instead of "Older Than X Days/Weeks/Months" for Dynamics 365 version 9.
Thanks in advance.
Regards,
Sompop Charusaengrit
You can refer this also:
backtothecrm.blogspot.com/.../how-to-filter-on-time-part-of-date-in.html
Hi James,
Use this:
<condition attribute=“<AttributeName>” operator=”olderthan-x-days” values=”<VALUE>” />
For your reference:
Hope this helps
Hi James,
Please check the below blog.
community.dynamics.com/.../how-to-filter-on-the-time-part-of-a-date-in-fetchxml
Hope this helps.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,432
Most Valuable Professional
nmaenpaa
101,156