Forum Discussion

left4pie2's avatar
left4pie2
Helper I
4 years ago
Solved

Filter/Group Multiple Columns From Different Tables

I'm trying to show avg length, width and thickness by the item being face or a back in the matrix below. My problem is the length, width, and thickness values come from 3 different tables. Each of th...
  • AlexisOlson's avatar
    4 years ago

    Add a column to each table that defines what dimension it is (Length/Width/Thickness) and rename the (mm) column to a standard one across all 3 tables so that you can append them into a single table that looks more like this:

    This will make building visuals significantly easier.