In Dynamics NAV 2016 Cumulative Update 17 and Dynamics NAV 2017 Cumulative Update 4, the format in which table filter views are stored in the database has changed. This change affects the use of existing stored filters in filter pages that are based on the FilterPageBuilder data type. In particular, this includes the Event Conditions filter page for workflows.
Previously, filter views were stored based on the regional settings (language, currency, data and time format) of the user’s device when the filters were created. When the stored filter views were later used in the client, they were parsed by using the current user’s regional settings. If the current user's regional settings differed from the regional settings of the stored filter view, the filter view parsed incorrectly. Now, filter views are stored independent of the regional settings (culture invariant, format 9 in C/AL), and the invariant culture is used when parsing the filter views.