Is it possible to filter the DS text attribute by length?
Question
I need to filter the entries of the Attribute "MotorBM" in the Datasource "DS_Vehicle" where the length is greater than 6 characters. The attribute type is "Text", so I can't just filter entries greater than 999999. Is there any query or hidden filter function or some kind of workaround I can use?
Answer
You can use the 'contains' filter with underscore _ as a placeholder for any character.
In your case it would be: contains _______
(7 underscores). It will return only values that have 7 characters or more.
, multiple selections available,
Related content
Is it possible to filter a field based on its length?
Is it possible to filter a field based on its length?
More like this
Maximum Length of Fields
Maximum Length of Fields
More like this
Filtering
Filtering
More like this
Filters for Data Reading
Filters for Data Reading
Read with this
How to Make the Simple Filter Search for Exact Values
How to Make the Simple Filter Search for Exact Values
More like this
Found an issue in documentation? Write to us.