Forum Discussion
ryans
10 years agoHelper I
Datetime2 is not a defined system type
Hello All, I am having some issues with filtering a column by dates when connecting to SQL Server 2005. Whenever I try to filter by dates in the query editor >= 01/01/2015 I get an error: Dat...
- 10 years ago
We fixed this internally this month. You can expect a fix for this in the March release.
Anonymous
10 years agoNot applicable
Do you have any control over the database you're connecting to? If so you could look into adding a view on top of the data source and converting the date into text or an integer (or joining to a date dimension) and filtering on that instead.
- ryans10 years agoHelper I
Unfortunately, no control. Thats a good idea joining it to a date table then I could filter by the values for year and business period.
- tristanstcyr10 years agoHelper I
We fixed this internally this month. You can expect a fix for this in the March release.
- ryans10 years agoHelper I
tristanstcyr That is awesome! Will make my life a lot easier.