I would like to offer the following functionality and wonder if achieving it in Board is possible. As per below table, for each line item the user would categorise the line item with an object Type in block b. This is a block of type entity where user selects the object type from the dropdown.
Based on the selection made for Object Type, the user is then offered the selection in the Object Sub type column. The members listed in block c should be only those which are of type selected in Object Type and not all. So if a user selects OB1, the Object Subtype should only show OB11, OB12, and OB13 and not subtypes of OB2 and OB3.
Secondly, based on the selection made for the object type, the values should be populated.
I wonder if there could be a way to control the members listed in the data view column based on another column. Has anyone achieved something similar ?
| Block a | Block b | Block c | Block d |
---|
Rows | Date | Object Type | Object Sub Type | Value |
Line Item 1 | 1/09/2024 | OB1 | OB11 | 10 |
Line Item 2 | 1/09/2024 | OB2 | OB21 | 20 |
Line Item 3 | 1/09/2024 | OB3 | OB31 | 30 |