IsMatch
Description:
Determines if the value in an SDI column matches another value.
Input Properties
sdcid
Description:
Identifier of the SDC.
Required:
Yes
keyid1
Description:
Identifiers of the SDIs.
Required:
Yes
keyid2
Description:
Identifiers of the SDIs.
Required:
Only for multi-key SDCs.
keyid3
Description:
Identifiers of the SDIs.
Required:
Only for multi-key SDCs.
columnid
Description:
Identifier of the SDI column containing the value you want to compare with value (below).
Required:
Yes
value
Description:
Value to be compared with columnid (above).
Required:
Yes
Comments:
This value is not case-sensitive.
You can match an exact string by specifying only the string, or match a fragment of a string by also specifying a start or length (below).
length
Description:
Number of the character in the match string (number 1 is the left-most) that defines the fragment to match. For example:
Required:
No
Comments:
Example: If string = goodenough and length = 5, this Action tries to match "good".
start
Description:
Number of the character in the match string (number 1 is the left-most) that defines the fragment to match.
Required:
No
Comments:
Example: If string = verygood and start = 5, this Action tries to match "good".
Output Properties
ismatch
Description:
Indicates whether or not (Y/N) the value in the SDI column matches the value specified by the Action.
Additional Information
Additional information concerning this Action:
None.
Copyright © 1999-2025 LabVantage Solutions, Inc.