Navigation Menu: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
Line 1: Line 1:
QPR ProcessAnalyzer Deployment Package installs QPR ProcessAnalyzer UI to QPR UI.
QPR ProcessAnalyzer Deployment Package installs QPR ProcessAnalyzer UI to QPR UI.


== Install Deployment Package ==
== Installing Deployment Package ==
<div class="downloadButton" style="width:300px;float:right;margin:15px 20px 0px 30px;">[[QPR_Product_Downloads#QPR_ProcessAnalyzer_Deployment_Package|Download Deployment Package<br />for QPR ProcessAnalyzer]]</div>
<div class="downloadButton" style="width:300px;float:right;margin:15px 20px 0px 30px;">[[QPR_Product_Downloads#QPR_ProcessAnalyzer_Deployment_Package|Download Deployment Package<br />for QPR ProcessAnalyzer]]</div>


# Download the deployment package (link on the right) and extract its contents to a temporary folder.
# Download the deployment package (link on the right) and extract its contents to a temporary folder.
# In QPR UI, delete possible previous versions of the QPR ProcessAnalyzer Deployment Package views.
# In QPR UI, delete the possible previous versions of the QPR ProcessAnalyzer Deployment Package views. If the views have been ''published'', to need to ''unpublish'' and ''unlock'' the views to be able to delete them.
# Go to the '''My Workspace''' screen, import the views from your temporary folder.
# Go to the '''My Workspace''' screen, import all the views (.qprmdb files) from your temporary folder.
# 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).
# In the My Workspace screen, open the '''QPR ProcessAnalyzer''' view, click the menu on top right (the three dots), click '''Show Header''', from the appearing header click '''File''', click '''Lock views and panels''', click '''File''' again, click '''Publish view'''.
# It's recommended to set the deployment package home page as the [[default view|QPR_UI_System_Settings#Other_settings]] in QPR UI.


== Deployment Package Contents ==
== Deployment Package Contents ==

Revision as of 14:24, 31 March 2019

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

Installing Deployment Package

  1. Download the deployment package (link on the right) and extract its contents to a temporary folder.
  2. In QPR UI, delete the possible previous versions of the QPR ProcessAnalyzer Deployment Package views. If the views have been published, to need to unpublish and unlock the views to be able to delete them.
  3. Go to the My Workspace screen, import all the views (.qprmdb files) from your temporary folder.
  4. In the My Workspace screen, open the QPR ProcessAnalyzer view, click the menu on top right (the three dots), click Show Header, from the appearing header click File, click Lock views and panels, click File again, click Publish view.
  5. It's recommended to set the deployment package home page as the QPR_UI_System_Settings#Other_settings in QPR UI.

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 analyzes though the process mining data, and divides cases into similar groups based on case attributes and occurred types of events. Use it to get a deep understanding of the analyzed process mining data and also to validate 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.