List Search

When you connect lists with Associated Items, you often need to display aggregated data from child records in the parent. For example:

  • An Invoice should display the total amount of all its line items.
  • A Project should show the number of tasks or the average hours.
  • A Ticket should summarize the number of comments.

This is where Associated Items Summary columns come in. They allow you to add dynamic calculations (Count, Sum, Average, Min/Max, Concatenate) based on the values of related items—all visible directly in the parent list or form.

In this tutorial, we’ll set up an Invoices list with Line Items and configure summary columns to calculate:

  • The total cost of all line items.
  • The number of line items.

Instructions

Step 1: Create the parent list (Invoices)

  1. Create a new list called Invoices.
  2. Add columns:
    • Title (default) → Invoice Number
    • Customer (Single line of text)
    • Invoice Date (Date/Time)

Step 2: Create the child list (Line Items)

  1. Create a new list called Line Items.
  2. Add columns:
    • Item Name (Single line of text)
    • Quantity (Number)
    • Unit Price (Currency)
    • Total (Calculated: [Quantity]*[Unit Price])
  3. Enable the Associated Item content type on this list (same way as in the Projects + Tasks tutorial).

Step 3: Add an Associated Items column to Invoices

  1. Go to InvoicesUltimate Forms Design.
  2. Add a column of type Associated Items.
  3. Name it Invoice Line Items.
  4. Link it to the Line Items list.
  5. Enable inline add/edit.
  6. Save.

Step 4: Add Associated Items Summary columns

Now let’s add columns that will calculate values from the Line Items.

  1. In Invoices, click Add ColumnAssociated Items Summary.
  2. Create:
    • Line Item Count → Operator: Count, Source: Line Items, Column: Item Name.
    • Invoice Total → Operator: Sum, Source: Line Items, Column: Total.
  3. Save both.

Step 5: Test the setup

  1. Create a new Invoice (e.g., Invoice #1001).
  2. Add several line items inline:
    • Item: “Laptop”, Quantity: 2, Unit Price: $1000 → Total: $2000
    • Item: “Mouse”, Quantity: 5, Unit Price: $20 → Total: $100
    • Item: “Monitor”, Quantity: 1, Unit Price: $300 → Total: $300
  3. Save the Invoice.

Result:

  • Line Item Count = 3
  • Invoice Total = $2400

Summary

With Associated Items Summary columns, you can display live calculations from child records directly in the parent list. This lets you:

  • Track totals and counts without manual updates.
  • Reduce errors by avoiding duplicate data entry.
  • Provide managers with instant insights into related data.

This feature is ideal for scenarios like invoices, projects, contracts, or tickets where roll-ups of related information are critical.

Last modified: 9/29/2025 2:07 PM
Loading...

Add your comment

Comments are not meant for support. If you experiencing an issue, please open a support request.
Microsoft partner logo
© 2005-2025 Infowise Solutions Ltd. All rights reserved.
Privacy | Cookie Policy | Accessibility | Cloud SLA