Overview of Global and Local Selection Modes

SAS/IML Studio supports two techniques for selecting observations:

  • Global selection mode is the traditional selection technique used in SAS/INSIGHT and other products. This is the default selection mode in SAS/IML Studio. In global selection mode, all data views (that is, plots or data tables) share a common selection state for observations. When you select an observation in one view, that observation is treated as selected in all other views.

    Global selection mode enables you to graphically subset data by interacting with a single data view. For example, if you have three plots called A, B, and C, selecting observations in plot A causes plots B and C to display those same observations as selected.

  • In contrast, local selection mode enables you to subset data by interacting with multiple data views. In local selection mode, you specify each data view to be either a selector or an observer. You configure an observer to display either the union or the intersection of the selected observations in all selector views. For example, if you have three plots called A, B, and C, you can configure plot C to be the observer of the intersection of the other plots. This means that an observation is selected in plot C only if it is selected in both plot A and plot B.

    You can manually select observations in selector views. You cannot manually select observations in an observer view. An observer view displays an observation as selected based on the observation’s selection state in the selector views. An observer of the union displays an observation as selected if the observation is selected in any of the selector views. An observer of the intersection displays an observation as selected if the observation is selected in all of the selector views.