When you only want to read one field from each document and already have the
UNID 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.
When you only want to read one field from each document and already have the UNID 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.