I have two enum list columns: ‘sample category’ and ‘test type.’ Currently, I’m using a formula in the ‘valid if’ field for ‘sample category,’ like this: LIST(“DGA”, “Oil Analysis”). What I’m trying to achieve is that when the user selects ‘DGA’ in the ‘sample category’ column, ‘DGA test’ (related to DGA) should appear in the ‘test type’ column.
Suppose both DGA and Oil Analysis are selected, the ‘test type’ column should display the following options: ‘DGA test’ (related to DGA), ‘BDV,’ ‘Water Content,’ ‘Acidity,’ ‘Colour,’ and ‘Corrosive Sulphur’ (all related to Oil Analysis). In this case, the user must choose ‘DGA test,’ but they can optionally select tests related to Oil Analysis or select all of them
Does this make sense to you?