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

Sort-Unique across ALL fields

  • 1.  Sort-Unique across ALL fields

    Employee
    Posted 02-04-2009 20:30

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

    Originally posted by: stonysmith

    If you have a data input that has some records where the ENTIRE record is duplicated, you can remove the duplicates by using SORT and specifying the UNIQUE parameter.

    But.. you'd have to type in EVERY field name for all columns of data.

    Unless you use this:
    map(&field,inputFields(1))

    Which would do a sort-unique across any number of input columns.