FORMULA LANGUAGE


Examples: @DbColumn (Domino data source)
This keyword formula uses @DbColumn. Whenever a document is composed using the form, Lotus Domino retrieves the list of product names stored in column 2 of the Inventory On Hand view of the Inventory database (INVENTRY.NSF). This lookup is used in a purchase requisitions application to retrieve a current list of products available in inventory.

@DbColumn("";"":"INVENTRY.NSF";"Inventory On Hand";2)

See Also