Domino Code Fragment

Code Name*
Dynamic Lookups with Defaults
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.219.22.169
Description*
This formula will enable the user to create a (dynamic) keyword lookup based on what has been entered. The formula looks into the current database, in this case, the view "by Category" and also includes default values that will remain even if those documents were deleted.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@Trim(@Unique(@DbColumn(""; ""; "ByCategory"; 1) : "Balanced Funds" : "Emerging Markets Equity" : "Emerging Markets Fixed Income" : "Global Equity" : "Global Fixed Income" : "International Equity"))