Filtering in QPR ProcessAnalyzer: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
(306313)
Line 1: Line 1:
There are two types of filtering available in QPR ProcessAnalyzer: [[Filtering#Runtime Selection|Runtime Selection]] and [[Filtering#Include / Exclude Filters|Include / Exclude Filters]].
== Runtime Selection ==
A runtime selection filter is applied when event types, transitions, cases, or attributes are selected and you click on any other analysis button on the ribbon except the Flowchart button. The data on the view that is opened will then be filtered based on what was selected. The runtime selection is not a persistent filter, so it is not added to the [[Filters#Filter History|Filter History]]. In addition, opening the Flowchart analysis will clear the runtime selection.
== Include / Exclude Filters ==
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:


Line 54: Line 61:
*Exclude
*Exclude
: Creates a new view excluding the event types that are selected.
: 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 [[Views#View Manager|Filter Manager]].
The filtered view that is created will be available in the [[Views#View Manager|Filter Manager]].

Revision as of 13:10, 13 February 2015

There are two types of filtering available in QPR ProcessAnalyzer: Runtime Selection and Include / Exclude Filters.

Runtime Selection

A runtime selection filter is applied when event types, transitions, cases, or attributes are selected and you click on any other analysis button on the ribbon except the Flowchart button. The data on the view that is opened will then be filtered based on what was selected. The runtime selection is not a persistent filter, so it is not added to the Filter History. In addition, opening the Flowchart analysis will clear the runtime selection.

Include / Exclude Filters

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.

Flowchart Animation View with 1..n Cases Selected

  • Include Only
Cases: Creates a new view containing only the selected cases.
  • Exclude
Cases: Creates a new view excluding the selected cases.

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).

Path Analysis 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.

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.

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

Note that if you use attribute values with exponents so that the value is bigger than 1E15 (that is, 1 times 10 to the power of 15) or smaller than 1E-15, the filtering does not work correctly. For example, if you have such cost as 2,31176835E+21 and 9,43E-15 and you select these attribute values for filtering, they will give incorrect results.

Template:Filtering Example


Template:About Version