I currently have a query that uses a multivalued field to perform calculations. The multivalued field occasionally returns one or two values that will be included in the calculations. Is there a way to exclude these values from being used in the query? I tried using the DELETE clause, but it doesn't work for queries.
↧