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 Length

Last modified: August 20, 2024

Overview

The length() function returns the length of a string attribute or value.

Example

This query returns all customers with a FirstName of 5 or more characters:

//Sales.Customer[length(FirstName) >= 5]