Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9042347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:27:57+00:00 2026-06-16T10:27:57+00:00

I created a view where the first column could be any of three different

  • 0

I created a view where the first column could be any of three different names on a form. I would like to have an agent go through each document in the view and create an email for each person in the view with information from the document(s) pertaining to that person. Each person can be any of the three name fields on the form, but they can only be on the form once, so if there are 5 documents for a person, there could be 3 in name a, 1 in name b, and 1 in name c.

My issue is coming up when I try to get the value in the first column for the document. Since getting the first document only gets me a document that contains 3 names, I need to know which name is in the column I am up to in the view. Because I will be processing this document again when I get to the people in the other two fields, but I have to do this alphabetically and I have to do all documents for one person before moving to the next person in the view.

Is this something that can be done using this view or do I have to do a search on each name and grab the documents for each person that way. I thought there was an easy way to simply get the view column value, but for my example here, I am not sure how that would work. Or it is something very simple that I am just having a brain cramp on.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T10:27:59+00:00Added an answer on June 16, 2026 at 10:27 am

    If I’m following you correctly, you should be able to loop through the view entries instead of the documents using the NotesView’s AllEntries property. Within each entry (i.e. NotesViewEntry object) there is a column values property so you can get the specific column value that shows for that specific entry.

    Dim session As New NotesSession
    Dim db As NotesDatabase
    Dim view As NotesView
    Dim entry As NotesViewEntry
    
    Dim vc As NotesViewEntryCollection
    Dim doc As NotesDocument
    Set db = session.CurrentDatabase
    Set view = db.getView("My View")
    Set vc = view.AllEntries
    
    Set entry = vc.GetFirstEntry()
    While Not (entry Is Nothing)
    
        *** Process columns from entry here ***
    
        Set entry = vc.GetNextEntry()
    Wend
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three views that I've manually created in the DB. First view is
if i have created a view model and have a partial form that is
I have created View A and View B. My window has View A displayed
I have created a view for a table as: CREATE VIEW anonymous_table AS SELECT
I have a View (created using Backbone.View.extend) and a JSON object, I actually get
I have created a class doing some jobs like GridView inherit from System.Web.UI.WebControls.WebControl. public
I am using a code-first methodology. I have created my own user model and
i, I have one Materialized view on one server which is created by DB
I would like to add a column to my iggrid which is used to
I have a two column TableLayout as the only child of a scroll view.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.