Hello all,
When using a lookup: does the columns selected in the lookup table impact the performance?
For example: columns in LookupTable: ID, Name, Adress, Telephone, Age, Gender, ... and 200 other columns.
When doing a lookup on ID, i only want to retrieve the Age.
Will it matter that my other columns are available in the lookuptable or not? Or do i have to filter out all other columns before the lookupstep?
Thanks