Navigation Menu

From QPR ProcessAnalyzer Wiki
Revision as of 08:23, 27 May 2020 by Ollvihe (talk | contribs)
Jump to navigation Jump to search

QPR ProcessAnalyzer Web UI contains pages listed below.

Home

The Home page has quick access buttons to the most common pages in QPR ProcessAnalyzer Web UI.

Process Discovery

This view is for analysts to discover and analyze processes. The ChartView on the right side 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.

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.

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.

Enhanced BPMN

The view is for designing BPMN diagrams and visualizing process mining KPI's in those BPMN diagrams. Also filtering based on conformance and process flow in the BPMN diagram can be created. See more information about this view.

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.

Workspace

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.

Query Designer

Query Designer 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 Designer

Expression Designer is used to run individual expressions in a generic context. Write the expressions in the upper box and the results appear in the lower box. The expressions can be run by clicking the Run All button which run all expressions in the upper box. It's also possible to select parts of the expressions and click the Run Selection button to only run the selected parts. If there are errors in the run, cursor is automatically moved to the point where the error occurred.