Database error when drilling to detail on a bar chart with an X-axis column of type other than datetime #23372
Labels
#bug
Bug report
dashboard:drill-to-detail
validation:validated
A committer has validated / submitted the issue or it was reported by multiple users
Pretty specific bug I found when testing 2.1.0 (rc2 is the first time I'm trying out DRILL_TO_DETAIL).
Arithmetic overflow error converting expression to data type datetime
My backend is SQL Server, thus that specific error message.
My guess is that there's an operation to cast an X-axis variable to datetime when charting if that variable is marked as temporal, but this breaks at the drilling?
My workaround: I changed the variable in the database to be datetime and then I could drill successfully. But that's a little misleading since my variable does not have that resolution, this data field is only precise to the date level.
The text was updated successfully, but these errors were encountered: