Loading
CRM Analytics
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Predicate Expression Syntax for Datasets

          Predicate Expression Syntax for Datasets

          You must use valid syntax when defining the predicate expression.

          The predicate expression must have the following syntax:

          <dataset column> <operator> <value>

          For example, you can define the following predicate expression for a dataset:

          'UserId' == "$User.Id"

          You can create more complex predicate expressions such as:

          (‘Expected_Revenue’ > 4000 || ‘Stage Name’ == "Closed Won") && ‘isDeleted’ != "False"

          Consider the following requirements for the predicate expression:

          • The expression is case-sensitive.
          • The expression cannot exceed 5,000 characters.
          • There must be at least one space between the dataset column and the operator, between the operator and the value, and before and after logical operators. This expression is not valid: ‘Revenue’>100. It must have spaces like this: ‘Revenue’ > 100.

          If you try to apply a predicate to a dataset and the predicate is not valid, an error appears when any user tries to query the dataset.

           
          Loading
          Salesforce Help | Article