Skip to content
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

<p>From the attached screenshot of our Help Guide, if you want to pass in an operator, you will have to define it as <strong>Input</strong> and value as <strong>FieldName.Operator</strong>.</p>

Leave a Reply