User can make user of a formula as a criteria instead. In the example below 'Sales Description' field of an item record (id=salesdescription) is used to illustrate the process.
1. Navigate to Lists > Search > Saved Searches > New > Select Item
2. In the Criteria tab of an item saved search, select Formula (Text)
3. Enter this formula: case when (SUBSTR({salesdescription},1,1))=' ' then '0' else '1' END
4. Select "Is" then enter '0' (zero)
Note: Zero represents the value with a space character. Using the case when function, the search will then display all field values beginning with a space character.
No comments:
Post a Comment