FORMULA LANGUAGE
The following @functions get data values from a specified database. You cannot set values with these @functions.
For @DbLookup, the fifth parameter is either the name of a field in the database or the number of a column in the view. @DbLookup returns a list of the values in the fields or columns of the found documents. Specify [ReturnDocumentUniqueID] in the sixth parameter to return instead the UNID of the document.
For @DbColumn, the fourth parameter is the number of a column. @DbColumn returns a list of all values in the column.
The following @functions get and set field values in another document in the current database. However, you must know the unique ID of the document.
The following @functions get and set field values in one or more profile documents in the current database. Profile documents are hidden documents used to store information that can then be shared across the database. You can create one profile document per user or one profile document for the entire database.
@GetProfileField retrieves a field from a profile document and caches the field's value for the remainder of the session.
@SetProfileField sets the value of a field in a profile document.
Example See Also