Doing it like @Thierry_S is a good option. If you really want, you could add a button to perform this action.
Row states is one option of doing this automatically, but you will very quickly end up in a loop: select one value -> select other values based on condition -> AH! we selected new values -> we must again selected based on the condition -> ....
-Jarmo