Project: QGIS

Version: 3.6.0

Feature: New try() function to catch errors

The new try() function tries an expression and returns its value if error-free. If the expression returns an error, an alternative value will be returned when provided otherwise the function will return null.

This feature was developed by Mathieu Pellerin