Navigation Menu: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
# Delete the possible previous versions of the deployment package views.
# Delete the possible previous versions of the deployment package views.
# Go to the [[QPR_UI_Folders|Workspace]] and create a folder '''QPR ProcessAnalyzer UI''' (if doesn't already exist).
# Go to the [[QPR_UI_Folders|Workspace]] and create a folder '''QPR ProcessAnalyzer UI''' (if doesn't already exist).
# If creating the folder at this time, give the '''Viewer''' role to this folder for all users in QPR ProcessAnalyzer Excel Client [[Manage_Users_in_QPR_ProcessAnalyzer_Excel_Client|user management]]. This is preferably done by creating a new user group for which to give the Viewer role, and then assign all users to that group.
# If creating the folder at this time, give the '''Viewer''' role to this folder for all users in QPR ProcessAnalyzer Excel Client [[Manage_Users_and_Groups_in_QPR_ProcessAnalyzer|user management]]. This is preferably done by creating a new user group for which to give the Viewer role, and then assign all users to that group.
# Open the created folder and import the views to the folder one by one by clicking '''New''' > '''Import''' and browsing the .qprpa file.
# Open the created folder and import the views to the folder one by one by clicking '''New''' > '''Import''' and browsing the .qprpa file.



Revision as of 11:38, 20 April 2020

QPR ProcessAnalyzer Deployment Package is an essential part of QPR ProcessAnalyzer that brings the latest user interface for QPR ProcessAnalyzer.

Installation

  1. Download the QPR ProcessAnalyzer Deployment Package using the link on the right and extract the package contents. Note that the deployment package version need to be same as your QPR ProcessAnalyzer version.
  2. Delete the possible previous versions of the deployment package views.
  3. Go to the Workspace and create a folder QPR ProcessAnalyzer UI (if doesn't already exist).
  4. If creating the folder at this time, give the Viewer role to this folder for all users in QPR ProcessAnalyzer Excel Client user management. This is preferably done by creating a new user group for which to give the Viewer role, and then assign all users to that group.
  5. Open the created folder and import the views to the folder one by one by clicking New > Import and browsing the .qprpa file.

QPR ProcessAnalyzer UI Views

This chapter introduces all the views that are in QPR ProcessAnalyzer UI.

Home

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

Process Discovery

This QPR ProcessAnalyzer view is for analysts to discover and analyze processes.

ChartView

ChartView allows the creation of customized charts to answer specific business needs, with measures and dimensions the user has selected.

Conformance Analysis

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

Case Level Prediction

Case Level Prediction makes a prediction whether a selected phenomenon will occur in cases. The phenomenon might be for example occurrence of a certain type of event, case duration longer than selected or specific case attribute value. To use the analysis, you first need to select cases for which the prediction is made. Then you need to select the predicted phenomenon. When these have been defined, the prediction is made and cases where the selected phenomenon are predicted to occur, are listed in the right side.

Clustering Analysis

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

Enhanced BPMN

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.

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.

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.

Dashboards

In Dashboards, you can find all your custom made dashboards, which are organized into folders. When you want to edit a dashboard, click the menu on top right and select Show Dashboard Designer to open a header containing editing functions. Start editing by clicking Edit and when ready, click Save. You can go back to the folders by reselecting Dashboards from the top left menu.

KPI Query Tester

KPI Query tester can be open by clicking the settings menu on top right. KPI Query Tester is for testing QPR ProcessAnalyzer KPI language queries that contain

  • root expression to select objects to be analysed
  • dimension expressions to slice the analyzed object into slices
  • measure expressions to calculate KPI's and other measures from each of the slices
  • Data can also be sorted and number of rows limited

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.

Expression Tester

Expression tester can be open by clicking the settings menu on top right. Expression tester is used to run individual expressions in a generic context.