Monday, February 25, 2019

Generate a list of Saved Searches that contains a specific field in the Results

Sample: Search for Saved Searches with Date Created as one of the Result Fields.

1. Navigate to Lists > Search > Saved Searches > New.
2. Click the Saved Search link.
3. On the Criteria tab > Standard subtab, add Formula (Numeric).
4. Enter the formula below on the Formula field:

  • CASE WHEN {result} = 'Date Created' THEN 1 ELSE 0 END

5. Set the Formula (Numeric) field to equal to.
6. Enter 1 in the Value field.
7. Click Set.
8. Click Preview or Save & Run.  

No comments:

Post a Comment