How to create dependent sub-categories?

Here’s another idea which should be better. It’s similar to the split approach but in reverse.

  1. Make a single Categories table with a column for each level of category, like before, but these are entered manually.
  2. Add a column with the formula " > ".join([$Primary, $Secondary, $Tertiary]) to combine all the category levels into a single string.
  3. Make a reference column referring to the Categories table and showing the new formula column.
  4. Use “Add referenced columns” in the settings of the main reference column if you want to extract individual category levels.
1 Like