Navigation Menu: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
(404307)
Line 29: Line 29:
=== ChartView ===
=== ChartView ===
The ChartView allows the creation of customized charts to answer specific business needs, with measures and dimensions the user has selected. If you edit this view, make sure that the ChartView panel is placed on top of the QPR ProcessAnalyzer panel (you can do this by having the ChartView panel the last panel that you have moved), so that the BPMN editor is shown correctly.
The ChartView allows the creation of customized charts to answer specific business needs, with measures and dimensions the user has selected. If you edit this view, make sure that the ChartView panel is placed on top of the QPR ProcessAnalyzer panel (you can do this by having the ChartView panel the last panel that you have moved), so that the BPMN editor is shown correctly.
=== Clustering Analysis ===
The [[QPR_ProcessAnalyzer_-_Clustering_Analysis_View|Clustering Analysis View]] is meant for getting an understanding of and validating the data.


=== Data Import ===
=== Data Import ===

Revision as of 11:04, 19 March 2019

QPR ProcessAnalyzer Deployment Package installs QPR ProcessAnalyzer UI to QPR UI.

Install Deployment Package

  1. Download the deployment package (link on the right) and extract its contents to a temporary folder.
  2. In QPR UI, delete possible previous versions of the QPR ProcessAnalyzer Deployment Package views.
  3. Go to the My Workspace screen, import the views from your temporary folder.
  4. Open the QPR ProcessAnalyzer view (Home view) using the following link: http(s)://SERVERNAME/ui/#/dashboard?sys:dashboardIdentifier=/QPRProcessAnalyzerHome (replace SERVERNAME with the hostname of your QPR UI server).

Deployment Package Contents

This chapter introduces all the views that are in the deployment package. Note that the deployment packages manipulates QPR UI header by hiding the Help and Selections buttons.

Home (QPR ProcessAnalyzer)

The Home page contains buttons to open all views in the deployment package. Note that the view name of the Home page is QPR ProcessAnalyzer.

Process Discovery

This QPR ProcessAnalyzer view is for analysts to discover the process.

Conformance Analysis

The Conformance Analysis View incorporates the Conformance Checking in QPR ProcessAnalyzer capability of QPR ProcessAnalyzer. There are two views in the conformance analysis: the other shows the nonconformance reasons, and the other shows possible root causes for the nonconformance using the Influence Analysis for Case Attributes.

Process Benchmarking

Process Benchmarking can be used to compare process flows e.g. between two selected case attribute values. The view works as follows:

  1. Open Profiling Case Analysis using the drop down menu.
  2. For the compared case attribute values, create a filter in the left side view and another filter in the right side view for another attribute value.
  3. Go back to the flowchart view using the drop down menu. Now you can see two flowcharts to make the benchmarking.

ChartView

The ChartView allows the creation of customized charts to answer specific business needs, with measures and dimensions the user has selected. If you edit this view, make sure that the ChartView panel is placed on top of the QPR ProcessAnalyzer panel (you can do this by having the ChartView panel the last panel that you have moved), so that the BPMN editor is shown correctly.

Clustering Analysis

The Clustering Analysis View is meant for getting an understanding of and validating the data.

Data Import

Use this view to import models and datatables into QPR ProcessAnalyzer from files. Models can be imported from .csv, .pacm and .xes files and datatables from .csv files. For details, see Importing Data to QPR ProcessAnalyzer.

KPI Expressions Tester

This view is for testing QPR ProcessAnalyzer expressions, e.g. before using the expressions in the dashboards. The expressions are written in the left side using a JSON format. When the Run KPI Expression button is clicked, the defined query is run and results appear to a table in the right side. Details of the JSON format can be found in QPR ProcessAnalyzer Expression Analysis.

Model Manager

Model Manager is intended for administrators to see a list of all models in the system and manage their memory loading status. When selecting one or several models (while Ctrl key pressed) and clicking the right mouse button, a popup menu appears containing functions to load models into memory and drop them from the memory. It's also possible to export models in the .pacm format.

More columns can be added to the table by clicking the Columns button in the top right and clicking checkboxes for the additional columns. Note that the new columns appear to the right and they can be seen by scrolling the table to the right.

The models list can be sorted by any column by clicking the column header. Visible models can also be filtered by clicking the filter icon next to the column header.

Functionalities available in the context menu:

  • Refresh View: The view contents is reloaded from the server to get the latest status of the models.
  • View Model: The model is opened in the Process Discovery view. Note that if the model loading takes much time, it might be better to use the Load Model function first, because that loads the model in background.
  • Load Model: The selected model(s) are loaded into the memory.
  • Drop Model: The selected model(s) are dropped from the memory to free memory resources.
  • Reload Model: The selected model(s) are dropped from the memory and loaded again into the memory. Use the reloading to get the latest model data, e.g. when new data is loaded into the model.
  • Export as .pacm: Export the model as a .pacm file. The .pacm file can be imported into another QPR ProcessAnalyzer environment.