Skip to main content

How to Copy a Row from One Table to Another on Dashpivot Web

Learn how to easily copy a row from one table to another table in Dashpivot

Adriana De Souza avatar
Written by Adriana De Souza
Updated this week

Copying a row from one table to another in Dashpivot uses a simple cross-reference formula. This method applies to Prefilled tables only. It is not possible to automatically replicate all rows from a Default table, and there is no single formula that copies an entire table at once. Each cell in the row must be referenced individually.

Prerequisites

Before you begin make sure you have the following:

  • Plan: All Plan Types

  • Permission: Home Folder (Template Library) – Org Controller (or higher); Team Folder – Project Controller (or higher)

  • Skills Required: Dashpivot

  • Device Type: computer

  • Subscription: Dashpivot

Step-by-Step Instructions

  1. In the Template Editor, add a Prefilled table as your source table.

  2. Set the required number of columns and rows for your form.

  3. Add another Prefilled table to act as your display table.

  4. Change the relevant cells in the display table to Formula fields.

  5. Enter the following formula in each corresponding cell:

=Source_Table!Source_Cell
  1. Replace:

    • Source_Table with the name of your source table.

    • Source_Cell with the specific cell reference you want to copy.

Example

If Table1 contains the following in Row 1:

  • A1 – Project Manager: Juan dela Cruz

  • B1 – Civil Engineer: Jose Mercado

  • C1 – Architect: Mary Ann de los Santos

To copy this row into Table2:

For Table2 cell A1:

=Table1!A1

For Table2 cell B1:

=Table1!B1

For Table2 cell C1:

=Table1!C1

Did this answer your question?