Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Survey user tasks
- Create a scheduled survey from menu
- Search for a scheduled survey
- Configure the survey header
- Add an activity to the survey activities log
- Configure the survey scheduling rules
- Filter the survey recipients
- Apply a data filter to the survey
- Create an additional filter
- Configure the survey recipients
- Configure the survey email settings
- Create a localized email
- Configure the survey parameters
- View the survey workflow
- View the survey history
Create an additional filter
Data filters enable you to configure which records in the database are selected to be recipients of in Service Manager Survey Integration survey requests. Additional data filters can be created by users to supplement the predefined data filters.
To create an additional data filter, follow these steps:
- Open a survey definition record, and then browse down to the Data Filter section.
- Click Build Additional Filter to display the Query Generator form.
- Populate the appropriate fields with values to create the required filter.
- Click Advanced Filter to create custom filters. To create new search criteria, follow these steps:
- Click Add New Filter Criteria.
- Populate all the fields as required, and then click Next to add the criterion to the Conditions list.
- Click Add New Compound to add a compound rule to a filter that has more than one criterion.
-
Click OK to display the additional data filter in the Data Filter section of the survey management form.
Tip You can click Test Filter to see how many records are returned.
- Click Save.
To ensure the survey solution can filter for records that are exclusively related to data the survey, the "@FieldName@" directive is added to the filter queries. When the query is run, the directive is replaced by the value in the specified field. For example, the following query filters for records that were closed since the last survey run:
close.time>@lastProcessingTime@
Related topics