Lookup Columns

Created by: Gunnar Tómas Gunnarsson

In this article, you will read about Lookup Columns in exMon Data Management. Lookup columns allow for easier maintenance of lists used by multiple tables. The list is set up and maintained in a normal table but is then referenced by lookup columns in each table that utilizes the list.

Common lookup columns you may see in exMon could be countries, customers or employees.

Resources: You can download the correct CSV files here - Location, Products

Worked example

  1. Open exMon Data Management & click Create Project
  2. Name the project lookup_demo

  3. Click Save
  4. Next, click Create Table
  5. Click Import Table from Excel or FlatFile

  6. Upload the Products table as a CSV file, then click Next
  7. Change the data type of Quantity, price & Total Price to Number, then click Verify
  8. Ensure that the next window looks like this and click confirm

  9. The next window should look like this:

  10. Next, add the location table by right-clicking the category folder within the lookup_demo project

  11. Browse for the location file and verify the data looks similar to this:

  12. Click Confirm and close the window after success

Create Lookup Column

  1. Open up the Product table & navigate to the Table Designer in the navigation ribbon
  2. Change the Column Type to Lookup

  3. Select the Lookup Column Options tab
  4. Select the lookup_demo project as the Project
  5. Select Country as the Key Column

  6. Click Save Changes
  7. Navigate back to the Product table homepage. You can now 'lookup' columns from the location table in the product.location fields


Additional steps

  1. Navigate to the Table Designer in the Products table
  2. Select the Location Column
  3. Click on the Lookup Column Options tab
  4. Select Custom under Display Value
  5. Write in [Country] - [Currency] into the input
  6. Click Save and Navigate back to the Product table homepage

  7. Now the lookup column in the product table also includes the type of currency used in each country.

Gunnar is the author of this solution article.