I often receive Excel spreadsheets containing serial numbers that I use as input for an existing report [CR11].
The SNs are used with the Selection Expert to select the equipment records corresponding to the SNs from within a very large database.
I use two methods for this record selection base on SN (SNs quantities can vary from approx. 5 to 200):
A - Use the Database Expert to link the Excel sheet and select the SNs via the linked sheet
B – Cut and Pate the SNs into a formula that utilizes the IN Operator to perform the selection {table.field} in ["SN1","SN2","SN3"]
Are there performance advantages for one method over the other?
Are the other more efficient methods or techniques to perform this type of task?