sHello,
May be this is old but I really need help.
I have an fetch xml report that has two dates conditions (on and after & on or before condition).The report is getting wrong data because of the user time zone.
Below is my condition:
<condition attribute="new_date" operator="on-or-before" value="@To" />
<condition attribute="new_date" operator="on-or-after" value="@From" />
When writing conditions in fetch xml query ,how can I take the time zone in to consideration. Also all date fields in the report are showing wrong data for example the CRM UI shows 2015/1/1 but the report is showing 2014/12/31. How can I fix this .
Thanks:)