Lookup column of data based on key, where key = a field

Hello All,

Is there a way to lookup all data in a column based on a key?

The key is a computed field using @dbcolumn for its choices. The choices in this field can and will change.

I understand that @dbcolumn will return all values in a specified column, but I would like to return only the values in the column that correspond to the key field.

Thanks so much for any help on this.

Subject: Use a @DbLookup (eom)

Subject: lookup column of data based on key, where key = a field.

Try @DbLookup

the function is:

@Dblookup(“Notes”: “Cache/NoCahce”; server : filename; view;key;column)

you can repace the replica id of the file for the server and filename. And you can use “” if you are looking up to the same file.