FORMULA LANGUAGE


Examples: @NameLookup
You have three Domino Directories on your local environment, namely, Names_A.nsf, Names_B.nsf, and Names_C.nsf. Each Directory has the following entries:
Names_A.nsfNames_B.nsfNames_C.nsf
View: ($Users)Does not existExistsExists
User: KatsushiUser: Katsushi

Item: Katsushi_A

User: Katsushi

Item: Katsushi_B

User: Katsushi

Item: Katsushi_C

User: JonesUser: Jones

Item: Jones_A

User: Jones

Item: Jones_B1

Item: Jones_B2

Does not exist
User: SmithUser: Smith

Item: Smith_A

Does not existUser: Smith

Item: Smith_C

User: YoshitoDoes not existDoes not existDoes not exist
1. The following formulas return "Katsushi_B" : "Jones_B1" : "Smith_C" : ""
2. The following formula returns "Katsushi_B" : "Jones_B1" :"" : ""
3. The following formula returns "Katsushi_B" : "Katsushi_C" : "Jones_B1" : "Jones_B2" : "Smith_C"
4. If the current user is a software engineer, the following code, when added as the default value for a field, displays SOFTWARE ENGINEER.
See Also