Hi everyone, I’m trying to make a selection for users to select based on their selected choice from an enum of a column. This is what I would like to achieve:
I have tried to gather some info regarding this matter but most of it involves creating another table to list down the choice and make it as a key table and then the other table will be a ref table so it will create a dropdown based on the choices from the key table which is not what I wanted. Does anyone here have a workaround for this?
Sorry for causing the confusion. To clarify, if a user selects Choice 1 (an enum), the user will see another set of enums of A, B, C underneath the Choice 1. If a user selects Choice 2 or 3, they wouldn’t be able to see any enums afterwards which is why I wrote No enums to indicate no other enums underneath Choice 2 or 3.
Oh this will involve regenerating the whole structure of the table then. I’m just afraid that if I were to regenerate the table with the added column, the existing data key-ed in the table will be disturbed.