Hi,
I have 3 components, say pie charts one each for continent, country and state - first pie chart drills to the second pie chart and second one drills down to the third pie chart. If I select Europe in the first pie chart, the second component loads showing all the countries within Europe. And then say when I select UK in the second pie chart, the third component is loaded showing all the states within UK.
On the first load, everything works fine. Say when I want to go back and select another continent in the first component, say North America, I would expect it to load only the second component and display only the countries . But, it also loads and displays the third component.
I have set the default position for interactivity to be -1.
what is the logic that has to be used to load only the second component when a field in the first component is selected?
Thanks