Filter by Expression

0
What is the syntax to filter a list by expression using length(of an attribute)
asked
1 answers
5

Hi Juan,

 

Use the following:

length($currentObject/<YourAttribute>) = <X>

 

answered