Quintiq file version 2.0 #parent: ListLibOpt_AnalysisScopeElement Response OnClick ( structured[shadow[LibOpt_UIAnalysisScopeElement]] selection ) id:Response_ListLibOpt_AnalysisScopeElement_MenuFindAll_OnClick { #keys: '[139164.4.578239799]' Body: [* scopes := selectset( selection, Elements.ScopeElement.ScopeElementOnScope.Scope, s, true ); input := selectset( scopes, Elements.AsInputScope, snapshot, true ); output := selectset( scopes, Elements.AsOutputScope, snapshot, true ); snapshots := selectset( input.Union( output ), Elements, snapshot, ( DataHolderComponents.Data().Size() = 0 or DataHolderComponents.Data().Find( snapshot.Component() ) >= 0 ) and DataHolderAnalysis.Data().Filter( snapshot ) ); Form.ShowSnapshots( snapshots ); *] CanBindMultiple: false DefinitionID => /ListLibOpt_AnalysisScopeElement/Responsedef_ListLibOpt_AnalysisScopeElement_Menu_OnClick Initiator: 'MenuFindAll' }