When sending values to the SQL store procedure, how can you also pass which operator is being used (e.g. contains, equals, between or before)?
Title
How can you pass a Filter operator to a Stored Proc?Description
Resolution
From the attached screenshot of our Help Guide, if you want to pass in an operator, you will have to define it as Input and value as FieldName.Operator.