Interactive / Dynamic Filtering or Choice Menu
I have a table named dt. I take the unique values of some columns and I create the following menu that gives the ability to the end user to filter the dt table based on the values of the columns and take a subset of this.
However, taking the unique values of its column is risky because you may end up choosing a combination of attributes that doesn't exist in the table.
Is there any way to make this...