Copying selections between QlikView Alternate States

Got a requirement which needs to copy/propagate the selections from one alternate state to another. Default state is not part of it.

Group A selections should reflect on Group B.1

Solution:

Document Properties -> Triggers -> Field Event Triggers -> Dim2 (Field used in my example) -> OnSelect -> Action -> Select in Field

Below are the inputs for achieving this.

Field: Dim2

Search String: =only({[Group A}] Dim2)

Alternate State: Group B

Final result:

2

Happy Qlikking!!