Loading...

How can you pass a Filter operator to a Stored Proc?

Title

How can you pass a Filter operator to a Stored Proc?

Description

How can you pass a Filter operator to a Stored Proc?

Please wait...

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)?

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.

Leave a Reply