Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This property will only return anything values in cases where the filter property “Value Entry Method” is set to “Value List Selection” when creating the filter. If this is set to anything other than “Value List Selection” this property will return null.

...

Null is allowed as a value, from a user perspective this would just be clearing valueOnevalueTwo.

If setValueTwo is called when using an operator that isn’t Between or Not Between this function call will do nothing.

...

If this is used on a single value operator, then it will take valueOne will be set to the first value of in the array and apply that to valueOne.

If this is called on a filter with a between operator. The , valueOne will be set to the first value of in the array and valueTwo will be set to valueOne and the second will be set to valueTwovalue in the array.

Parameters

valueList - Array

...