Im trying to get the value of a number in a column. There is only one value in the column and the view that contains it is in the same database that i’m working in.
As well as a syntax error in the first parameter (that should read “Notes”:“NoCache”), you need to specify a server, or null if it’s the local machine (Server:Database) … see your Designer Help …Specifying the server and database
There are several ways to specify the server : database parameter:
To perform the lookup on the current database (the same database in which the formula is being evaluated), specify “” as the entire argument to the function. “” means the local Domino directory where you are executing.
To perform a lookup on a local database, use “” for the server name and specify the database name explicitly, such as “”:“DATABASE.NSF.”
To perform a lookup (from the workstation) on a Domino database that resides on a server, include the server plus the path and file name as a text list, as in “SERVER”:“DATABASE.NSF.”