pradeep_singh
Honored Contributor III

Create a dataset that returns the “parent” values . Add filter A and connect it to that dataset field. Create a dataset for “child” values whose query is parameterized by the parent selection, or simply filters on the parent field:

 

dbxdev_0-1768965448130.png

dbxdev_1-1768965468517.png

Configure the filter widget’s Fields to use description from the choices dataset, and its Parameters to set :product_desc_param. Your query looks up the associated ID after selection. This gives users friendly labels while your query operates on IDs 

dbxdev_2-1768965525870.png

dbxdev_3-1768965571857.png

https://docs.databricks.com/aws/en/dashboards/parameters

Thank You
Pradeep Singh - https://www.linkedin.com/in/dbxdev

View solution in original post