Problem with datagrid 2 date filter widget and empty dates

1
Hello everyone! I have a problem when using the datagrid 2 and the date filter widget. When I select a date in the date filter in a column that has an empty date (in one of the cells) I get an error, the only scenario that’s working is when I leave the filter empty.  Is this filter not supporting empty dates?   Thanks in advance!! Console log: Operator > not supported in expression >(, Wed Apr 06 2022 00:00:00 GMT-0400 (hora estándar de Chile)) Error: Operator > not supported in expression >(, Wed Apr 06 2022 00:00:00 GMT-0400 (hora estándar de Chile))     at Object.> (http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:65970)     at >= (http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:66041)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:73953     at p (http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:71135)     at Object.evaluate (http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:73621)     at Object.evaluate (http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:73531)     at E (http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:74895)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:145768     at Array.map (<anonymous>)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637852787363915115:68:145731
asked
1 answers
0

same issue over here. mendix 9.10.1.

the between function works perfectly as one item in the list has a date value, if the whole list has only empty lines it throwes this error.

(Upgraded the data widgets module to the lastest version today: v2.5.0)

 

might be due to the 9.11 release (not tested yet):

https://forum.mendix.com/link/questions/115897

should be a featureflag on those properties for earlier mendix releases

answered