Determine if the elements of lData have the values of lValue, this is like SQL select statement with AND for all values

SelectList(lData, lValue)

Arguments

lData

- The dataset (as a list) that you want to select from

lValue

- A list with the desired values for each column in lData

See also