Expression binding is an enhancement of the SAPUI5 binding syntax, which allows for providing expressions instead of formatter functions.
Using expression binding saves the overhead of defining a function and is recommended if the formatter function has a trivial implementation like a comparison of values.
To use expression binding, you need to enable complex binding syntax for the application.
Note
Complex binding syntax is automatically enabled when the attributedata-sap-ui-compatVersion="edge"
is added to the bootstrap script.