How to enable dynamic hierarchical filter(list Box) selection for dimension in box-plot x-axis?
Hi ,
The data structure is hierarchical : country -> county ->city. and the need of dashboard is based on two objects
1: filter (list box)
2: box-plot
to achieve
when you select country and then the box-plot will dynamically change its dimension in x-axis to county. So you will see distribution of counties within this country in Box-Plot. Further , when you click a county among these counties , the box-plot will dynamically be changed to distribution of all cities under this county you click in box-plot.
May I ask how to enable such interaction based on filter and boxplot with qvw shared ?