Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.
Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.
XPath False
Last modified: August 20, 2024
Overview
The function false() returns the Boolean value false.
To use the values true or false in XPath queries, it is necessary to either use the true() and false() functions or to enclose the values in quotation marks.
Example
This query returns all the customers who are not classified as gold customers:
//Sales.Customer[IsGoldCustomer = false()]