~Cheryl ElhipigenlenSep 5, 2012, 9:23 PM366 PostsRe: @dblookup for the server parameter use "servername","folder\\subfolder\\db.nsf" the servers have to have a trust relationship established via the server documents for this to work.
~Keiko AsakimarikleSep 5, 2012, 9:39 PM10 PostsRe: @dblookup var dbName="APPSERVER01/MARKETING!!/development/test/db.nsf";var key ="John Smith";var x=@DbLookup(dbName,"By Employee Name",key,3,"[FailSilent]"); return(x) (XPages/Javascript w/@Formula)
~Cheryl ElhipigenlenSep 6, 2012, 3:50 AM366 PostsRe: @dblookup I'm pretty sure the first variable to the db @ Functions will only take an array. So the server and database reference have to be separate strings.