Navigation Menu: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
Line 2: Line 2:
# Prerequisite: [[Web.config_file_in_QPR_ProcessAnalyzer|In-Memory processing]] must be in use in the QPR ProcessAnalyzer Server.
# Prerequisite: [[Web.config_file_in_QPR_ProcessAnalyzer|In-Memory processing]] must be in use in the QPR ProcessAnalyzer Server.
# Download the [https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip QPR ProcessAnalyzer Deployment Package] and extract its contents to a temporary folder.
# Download the [https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip QPR ProcessAnalyzer Deployment Package] and extract its contents to a temporary folder.
# Log in to QPR UI.
# Log in to your '''QPR UI'''.
# Switch to '''My Workspace''' and delete possible previous versions of the deployment package views.
# Switch to '''My Workspace''' and delete possible previous versions of the deployment package views.
# Import the views from the temporary folder into your QPR UI.
# Import the views from the temporary folder into your QPR UI.

Revision as of 20:22, 6 October 2018

Installation Instructions

  1. Prerequisite: In-Memory processing must be in use in the QPR ProcessAnalyzer Server.
  2. Download the QPR ProcessAnalyzer Deployment Package and extract its contents to a temporary folder.
  3. Log in to your QPR UI.
  4. Switch to My Workspace and delete possible previous versions of the deployment package views.
  5. Import the views from the temporary folder into your QPR UI.
  6. Publish at least the QPR ProcessAnalyzer Frontpage view.

Views in the Package

Frontpage

This view contains links to all the other views in the deployment package. It's advisable to publish this view, so all users have access to it.

The menu buttons act as links to the different views in the QPR ProcessAnalyzer Deployment Package. The menu options are configured using JSON, which can easily be changed to add new menu items or remove existing. By default, the following JSON is used.

var menuItems = [
  {"label": "Process Discovery", "viewIdentifier": "QPRProcessAnalyzer"},
  {"label": "Conformance View", "viewIdentifier": "QPRProcessAnalyzerConformanceView"},
  {"label": "Process Benchmarking", "viewIdentifier": "QPRProcessAnalyzerProcessBenchmarking"},
  {"label": "ChartView", "viewIdentifier": "QPRProcessAnalyzerChartView"},
  {"label": "Data Import", "viewIdentifier": "QPRProcessAnalyzerDataImport"},
  {"label": "Change Password", "viewIdentifier": "QPRProcessAnalyzerChangePassword"},
  {"label": "KPI Analysis Tester", "viewIdentifier": "QPRProcessAnalyzerKPIAnalysisTester"},
  {"label": "Model Manager", "viewIdentifier": "qprprocessanalyzermanagemodels"}
];

Process Discovery

This is a plain QPR ProcessAnalyzer view for process discovery.

Conformance View

This view incorporates the Conformance Checking in QPR ProcessAnalyzer capability of QPR ProcessAnalyzer.

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.

KPI Analysis Tester

This view is an example of the KPI Analysis Tester.

Change Password

This view allows the user to change his/her QPR ProcessAnalyzer password.

Data Import

This view is used to import data into the QPR ProcessAnalyzer service (direct database import is not supported). Note that you need to have sufficient rights to import data to the QPR ProcessAnalyzer service in order to use this view.

Import File

You can choose whether to import:

  • cases or case attributes
  • events or event attributes
  • .xes or .pacm file.

With cases or case attributes and events or event attributes, the data needs to be imported from .csv files. A .xes or a .pacm file will contain both case and event data.

File Format

When importing from a csv file, here you can define in what format the data is in the file:

  • Column delimiter: Column delimiter is the character that separates data cells in a row. Usually the column delimiter is a semicolon or tab. It's possible to define any character by selecting the "other" option.
  • Date format: Date format is used to interpret date values in the csv file. Default format is: "yyyy-MM-dd HH:mm:ss,fff", where dd = zero-padded day of the month, from 01 through 31; MM = zero-padded month, from 01 through 12; yyyy = year as a four-digit number; HH = zero padded hour, using a 24-hour clock from 00 to 23; mm = zero-padded minute, from 00 through 59; ss = second, from 00 through 59; fff = millisecond. More information about formatting: https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings.
  • Text qualifier: Text qualifier is the character used to enclose text (string) values. Sometimes csv files don't contain text qualifiers at all.
  • Header row number: The row number (staring from 1) in the file that contains the headers of the data. Usually the first row contains the headers, but the file may start with rows that need to be skipped.

Import Destination

There are following ways to import data:

  • New model to an existing project: You need to select an existing project to which the new model is to be created. You also need to define name for the new model.
  • New model to a new project: You need to define the name of the new project and new model. Note that you can't define different names for the new project and the new model.
  • Existing model: You need to select the project and model to which the data is to be created. You can click the Open button to check the model that is currently selected.

Model Manager

This view is intended for use by an administrator. Using this view requires that the QPR UI installation and the QPR ProcessAnalyzer service it uses reside in the same domain. The view enables the administrator to control which QPR ProcessAnalyzer models are loaded in memory for in-memory processing at the service. It is advisable not to publish this view.