LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Check for valid values

    Employee
    Posted 11-12-2014 18:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    This came up during a demo. The customer wanted to know how to check if a field contains a list of valid values. The split node breaks up the data set into records that contain valid values and records that don't. I've added a tour guide to walk through the various inputs:

    Field_to_Check - This is the name of the field whose values you want to validate
    Validity_Field - This is the name of the field to be created containing the pass/fail message.
    Valid_Values - List out the valid values separated by commas.
    Msg_on_Fail - This is the message that will appear in the Validity_Field if the Field_to_Check contains invalid values.
    Msg_on_Pass - This is the message that will appear in the Validity_Field if the Field_to_Check contains valid values.
    Attachments:
    checkValidValues.brg