View Value Lookup

This may be simple, but I am not very familiar with Notes. I have a computed text field on a Page. I need to display a value from a View on another Notes DB in this field. I can’t figure out how to go about doing this. I have tried @DbColumn but I get nothing from this. Any help would be greatly appreciated.

Subject: View Value Lookup

DBColumn should work for this. Please provide more detail on why it does not work.

Subject: although the use of the singular term “value” suggests @dblookup

Subject: Re: View Value Lookup

Thank you for your responses, @dbcolumn did work for this, in my ignorance I was just using it incorrectly. However, I need to use the value I grab using @dbcolumn in a View Selection criteria and that is not working. @dbcolumn usage says it cannot be used in Selection Criteria, so do you know of another way to get that value for use in a Selection Criteria?