I've a problem developing a domino database. I wanna have values from a other database called names.nsf. This values should be the default values in my new database.
you can use the @dblookup function to get values from other databases. The values have to be listed in any view (hidden or not) in names.nsf. Otherwise create a new column in an existing view or design a new view in names.nsf.
"viewname" can also be the alias of the view.
"key" is the search criteria for the first sorted column of the view.
"column" is the number of the column which contains the desired value.
The @dblookup will return a list if more than one document matches the criteria. Get the desired value by @Subset.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.