FIRST_ELEMENT
Description
FIRST_ELEMENT
gives you the first element in a list.
Example
p is Person
FIRST_ELEMENT(p.nationalities) = ch
This will result in true
, if the person has Switzerland as the first nationality.
Last updated
Was this helpful?