Filtering in QPR ProcessAnalyzer: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(305324)
(305430)
Line 1: Line 1:
Using the '''Include Only''' and '''Exclude''' buttons, it is possible to filter the data. Depending on the active view, the buttons do the following:
Using the '''Include Only''' and '''Exclude''' buttons, it is possible to filter the data. Depending on the active view, the buttons do the following:


=== Process Analysis View with 1..n Activities Selected, 1..m Transitions selected ===
=== Flowchart Analysis View with 1..n Event Types Selected, 1..m Transitions selected ===
*Include Only
*Include Only
: '''Cases''': Creates a new view containing only the cases that go through all the selected activities and transitions.
: '''Cases''': Creates a new view containing only the cases that go through all the selected event types and transitions.
: '''Event Types''': Creates a new view containing only the event types of the selected activities.
: '''Event Types''': Creates a new view containing only the event types of the selected event types.
*Exclude
*Exclude
: '''Cases''': Creates a new view excluding the cases that go through the selected activities and transitions.
: '''Cases''': Creates a new view excluding the cases that go through the selected event types and transitions.
: '''Event Types''': Creates a new view excluding the event types of the selected activities.
: '''Event Types''': Creates a new view excluding the event types of the selected event types.


=== Duration Analysis with 1..n Rows Selected ===
=== Duration Analysis with 1..n Rows Selected ===
Line 35: Line 35:
=== List of Event Types with 1..n Rows Selected ===
=== List of Event Types with 1..n Rows Selected ===
*Include Only
*Include Only
: Creates a new view containing only the activities that are selected.
: Creates a new view containing only the event types that are selected.
*Exclude
*Exclude
: Creates a new view excluding the activities that are selected.
: Creates a new view excluding the event types that are selected.


=== List of Events with 1..n Rows Selected ===
=== List of Events with 1..n Rows Selected ===

Revision as of 09:23, 19 September 2012

Using the Include Only and Exclude buttons, it is possible to filter the data. Depending on the active view, the buttons do the following:

Flowchart Analysis View with 1..n Event Types Selected, 1..m Transitions selected

  • Include Only
Cases: Creates a new view containing only the cases that go through all the selected event types and transitions.
Event Types: Creates a new view containing only the event types of the selected event types.
  • Exclude
Cases: Creates a new view excluding the cases that go through the selected event types and transitions.
Event Types: Creates a new view excluding the event types of the selected event types.

Duration Analysis with 1..n Rows Selected

  • Include Only
Creates a new view containing only the cases with the selected duration(s).
  • Exclude
Creates a new view excluding the cases with the selected duration(s).

Profiling Analysis with 1..n Rows Selected

  • Include Only
Creates a new view containing only the cases with the selected duration(s).
  • Exclude
Creates a new view excluding the cases with the selected duration(s).

List of Cases with 1..n Rows Selected

  • Include Only
Creates a new view containing only the selected case(s).
  • Exclude
Creates a new view excluding the selected case(s).

List of Variations with 1..n Rows Selected

  • Include Only
Creates a new view containing only the cases that belong to selected variation(s).
  • Exclude
Creates a new view excluding the cases that belong to selected variation(s).

List of Event Types with 1..n Rows Selected

  • Include Only
Creates a new view containing only the event types that are selected.
  • Exclude
Creates a new view excluding the event types that are selected.

List of Events with 1..n Rows Selected

  • Include Only
Creates a new view containing only the events that are selected.
  • Exclude
Creates a new view excluding the events that are selected.


The filtered view that is created will be available in the View Manager.


Template:Filtering Example