You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Mattias Kihlström on Tue 4 May 2004 in response to Making Domino Behave Relationally
@GetDocField instead of @DbLookup
When you only want to read one field from each document and already have theUNID you can use @GetDocField( UNID; FieldName ) instead of a @DbLookup. This
way you won't need the extra view. I have used this approach myself on a few
occasions with good results.