Skip to content
  • There are no suggestions because the search field is empty.

Linking Excel Data Sources in Cognidox

How to Pull Data from the Latest/Approved Excel File in Cognidox into Another Excel File

This article walks you through the steps to link data from one Excel spreadsheet to another.

Videos in this article

What's in this article?

This article contains the following information:

Watch an example video


Back to top

Getting the URL for the source spreadsheet

To get started, you'll need the link to the source document, from where you want to pull in the data:

  1. Browse to the document’s Details page.
  2. In the Links section, right-click the Latest Version or Approved Version links and copy the URL.
    links-win

Back to top

Linking to the document in Excel (Windows only)

  1. Open the spreadsheet you want to pull data into.
  2. Choose Data > From Web.
    link-sheet-02
  3. Paste the URL for the spreadsheet into the dialog.
    link-sheet-03
  4. In the Access Web Content dialog, choose Basic and enter username and password:
    link-sheet-04
  5. Click Connect.
  6. Choose the data you’re interested in from the Navigator window:
    link-sheet-05
  7. Click Load to load it into a worksheet

Once done, you can reference cells in the loaded worksheet in other worksheets. Repeat the process for each remote document you want to pull data from.

Back to top

Updating the data

To update the data for all remote sheets:

  1. In the spreadsheet, select Data > Refresh All.
    link-sheet-06

To refresh data from a single remote document:

  1. Choose Data > Queries & Connections.
  2. Right-click the desired remote query and choose Refresh.
    link-sheet-07

Back to top


Prerequisites and instructions for SSO users

There are some things you need to bear in mind if you want to link between Excel spreadsheets. They are explained in the video below, and the following subsections.

Watch the video

Prerequisites

  • There must be no multi-factor authentication (MFA) in place
  • The password must be managed in Cognidox (even if SSO is being used)
  • The remote document must be .xlsx or .xlsm format.

Configuring the MySQL Password plugin

For SSO users you need to do the following (this is not required if using username and password to sign into Cognidox):

  1. Go to Manage Cognidox > Settings & Configuration > Plugins > MySQL Password plugin.
  2. Ensure the plugin is Enabled.
  3. If Restrict to specified groups is set, ensure the user who needs access is in one of the groups.
  4. If Basic authentication users is set, ensure the user who needs access is listed.
  5. If using Single Sign-On (SSO), from the user’s User Details page, click Set Password to set the password in Cognidox.

Back to top