Navigation Menu: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


=== Workspace ===
=== Workspace ===
In Dashboards, you can find all your custom made dashboards, which are organized into [[QPR_UI_Folders|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.
In Dashboards, you can find all your dashboards, which are organized into [[QPR_ProcessAnalyzer_Workspace|projects]]. 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.


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

Revision as of 14:27, 31 August 2020

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 Chart on the right side allows the creation of customized charts to answer specific business needs, with measures and dimensions the user has selected.

Conformance Checking

Conformance Analysis incorporates the Conformance Checking 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.

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.

Workspace

In Dashboards, you can find all your dashboards, which are organized into projects. 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.

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 shows all models in the system and it can be used to 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 check boxes 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.
  • Open in Process Discovery: The selected 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.
  • Export table as .xlsx, .docx, .pdf: Export the table of models as xlsx, .docx or .pdf format.

Query Designer

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