Criteria Options
Here is the definition of Criteria Options used in the app:
- For text
- Containing: Check the criteria if it contains the string you have specified anywhere in the value
- Not containing: Check the criteria if it DOES NOT contain the string you have specified anywhere in the value
- Start with: Check to see if the value specified appears at the beginning of the chosen criteria
- End with: Check to see if the value specified appears at the end of the chosen criteria
- In: Check the criteria if it matches exactly any of the comma-separated list of values. The field accepts a comma separated list of potential values.
- Not in: Check the criteria if it DOES NOT exactly match any of the comma-separated list of values. The field accepts a comma separated list of potential values.
- For value
- In: Check the value if it matches exactly any of the comma-separated list of values. The field accepts a comma separated list of potential values.
- Not In: Check the value if it DOES NOT match exactly any of the comma-separated list of values. The field accepts a comma separated list of potential values
Updated on: 24/05/2025
Thank you!