We have 365 customer engagement organization, some users (around 3 users out of 50 users) has a strange issue. Date time parameters doesn't have a date picker displayed. The date fields are displayed as normal text inputs. As you can see in the following screenshots:
we tried to login with different user on the same machine and using the same browser and the fields are displayed correctly:
Please note the following:
- Different user on the same machine and on the same browser, the picker is working fine and disabled with no issue.
- This on both browsers IE and Google Chrome. And both are working fine for different user.
- This is for all the reports not just one report.
- We tried to fill in the date manually, then we opened SQL Profile and we found out that the date is passed to the SQL Server with wrong values than the manually entered one, like year 2000 and 2058 years.
- The organization was updated from 2011 organization and it is working fine for the same users on 2011.
- We didn't find any errors in the SSRS server or the Dynamics CRM server.
- We tried to give these users more permissions on the SSRS server on the reports folder and the same issue.
- We delete the report and uploaded it again to the CRM and the same issue.
- We are using SQL Server and SSRS 2012 version.
So what we can do, is is a bug or what?!
Update:
The warnings displayed in the developer tools in console panel:
F12
in Google Chrome to open the developer tools do you see any errors in the Javascript console? – AlwaysLearning