Hello,
Is it possible to utilize the pulldata() function to return a value from an external table based on two filter criteria?
For excample, something like this:
pulldata('Table_Name','Return_Column','Lookup_Column_1','Lookup_Value_1', 'Lookup_Column_2','Lookup_Value_2')
I know this can be done with appearance searches, but I have not found a way to make it work with a pulldata(function) in the calculation column.
Thanks!