If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.

XPath Length

Last modified: February 13, 2024

1 Overview

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

2 Example

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

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