Splitting parameter connections
You can split a parameter connection so that two instances of a widget communicate separately.
For example, you have two widgets. When you select a region in one widget, a chart in the second widget updates to display the sales for that region. If you want to compare the sales for two different regions, the first step is to add a second instance of each widget to the dashboard. The dashboard then contains four widgets. But if you select a region in either region widget, both charts update to display sales for that region. So, the second step is to split the parameter connection so that the first region widget only updates the first chart widget and the second region widget only updates the second chart widget.
To split the parameter connection: