You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a single filter, this works. For a longer expression, it is not the same (as it would force to apply filter twice, in the ternary condition and the ternary result expression
Also, omitting the else part of a ternary produces an empty string, not null
@fprochazka suggested a BC change so that the date filter returns blank instead of the current date.
Originally posted by @PrOF-kk in #3951 (comment)
This got me thinking that a more generic solution would be to not apply filters to nulls, with a syntax similar to PHP's ?-> operator, like this;
The text was updated successfully, but these errors were encountered: