<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.onqpr.com/pa/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=QPRAdmin</id>
	<title>QPR ProcessAnalyzer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.onqpr.com/pa/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=QPRAdmin"/>
	<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php/Special:Contributions/QPRAdmin"/>
	<updated>2026-04-06T20:33:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=PA_Configuration_database_table&amp;diff=21590</id>
		<title>PA Configuration database table</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=PA_Configuration_database_table&amp;diff=21590"/>
		<updated>2022-08-10T11:41:55Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: added Application=QPR_ProcessAnalyzer; to snowflake connection string example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;QPR ProcessAnalyzer database has a configuration table &#039;&#039;&#039;PA_Configuration&#039;&#039;&#039; containing settings listed in the tables below. You need &#039;&#039;&#039;SQL Server Management Studio&#039;&#039;&#039; to edit the settings in the configuration table. QPR ProcessAnalyzer Server needs to be restarted (e.g. IIS application pool recycled) for the changes to take effect.&lt;br /&gt;
&lt;br /&gt;
== General Settings ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
!Name	!!Default&amp;amp;nbsp;value	!!Description&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;SessionIdleTimeout&amp;lt;/span&amp;gt;&lt;br /&gt;
||3600&lt;br /&gt;
||Idle user session expiration timeout in seconds. User session expires if the session hasn&#039;t been used after this amount of time.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;SessionMaximumDuration&amp;lt;/span&amp;gt;&lt;br /&gt;
||86400&lt;br /&gt;
||Maximum duration for a user session in seconds. Even if a session is used so that the SessionIdleTimeout is not reached, the session is expired after this amount of time.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;SandboxDatabaseConnectionString&amp;lt;/span&amp;gt;&lt;br /&gt;
||&lt;br /&gt;
||Connection string to scripting sandbox database (ETL). If not defined, ETL scripts cannot be run. Connection string for the scripting sandbox database is similar to the  [[Web.config_file#Connection_Strings_Section|QPR ProcessAnalyzer database connection string]].&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;DefaultUiLanguage&amp;lt;/span&amp;gt;&lt;br /&gt;
||en_US&lt;br /&gt;
||Language code for the UI language that new user accounts get by default. Thus, a created user account has this language until the user changes her/his language. Also the login page is translated using this language when QPR ProcessAnalyzer is used for the first time in that web browser (when user has changed the language, it&#039;s remembered by the browser). This setting must be one of the supported language codes (xx_XX):&lt;br /&gt;
* Finnish: &#039;&#039;&#039;fi_FI&#039;&#039;&#039;&lt;br /&gt;
* French: &#039;&#039;&#039;fr_FR&#039;&#039;&#039;&lt;br /&gt;
* English: &#039;&#039;&#039;en_US&#039;&#039;&#039;&lt;br /&gt;
* German: &#039;&#039;&#039;de_DE&#039;&#039;&#039;&lt;br /&gt;
* Spanish: &#039;&#039;&#039;es_ES&#039;&#039;&#039;&lt;br /&gt;
* Swedish: &#039;&#039;&#039;sv_SE&#039;&#039;&#039;&lt;br /&gt;
* Polish: &#039;&#039;&#039;pl_PL&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;DefaultDateFormat&amp;lt;/span&amp;gt;&lt;br /&gt;
||MM/dd/yyyy&lt;br /&gt;
||Default date format that new user accounts get by default. The date format does not contain the time part (e.g. hours, minutes and seconds). Defined using the .Net date format (https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings).&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;DefaultFirstDayOfWeek&amp;lt;/span&amp;gt;&lt;br /&gt;
||0&lt;br /&gt;
||Default first day of the week that new user accounts get by default. &#039;&#039;&#039;0&#039;&#039;&#039; is Sunday and &#039;&#039;&#039;1&#039;&#039;&#039; is Monday. This information is used by the UI when showing e.g. calendars.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;DefaultUse12HourClock&amp;lt;/span&amp;gt;&lt;br /&gt;
||false&lt;br /&gt;
||Defines whether the 12-hour clock is used by default (instead of the 24-hour clock) for the new user accounts when showing time information in the UI. Defined as &#039;&#039;&#039;true&#039;&#039;&#039; or &#039;&#039;&#039;false&#039;&#039;&#039;. More information about the 12-hour clock: https://en.wikipedia.org/wiki/12-hour_clock.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:green;font-weight:bold;&amp;quot;&amp;gt;SqlServerConnectionString&amp;lt;/span&amp;gt;&lt;br /&gt;
||&lt;br /&gt;
||ADO.Net connection string for the SQL Server database containing the datatables data. It&#039;s recommended to use separate database, but it&#039;s also possible to connect to the same database as the [[Web.config_file#Database_Connection_String|metadata database]]. When this setting has been configured, new datatables are created to this database instead of the metadata database. The old datatables are still located in the metadata database, and new datatables cannot be created to the metadata database anymore. Note that the connection uses ADO.Net (not ODBC), so the connection string is similar to the metadata database connection string in the [[Web.config_file#Database_Connection_String|web.config]] file.&lt;br /&gt;
|-&lt;br /&gt;
||SnowflakeConnectionString&lt;br /&gt;
||&lt;br /&gt;
||ODBC connection string for the Snowflake connection, that needs to be configured to process models in the Snowflake. The connection string has following format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Driver={SnowflakeDSIIDriver};Application=QPR_ProcessAnalyzer;Server=&amp;lt;account_identifier&amp;gt;.snowflakecomputing.com;Database=QPRPA;Schema=QPRPA;Warehouse=QPRPA;Role=QPRPA;uid=QPRPA;pwd=&amp;lt;password&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
where &amp;lt;password&amp;gt; is the Snowflake user password and &amp;lt;account_identifier&amp;gt; is the Snowflake account identifier. In the example, the database, schema, warehouse, role and user are named to QPRPA. In addition to this setting, the Snowflake ODBC driver needs to be installed in the machine running the QPR ProcessAnalyzer Server. When this setting has been configured, users can create Snowflake stored datatables and models using Snowflake calculation. More information about [[Snowflake_Connection_Configuration|Snowflake connection configuration]].&lt;br /&gt;
|-&lt;br /&gt;
||NumberOfParallelModelReaders&lt;br /&gt;
||4&lt;br /&gt;
||Models and datatable contents can be loaded with multiple simultaneous connections to the database to speed up the loading. This setting determines how many parallel loaders/readers at maximum (loaders are loading at the same time). For smaller models there are less parallel loaders than the defined limit: If there are less than 100000 rows in the table, there is only one loader. If there are less than 200000 rows in the table, there are only two loaders, and so on. &lt;br /&gt;
&lt;br /&gt;
The more there are parallel loaders, the more processor load and network bandwidth is consumed, and other operations in QPR ProcessAnalyzer might slow down. Note also that the performance optimum is achieved with a certain number of parallel loaders which differs between environment. Thus to achieve the best performance, data loading should be tested with different number of parallel loaders. Increasing number of parallel loaders beyond the optimum decreases the performance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||StartupModelLoadingMaxParallelism&lt;br /&gt;
||2&lt;br /&gt;
||Maximum number of QPR ProcessAnalyzer models that are loaded into memory simultaneously by the [[Automatic_Model_Loading_on_Server_Startup|Automatic Loading on Server Startup]]. If there are more models to be loaded on the server startup than this setting, loading for the rest of the models is started one by one when previous model loadings are completed. If this setting is not defined, &#039;&#039;&#039;2&#039;&#039;&#039; is used as a default value.&lt;br /&gt;
&lt;br /&gt;
Loading more models at the same time will speed up the whole model loading process, but on the other hand, it causes more load on the system, which affects the system responsiveness for users. Model loading consists of (1) transferring data from the datasource to QPR ProcessAnalyzer and (2) loaded data preprocessing into a model. The former uses mainly network bandwidth (if datasource is in a different server) and the latter uses mainly processor capacity in the QPR ProcessAnalyzer server. &lt;br /&gt;
&lt;br /&gt;
This setting affects only the model loading during the server startup and it doesn&#039;t restrict models loadings initiated by users.&lt;br /&gt;
|-&lt;br /&gt;
||AllowExternalDatasources&lt;br /&gt;
||True&lt;br /&gt;
||Determines whether the [[Generic_Functions_in_QPR_ProcessAnalyzer#Other_functions|ImportOdbc]] and ReadWebService functions in the expression language and the [[QPR_ProcessAnalyzer_Model_Datasources#Loading_Data_from_ODBC_Datasource|ODBC model datasource]] can be used. This setting is for disabling external interfaces for security reasons. By default, external interfaces are allowed.&lt;br /&gt;
|-&lt;br /&gt;
||AllowNonTemporaryETLTargetTable&lt;br /&gt;
||False&lt;br /&gt;
||Defined whether ETL scripts are allowed to create global temporary database tables (tables starting with ##). More information about temporary tables: https://docs.microsoft.com/en-us/sql/t-sql/statements/create-table-transact-sql?view=sql-server-ver15#temporary-tables.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;DatabaseBulkCopyTimeout&amp;lt;/span&amp;gt;&lt;br /&gt;
||600&lt;br /&gt;
||BulkCopyTimeout given for QPR ProcessAnalyzer database SqlBulkCopy operations.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;DatabaseBulkCopyBatchSize&amp;lt;/span&amp;gt;&lt;br /&gt;
||5000&lt;br /&gt;
||BulkCopyBatchSize given for QPR ProcessAnalyzer database SqlBulkCopy operations.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;SandboxDatabaseBulkCopyTimeout&amp;lt;/span&amp;gt;&lt;br /&gt;
||600&lt;br /&gt;
||BulkCopyTimeout given for sandbox SqlBulkCopy operations.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;SandboxDatabaseBulkCopyBatchSize&amp;lt;/span&amp;gt;&lt;br /&gt;
||5000&lt;br /&gt;
||BulkCopyBatchSize given for sandbox SqlBulkCopy operations.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== SAML 2.0 Federated Authentication Settings ==&lt;br /&gt;
Note that the SAMLMetadataUrl and ServiceProviderLocation are mandatory for the federated authentication to work.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
!Name	!!Description&lt;br /&gt;
|-&lt;br /&gt;
||SAMLMetadataUrl&lt;br /&gt;
||&lt;br /&gt;
Metadata URL of the identity provider (IdP). Check that the metadata url can actually be opened using a web browser and is publicly available. The metadata is an XML document starting with &#039;&#039;&#039;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&#039;&#039;&#039; followed by an &#039;&#039;&#039;EntityDescriptor&#039;&#039;&#039; tag. The metadata URL might look &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;https://your.federated.identity.provider.com/saml/metadata&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. This setting is mandatory for the SAML authentication to work.&lt;br /&gt;
|-&lt;br /&gt;
||ServiceProviderLocation&lt;br /&gt;
||&lt;br /&gt;
Specifies the QPR ProcessAnalyzer server location (the root path which contains e.g. the &#039;&#039;ui&#039;&#039; folder). It&#039;s used by the url to redirect back to QPR ProcessAnalyzer after a successful authentication from the identity provider. The setting is defined in the following form: &#039;&#039;&#039;https://&amp;lt;hostname&amp;gt;/qprpa&#039;&#039;&#039;, for example &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;https://customer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. Note that the actual redirect back url is &#039;&#039;&#039;https://&amp;lt;hostname&amp;gt;/qprpa/api/saml2/acs&#039;&#039;&#039; (/api/saml2/acs is automatically included to the url). This setting is mandatory for the SAML authentication to work. Note that if this reply url is configured the identity provider, it must match with the ServiceProviderLocation setting.&lt;br /&gt;
|-&lt;br /&gt;
||SAMLUserIdAttribute&lt;br /&gt;
||&lt;br /&gt;
Name of the SAML attribute in the assertion that will be used as the user&#039;s login name. If this field is not defined, the &#039;&#039;&#039;saml:Assertion&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;saml:Subject&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;saml:NameID&#039;&#039;&#039; attribute in the assertion is used. If this setting is given, one of the &#039;&#039;&#039;saml:Assertion&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;saml:AttributeStatement&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;saml:Attribute&#039;&#039;&#039; elements in the assertion is used (the &#039;&#039;&#039;Name&#039;&#039;&#039; attribute in the &#039;&#039;&#039;saml:Attribute&#039;&#039;&#039; element is used for matching). Please note that the saml:NameID element is different than the usual SAML attributes that are defined by the saml:Attribute elements. For example, if an email address is used as a user id, the value of the setting could be for example &#039;&#039;&amp;lt;nowiki&amp;gt;http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress&amp;lt;/nowiki&amp;gt;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
||SAMLEncryptionCertificate&lt;br /&gt;
||This setting defines a PEM formatted X.509 certificate (defined in RCF 1422) used to encrypt SAML assertions. The public key of the certificate is published in the service provider metadata, where the identity provider can read it and encrypt SAML assertions. QPR ProcessAnalyzer as the service provider uses the corresponding private key of the certificate to decrypt SAML assertions. The setting needs to be a PEM formatted certificate file that is base64 encoded and it doesn&#039;t contain the BEGIN CERTIFICATE etc. header or footer lines. This setting is needed only when using the SAML assertions encryption. Even though this setting is defined, the SAML assertions are not required to be encrypted. More information how to create the certificate file (https://stackoverflow.com/questions/16480846/x-509-private-public-key) and convert it to base64 (https://stackoverflow.com/questions/46959822/base-64-encoded-form-of-the-pfx-file).&lt;br /&gt;
|-&lt;br /&gt;
||SAMLSigningCertificate&lt;br /&gt;
||This setting defines a PEM formatted X.509 certificate (defined in RCF 1422) used to sign SAML authentication requests sent from QPR ProcessAnalyzer to the identity provider. The public key of the certificate is published in the service provider metadata, where the identity provider can read it, to verify the authenticity of the SAML requests. The setting needs to be a PEM formatted certificate file that is base64 encoded and it doesn&#039;t contain the BEGIN CERTIFICATE etc. header or footer lines. If this setting is not defined, the internal hard-coded signing certificate is used. More information how to create the certificate file (https://stackoverflow.com/questions/16480846/x-509-private-public-key) and convert it to base64 (https://stackoverflow.com/questions/46959822/base-64-encoded-form-of-the-pfx-file).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== SMTP Server Settings ==&lt;br /&gt;
SMTP server settings are neede for QPR ProcessAnalyzer to be able to send email messages. Email sending is used by the notifications functionality and the SendEmail function in the expression language.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
!Name	!!Description&lt;br /&gt;
|-&lt;br /&gt;
||SmtpServer&lt;br /&gt;
||DNS name, host name or IP address of the SMTP server. Mandatory setting for the email sending to work.&lt;br /&gt;
|-&lt;br /&gt;
||SmtpPort&lt;br /&gt;
||TCP port number of the SMTP server. If not defined, port &#039;&#039;&#039;25&#039;&#039;&#039; is used by default.&lt;br /&gt;
|-&lt;br /&gt;
||SmtpAuthenticationUsername&lt;br /&gt;
||User name for authenticating to the SMTP server. If not defined, no authentication is used to connect to the SMTP server.&lt;br /&gt;
|-&lt;br /&gt;
||SmtpFromAddress&lt;br /&gt;
||Email address where email messages sent by QPR ProcessAnalyzer appear to be coming from. This doesn&#039;t need to be a real email address, although the address used may affect email spam filters. The setting configured here is the default email address to use in following cases:&lt;br /&gt;
* &#039;&#039;From address&#039;&#039; is not set for the email notifications&lt;br /&gt;
* &#039;&#039;From&#039;&#039; parameter is not defined for the expression language &#039;&#039;SendEmail&#039;&#039; function&lt;br /&gt;
* &#039;&#039;EmailFrom&#039;&#039; parameter is not defined for the SQL Scripting SendEmail operation&lt;br /&gt;
|-&lt;br /&gt;
||SmtpAuthenticationPassword&lt;br /&gt;
||Password for authenticating to the SMTP server.&lt;br /&gt;
|-&lt;br /&gt;
||SmtpEnableSSL&lt;br /&gt;
||&#039;&#039;&#039;True&#039;&#039;&#039; or &#039;&#039;&#039;False&#039;&#039;&#039; depending whether SSL connection to the SMTP server is used or not. If not defined, &#039;&#039;False&#039;&#039; is the default value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Readonly Information ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
!Name	!!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;DatabaseId&amp;lt;/span&amp;gt;&lt;br /&gt;
||Unique identifier for the QPR ProcessAnalyzer database, which is generated when the database is initialized during the server installation. If this setting is empty, a new unique database id is generated for this setting, and that value is used after that.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;DatabaseVersion&amp;lt;/span&amp;gt;&lt;br /&gt;
||Database schema version. It will be updated automatically when the newer version of QPR ProcessAnalyzer Server connects to the database and performs migration for the database schema.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;InitializationScriptDatabaseVersion&amp;lt;/span&amp;gt;&lt;br /&gt;
||Database version that was when the database was initialized when the software was installed. Do not change this setting.&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;span style=&amp;quot;color:lightgrey;&amp;quot;&amp;gt;MinimumDatabaseVersion&amp;lt;/span&amp;gt;&lt;br /&gt;
||Minimum allowed database version for QPR ProcessAnalyzer Server connecting to the database. This is a legacy setting and it should not be used.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=MediaWiki:Common.css&amp;diff=19841</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=MediaWiki:Common.css&amp;diff=19841"/>
		<updated>2022-01-28T09:13:00Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
#footer-places, #pt-mytalk, #footer-icons, #p-namespaces, #footer-info-lastmod, #footer-info {&lt;br /&gt;
  display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
  margin-left: 13.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
  background-image: url(/pawiki/images/a/af/QPR_ProcessAnalyzer.png);&lt;br /&gt;
  background-size: 160px;&lt;br /&gt;
  margin-top: -150px; margin-left: 15px; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
  background-position: 0px 75px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-panel {&lt;br /&gt;
  width: 12.5em;&lt;br /&gt;
  padding-top: 0px;&lt;br /&gt;
  padding-left: 0.5em !important;&lt;br /&gt;
  top: 105px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
  left: 1.5em !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-panel div.portal div.body ul li {&lt;br /&gt;
  font-size: 0.9em;&lt;br /&gt;
  padding: 0.2em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-panel div.portal h3 {&lt;br /&gt;
  font-size: 0.9em;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  padding: 0.25em 0 0.1em 0.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a, a:visited, div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {&lt;br /&gt;
  color: #0f2975;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
  color: #3d3d3d;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html, body, .mw-body h1, .mw-body h2, input {&lt;br /&gt;
  font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content {&lt;br /&gt;
  font-size: 14.5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1 {&lt;br /&gt;
  font-size: 35px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h2 {&lt;br /&gt;
  font-size: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h3 {&lt;br /&gt;
  font-size: 19px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif!important;&lt;br /&gt;
  font-size: 14px;&lt;br /&gt;
  line-height: 20px;&lt;br /&gt;
  background-color: rgb(250, 250, 250);&lt;br /&gt;
  tab-size: 3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-panel div.portal h3 {&lt;br /&gt;
  font-size: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.vectorMenu h3 span {&lt;br /&gt;
  padding-top: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.searchresult {&lt;br /&gt;
  font-size: inherit;&lt;br /&gt;
  max-width: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#simpleSearch #searchInput {&lt;br /&gt;
    padding: 0em 0 0em 0.3em;&lt;br /&gt;
    font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpTextbox1 {&lt;br /&gt;
  font-size: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc {&lt;br /&gt;
  font-size: 15px;&lt;br /&gt;
  background-color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.catlinks {&lt;br /&gt;
  background-color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable {&lt;br /&gt;
  background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable &amp;gt; tr &amp;gt; th, table.wikitable &amp;gt; * &amp;gt; tr &amp;gt; th {&lt;br /&gt;
  background-color: #f8f8f8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.image &amp;gt; img {&lt;br /&gt;
  max-width: 100%;&lt;br /&gt;
  height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*These are for the product download page buttons.*/&lt;br /&gt;
.downloadButton {&lt;br /&gt;
  width: 260px;&lt;br /&gt;
  height: 91px;&lt;br /&gt;
  display: inline-flex;&lt;br /&gt;
  margin: 15px 10px 0px 15px;&lt;br /&gt;
  border-radius: 5px;&lt;br /&gt;
  background-color: #069cf0;&lt;br /&gt;
  font-size: 19px;&lt;br /&gt;
  vertical-align: top;&lt;br /&gt;
  line-height: 1.5;&lt;br /&gt;
  padding-bottom: 3px;&lt;br /&gt;
}&lt;br /&gt;
.downloadButton &amp;gt; .text, .downloadButton &amp;gt; a {&lt;br /&gt;
  color: white !important;&lt;br /&gt;
  background-image: none;&lt;br /&gt;
  margin: auto;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  padding-right: 0px !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Chart&amp;diff=17897</id>
		<title>QPR ProcessAnalyzer Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Chart&amp;diff=17897"/>
		<updated>2021-03-29T08:06:53Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chart allows creation of versatile and visually appealing charts with flexible KPI definitions to answer specific business needs. Chart allows to calculate KPI&#039;s from all process mining objects, such as cases, events, event types or flows. The data can be to be sliced into configurable dimensions and KPIs calculated for each dimension. It&#039;s also possible to disable slicing to show a simple list of all analyzed items.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Chart is available as the first item in the tool palette which can be seen when editing is started.&lt;br /&gt;
In a basic form, the result of this analysis is a table with the following columns: (1) One column for each specified dimension, and (2) at least one column for each specified value. The result of this analysis is a table with one row for each unique dimension value combination.&lt;br /&gt;
&lt;br /&gt;
The basic flow of using the chart is the following:&lt;br /&gt;
# Choose objects to visualize, e.g. cases, events, event types or variations.&lt;br /&gt;
# Choose how to slice (or dimension) the data into parts, e.g. by attributes (regions, products), by durations or by dates (months, quarters).&lt;br /&gt;
# Choose measures/KPI&#039;s to be calculated for each dimension. Measure could be e.g. number of items, average duration, or cost.&lt;br /&gt;
# Choose the best visualization for the data, such as column charts, donut charts or tables.&lt;br /&gt;
&lt;br /&gt;
Chart also has a fullscreen mode which expands one chart to the whole screen. The fullscreen is available in the icon on top right corner of each chart. The fullscreen can be disabled, by clicking the cross icon in the top right. When in the fullscreen, filtering can be done and on-screen settings are disabled.&lt;br /&gt;
&lt;br /&gt;
Chart is available in the navigation menu where there are ready-made views containing chart, such as &#039;&#039;Advanced Process Discovery&#039;&#039; and &#039;&#039;Chart&#039;&#039;. The ready-made views are for ad-hoc analysis, and the settings cannot be saved, but they are preserved during the user session. Chart is also available as a component when creating dashboards, where chart settings are saved as part of the dashboard, and thus all users see the dashboard as it was designed.&lt;br /&gt;
&lt;br /&gt;
== Analyzed Data Selection ==&lt;br /&gt;
When creating a chart, the first thing to decide, are which items to be analyze.&lt;br /&gt;
&lt;br /&gt;
Settings that determine which data is &lt;br /&gt;
* &#039;&#039;&#039;Analyze&#039;&#039;&#039;: Choose the process mining objects to analyze, e.g. cases, events, variations, event types or flows. Analyzed items can also be limited by a certain criteria. For cases, it&#039;s recommended to use chart filter if a subset of cases is needed.&lt;br /&gt;
* &#039;&#039;&#039;Slice into Dimensions&#039;&#039;&#039;: When checked, data is sliced in to the defined dimensions, and the row count depends on how many unique dimension values there appear in the data. When dimensioning is in use, a single row represents one or several analyzed items. When unchecked, data is not sliced into different dimensions, but each analyzed item is as a separate row in the data. There are thus as many rows as there are analyzed items.&lt;br /&gt;
* &#039;&#039;&#039;Sorting&#039;&#039;&#039;: Data can be ordered based on data chosen to the measures/dimensions/columns. Both ascending and descending ordering is available. Sorting can also be disabled if it doesn&#039;t have any use, as sorting affects performance when there is large number of rows. Note that for charts having numerical or date X-axis, sorting doesn&#039;t have any visible effect, because position of data points in the chart (columns etc.) depend on measure/dimension data values instead of order of rows. When &#039;&#039;custom&#039;&#039; is selected, a custom sorting can be defined when clicking the &#039;&#039;Advanced sorting&#039;&#039; button as an object array with the follow properties for each object:&lt;br /&gt;
** &#039;&#039;&#039;type&#039;&#039;&#039;: either &#039;&#039;&#039;measure&#039;&#039;&#039; or &#039;&#039;&#039;dimension&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;index&#039;&#039;&#039;: measure or dimension order number (starts from 0)&lt;br /&gt;
** &#039;&#039;&#039;direction&#039;&#039;&#039;: Either &#039;&#039;&#039;ascending&#039;&#039;&#039; or &#039;&#039;&#039;descending&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
[[File:Advancedsortingexample.png|center|700px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
    &amp;quot;index&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;direction&amp;quot;: &amp;quot;descending&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;dimension&amp;quot;,&lt;br /&gt;
    &amp;quot;index&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;direction&amp;quot;: &amp;quot;ascending&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Maximum Rows&#039;&#039;&#039;: Number of rows returned are limited to this maximum count. This setting is useful with sorting to show only the most relevant items. In addition, in certain selections there may be a large number of rows, so the maximum should always be limited.&lt;br /&gt;
&lt;br /&gt;
== Visualization Settings ==&lt;br /&gt;
[[File:Chartsettingsgeneral.png|right]]&lt;br /&gt;
* &#039;&#039;&#039;Visualization&#039;&#039;&#039;: Choose how data is visualized. There are variety of charts available, and also a table, a pivot chart, and a KPI card (see more in [[#Available_Visualizations|next chapter]]. It depends on the visualization, which mappings can be selected for measures/dimensions/columns.&lt;br /&gt;
* &#039;&#039;&#039;Stacking&#039;&#039;&#039;: In charts, stacking is used to show series on top of each other, which better visualizes the sum of the measures across different series.&lt;br /&gt;
* &#039;&#039;&#039;% Stacking&#039;&#039;&#039;: In charts, percentage stacking shows the measures as percentages of the sum of the measures. The total is thus always 100%.&lt;br /&gt;
* &#039;&#039;&#039;Polar Chart&#039;&#039;&#039;: In charts, shows the X-axis as a circular instead of a horizontal line. The polar chart works with many chart types, such as column, line and area charts.&lt;br /&gt;
* &#039;&#039;&#039;Show Data Labels&#039;&#039;&#039;: When checked, numerical measure values are shown next to the data point in charts.&lt;br /&gt;
* &#039;&#039;&#039;Group Rows Exceeding Maximum&#039;&#039;&#039;: When checked and when number of rows is limited by the &#039;&#039;Maximum Rows&#039;&#039; setting, the extra rows are aggregated into the last row.&lt;br /&gt;
* &#039;&#039;&#039;Title&#039;&#039;&#039;: Custom title for a chart or table can be defined that replaces the automatically created title. When this field is empty, an automatically created title is used in charts. Note that the table does not have an automatically created title. To hide the title, a space character can be defined.&lt;br /&gt;
* &#039;&#039;&#039;Subtitle&#039;&#039;&#039;: Custom subtitle for a chart that replaces the automatically created subtitle. When this field is empty, an automatically created subtitle is used showing the chart filter (if defined). To hide the subtitle, a space character can be defined.&lt;br /&gt;
* &#039;&#039;&#039;[[#On-screen Settings|On-screen Settings]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Custom Layout&#039;&#039;&#039;: Using the Custom Layout, advanced settings for the chart and table can be accessed using the JSON format. Settings defined here override the default chart and table settings. Overriding is done for individual properties, so only the customized settings need to be mentioned. See examples for [[QPR ProcessAnalyzer Graphs#Customization%20Examples|customizing charts]].&lt;br /&gt;
&lt;br /&gt;
== Available Visualizations ==&lt;br /&gt;
Chart provides variety of visualization. Here are mentioned some of those:&lt;br /&gt;
* &#039;&#039;&#039;[[QPR ProcessAnalyzer Table|Table]]&#039;&#039;&#039;: The table shows the data in a similar form that it is returned from the server, and thus the table is useful when defining dimensions and measures. In the table, dimensions are first starting from the left and then there are measures. Filters can be created from the table by clicking dimensions/columns (it&#039;s not possible to create filter by clicking measures). Also when creating a column filter to the table (which only filters the data in the table), a process mining filter is automatically suggested which can be accepted or ignored. Columns widths can also be changed, and tables are able to remember the adjusted widths.&lt;br /&gt;
* &#039;&#039;&#039;[[QPR ProcessAnalyzer Pivot Table|Pivot Table]]&#039;&#039;&#039;: In the pivot table, the first dimension is visualized as rows and the second dimensions is visualized as columns. Measures are as cell values of the pivot table. In addition to the usual table, the pivot table provides changing number of columns depending how many unique values there are in the second dimension.&lt;br /&gt;
* &#039;&#039;&#039;[[QPR ProcessAnalyzer KPI Card|KPI Card]]&#039;&#039;&#039;: The KPI card shows a single KPI value calculated from the whole data, and optionally a color rectangle next to the value to visualize the KPI performance.&lt;br /&gt;
* &#039;&#039;&#039;[[QPR ProcessAnalyzer Graphs|Graph]]&#039;&#039;&#039;: These chart types use &#039;&#039;low&#039;&#039; and &#039;&#039;high&#039;&#039; mappings.&lt;br /&gt;
* &#039;&#039;&#039;Root Causes&#039;&#039;&#039;: Special visualization for the Root Causes analysis. When using this visualization, also the analyzed objects need to be &#039;&#039;Root causes&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Measures, Dimensions and Columns ==&lt;br /&gt;
[[File:Chartsettingsmeasures.png|right]]When dimensioning is used (&#039;&#039;Slice into Dimensions&#039;&#039; setting checked), &#039;&#039;&#039;measures&#039;&#039;&#039; and &#039;&#039;&#039;dimensions&#039;&#039;&#039; can be chosen (in the respective tabs), and when dimensioning is not used, &#039;&#039;&#039;columns&#039;&#039;&#039; can be chosen (in the respective tab).&lt;br /&gt;
&lt;br /&gt;
When dimensioning is used, there can be zero to many dimensions defined. Available dimensions depend on which objects are selected for the analysis (in the &#039;&#039;Analyze&#039;&#039;&#039; dropdown list). The calculation returns as many rows as there are unique combinations for each dimensions values. For example, if you dimension by two dimensions, the other containing 3 unique values, and the other 5 unique values, there can be maximum of 3x5=15 rows in the resulting data. Note that all combinations might not appear in the data and thus the number of rows might be less.&lt;br /&gt;
&lt;br /&gt;
When the data is sliced into different dimensions, measures are calculated for each dimension. There can be zero to many measures defined. Measures are typically numerical information as most charts visualize only number, but tables can be used to present any kind of data.&lt;br /&gt;
&lt;br /&gt;
When dimensioning is not used, one to many columns can be chosen. Columns are simple properties or attributes of the listed objects. If showing data in a table, there is one row for each of the analyzed objects.&lt;br /&gt;
&lt;br /&gt;
Each measure, dimension and column contain the following buttons when hovering:&lt;br /&gt;
* &#039;&#039;&#039;Measure/dimension/column settings&#039;&#039;&#039;: Opens a dialog for the detailed settings that affect only to this measure/dimension/column (see the next chapter).&lt;br /&gt;
* &#039;&#039;&#039;Convert to custom expression&#039;&#039;&#039;: Converts the measure/dimension/column to a custom expression for advanced editing. Note that it&#039;s not possible to go back, so if need to do that, remove the custom measure/dimension/column and create a new. Tip: When writing custom expressions, it&#039;s useful to start with a ready-made measure/dimension/column to get an expression to further edit.&lt;br /&gt;
* &#039;&#039;&#039;Move down&#039;&#039;&#039;: Moves this measure/dimension/column one step down and moves the one previously below, one step up (they are switching places).&lt;br /&gt;
* &#039;&#039;&#039;Move up&#039;&#039;&#039;: Moves the measure/dimension/column one step up and moves the one previously above, one step down (they are switching places).&lt;br /&gt;
* &#039;&#039;&#039;Add measure/dimension/column&#039;&#039;&#039;: Moves this measures/dimensions/columns and all below it one step down to make space for a new one.&lt;br /&gt;
* &#039;&#039;&#039;Delete measure/dimension/column&#039;&#039;&#039;: Deletes this measure/dimension/column and moves all others below one step up.&lt;br /&gt;
&lt;br /&gt;
== Measure, Dimension and Column Settings ==&lt;br /&gt;
[[File:Chartsettingsmeasuresettings.png|right]]When hovering a measure/dimension/column settings, the first of the appearing icons opens a dialog for the measure/dimension/column detailed settings. The following settings are common for measures/dimensions/columns:&lt;br /&gt;
* &#039;&#039;&#039;Custom label&#039;&#039;&#039;: By default, measures/dimensions/columns have automatically created descriptive labels that are shown, e.g. as chart axis titles or table column names (depending on the visualization). Use this custom label to define your own label which replaces the automatic label.&lt;br /&gt;
* &#039;&#039;&#039;Visualization&#039;&#039;&#039;: In charts, series specific visualization for this measures/dimensions/columns. Overrides the default visualization defined in the &#039;&#039;General&#039;&#039; tab.&lt;br /&gt;
* &#039;&#039;&#039;Visualization color&#039;&#039;&#039;: In charts, color for visualizing this measure/dimension/column, appearing for example as a column or line color.&lt;br /&gt;
* &#039;&#039;&#039;Round to decimals&#039;&#039;&#039;: Numeric values are rounded to this defined number of decimals. Note that despite the rounding, values are sorted based on the accurate values.&lt;br /&gt;
* &#039;&#039;&#039;Unit&#039;&#039;&#039;: Unit that is visible after each measure/dimension/column value. In most cases, the units are determined automatically, e.g. for duration type of data.&lt;br /&gt;
* &#039;&#039;&#039;Data type&#039;&#039;&#039;: Expected data type for the measure/dimension/column. The defined data type must match with the actual datatype of the calculated data to work correctly. As an exception, the &#039;&#039;text&#039;&#039; type can be used with any type of data, because all types of data can be converted into strings. Data types are very important for the visualization to work, e.g. charts require numerical data to be numbers. Data type list also contains &#039;&#039;Auto detect&#039;&#039; which analyzes the calculated data and chooses the datatype based on the most common datatype in the data. Note that the auto detect doesn&#039;t give the correct data type when there is no data available.&lt;br /&gt;
* &#039;&#039;&#039;Mapping in chart&#039;&#039;&#039;: When using the chart, defines how this measure/dimension/column is mapped in the chart, for example to Y-axis, X-axis, series etc.&lt;br /&gt;
* &#039;&#039;&#039;Date format&#039;&#039;&#039;: Date type of data is presented with this date format.&lt;br /&gt;
* &#039;&#039;&#039;Web link&#039;&#039;&#039;: When defined (works in tables only), the measure/dimension/column will be a clickable web link opening the target web site to a new tab. Only the text in the table cell is clickable, so filtering is possible when clicking next to the text. To refer to the data in the same row, web links can contain tags (e.g. &#039;&#039;&#039;${dimension:1}&#039;&#039;&#039;), which are replaced with the data. You can also refer to the clicked value with &#039;&#039;&#039;${this}&#039;&#039;&#039;. If the web link only consists of a single tag, the tag value is not encoded (because the tag is assumed to contain a full url). If the web link contains static text in addition to the tags, the tag values are encoded using encodeUriComponent (because tags are assumed to be used as url parameters). If the link does not start with http:// or https://, the link is interpreted as a relative link, and it&#039;s added to the end of the QPR ProcessAnalyzer url. Examples: &#039;&#039;&amp;lt;nowiki&amp;gt;https://google.com/search/q=${measure:2}&amp;lt;/nowiki&amp;gt;&#039;&#039;, &#039;&#039;&amp;lt;nowiki&amp;gt;https://devnet.onqpr.com/pawiki/index.php?search=${this}&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Adjustment expression&#039;&#039;&#039;: Expression that is added to the end of the measure/dimension/column expression. The adjustment expression can be used for example to convert or map values.&lt;br /&gt;
* &#039;&#039;&#039;Statistical calculations&#039;&#039;&#039;: Different kind of calculations done to measure/dimension/column data. Several items from the list can be used at the same time. Some calculations require an additional parameter, that is specified in the &#039;&#039;Reference value for statistical calculations&#039;&#039; field. Available calculations are:&lt;br /&gt;
** &#039;&#039;&#039;Remove nulls&#039;&#039;&#039;: Removes rows where the measure/dimension/column has a null value.&lt;br /&gt;
** &#039;&#039;&#039;Remove empty strings&#039;&#039;&#039;: Removes rows where the measure/dimension/column has an empty string value.&lt;br /&gt;
** &#039;&#039;&#039;Remove outliers using normal distribution&#039;&#039;&#039;: Removes rows where the measure/dimension/column has a value that is outside the [average] +/- X * [standard deviation]. The X is defined as an additional parameter.&lt;br /&gt;
** &#039;&#039;&#039;Remove insignificant values from start and end&#039;&#039;&#039;: Removes rows from the beginning and end of the dataset the measure/dimension/column value is below the defined percentage of the maximum value in the dataset. This setting can be used to remove e.g. indiscernible items in a column chart.&lt;br /&gt;
** &#039;&#039;&#039;Remove values lower than&#039;&#039;&#039;: Removes rows where the measure/dimension/column value is lower than the defined limit. Requires numerical column.&lt;br /&gt;
** &#039;&#039;&#039;Remove values greater than&#039;&#039;&#039;: Removes rows where the measure/dimension/column value is greater than the defined limit. Requires numerical column.&lt;br /&gt;
** &#039;&#039;&#039;Remove dates older than (days)&#039;&#039;&#039;: Removes rows where the measure/dimension/column value is earlier than the defined number of days. Requires a date type of column.&lt;br /&gt;
** &#039;&#039;&#039;Remove dates older than (months)&#039;&#039;&#039;: Removes rows where the measure/dimension/column value is earlier than the defined number of months. Requires a date type of column.&lt;br /&gt;
** &#039;&#039;&#039;Remove dates that are in future&#039;&#039;&#039;: Removes rows where the measure/dimension/column value is in future when comparing to the current time.&lt;br /&gt;
** &#039;&#039;&#039;Remove repeating values&#039;&#039;&#039;: Removes rows where the measure/dimension/column value occurs the second or more time. i.e. only the first occurrence is preserved. Note that the order of data is relevant.&lt;br /&gt;
** &#039;&#039;&#039;Remove values repeating more than&#039;&#039;&#039;: Removes rows where the measure/dimension/column value occurs more than the defined times. Note that the order of data is relevant.&lt;br /&gt;
** &#039;&#039;&#039;Fill gaps in dimensioning&#039;&#039;&#039;: Rows rows to the data to fill &amp;quot;missing&amp;quot; values. When the data is numerical, all the missing integer values between the minimum and maximum values are created. When the data is dates, all months start timestamps are created between the minimum and maximum.&lt;br /&gt;
** &#039;&#039;&#039;Show cumulative values&#039;&#039;&#039;: Calculates sum of values for the measure/dimension/column from the beginning until that data point.&lt;br /&gt;
** &#039;&#039;&#039;Show change from previous&#039;&#039;&#039;: Calculates difference to the previous value. The first value shows zero.&lt;br /&gt;
** &#039;&#039;&#039;Show percentual change from previous&#039;&#039;&#039;: Calculates a percentual change to the previous value. The shown unit changes to percentage. The first value shows zero.&lt;br /&gt;
** &#039;&#039;&#039;Smooth using moving average&#039;&#039;&#039;: Calculates all measure/dimension/column values as an average of the nearest values. The additional parameter is the number of steps to go back and forth to take into account.&lt;br /&gt;
** &#039;&#039;&#039;Calculate moving sum&#039;&#039;&#039;: Calculates sum for each measure/dimension/column values. Goes back number of steps defined by the additional parameter.&lt;br /&gt;
** &#039;&#039;&#039;Add by&#039;&#039;&#039;: Adds the specified number to all the measure/dimension/column values.&lt;br /&gt;
** &#039;&#039;&#039;Multiply by&#039;&#039;&#039;: Multiplies all measure/dimension/column values by the specified number.&lt;br /&gt;
** &#039;&#039;&#039;Divide by&#039;&#039;&#039;: Divides all measure/dimension/column values by the specified number.&lt;br /&gt;
** &#039;&#039;&#039;Sort by this column&#039;&#039;&#039;: Sorts the data ascending by this measure/dimension/column.&lt;br /&gt;
** (not available in UI) &#039;&#039;&#039;replaceNullValues&#039;&#039;&#039;, &#039;&#039;&#039;replaceEmptyStrings&#039;&#039;&#039;, &#039;&#039;&#039;replaceTrueValues&#039;&#039;&#039;, &#039;&#039;&#039;replaceFalseValues&#039;&#039;&#039;: Replaces the respective data value (null, empty string (string), true value (boolean), false value(boolean) ) with any other value defined using the &#039;&#039;referenceValue&#039;&#039; parameter.&lt;br /&gt;
* &#039;&#039;&#039;Reference value for statistical calculations&#039;&#039;&#039;: The reference numerical value that is used in some of the statistical calculations.&lt;br /&gt;
* &#039;&#039;&#039;[[QPR_ProcessAnalyzer_Table#Conditional_Formatting|Table conditional formatting]]&#039;&#039;&#039;: Background color or text color based on data.&lt;br /&gt;
* &#039;&#039;&#039;Custom aggregation expression&#039;&#039;&#039;: Define a custom aggregation expression to be used instead of the default aggregation expression. The aggregation expression calculates an aggregate value for the excluded rows that exceed the maximum value when &#039;&#039;Group Rows Exceeding Maximum&#039;&#039; is in use.&lt;br /&gt;
* &#039;&#039;&#039;Color mappings&#039;&#039;&#039;: Maps measure/dimension/column values to colors, so that selected values are always visualized with selected colors. Other values will get colors based on the chart&#039;s color palette. Color mappings defined to a measure/dimension/column that is mapped to X-axis or to series, takes effects in charts. There is no UI for this setting, so it needs to be defined directly to the dimension definition in the chart settings. Example: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;colorMappings&amp;quot;: {&lt;br /&gt;
  &amp;quot;Robert Miller&amp;quot;: &amp;quot;#36d475&amp;quot;,&lt;br /&gt;
  &amp;quot;Patricia White&amp;quot;: &amp;quot;#ef5254&amp;quot;,&lt;br /&gt;
  &amp;quot;Mary Wilson&amp;quot;: &amp;quot;#b9bdc1&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Show in datalabels (showInDatalabels)&#039;&#039;&#039;: Defines whether the measure/dimension/column is shown in a chart data label (true/false). If any measure/dimension/column has showInDatalabels set to true, the default data labels are overridden by this setting to show only the defined ones. There is no UI for this setting, so it needs to be defined directly to the measure/dimension/column definition in the chart settings.&lt;br /&gt;
* &#039;&#039;&#039;Top items (topItems)&#039;&#039;&#039;: Shows only the defined number of dimension values which have the largest volumes (e.g. number of cases or events depending on what&#039;s analyzed). Data with the remaining values are now shown. If using only one dimension, the &#039;&#039;Maximum rows&#039;&#039; settings provides the same result, but the Maximum rows usually doesn&#039;t work in a desired way when there are multiple dimensions - the top items setting is for that purpose. The top items settings is not available for measures. There is no UI for this setting, so it needs to be defined directly to the dimension/column definition in the chart settings.&lt;br /&gt;
&lt;br /&gt;
In addition, measures have the following settings:&lt;br /&gt;
* &#039;&#039;&#039;Calculate measure for&#039;&#039;&#039;: Measure can be calculated for &#039;&#039;each dimension separately&#039;&#039; (the default option) which is the normal dimensioning behavior. It&#039;s also possible to ignore the dimensioning for this measure and calculate the measure for the &#039;&#039;currently filtered data&#039;&#039; (i.e. the measure is calculated for the entire dataset that the chart is based on). Furthermore, it&#039;s also possible to ignore filters and calculate the measure value for the &#039;&#039;entire model data&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Variable name&#039;&#039;&#039;: Name of the variable containing this measure value. The variable can be used in expressions for other measures. The variable is created when a name for it has been defined.&lt;br /&gt;
&lt;br /&gt;
== Filtering Settings ==&lt;br /&gt;
[[File:Chartsettingsfilter.png|right]]In QPR ProcessAnalyzer, filters can be applied on two levels:&lt;br /&gt;
* Entire dashboard: Dashboard filters are applied to all charts in the dashboard and they are visible in the main header. When clicking items in the charts, dashboard filters are created.&lt;br /&gt;
* Individual chart: Chart filters are applied only to the chart where the filters are defined for. Filters for a chart can be viewed and edited in the chart settings. Chart filters can be created from the chart settings. Tip: If the desired type of filter cannot be created from the Add filter dialog, create the filter first as a dashboard filter and then drag and drop the filter rule over the chart. The filter rule is moved as a chart filter.&lt;br /&gt;
&lt;br /&gt;
Chart filters and behavior for the chart filtering is defined in the Filter tab having the following settings:&lt;br /&gt;
* &#039;&#039;&#039;Chart Follows Dashboard Filters&#039;&#039;&#039;: When checked, the chart is filtered by the filters in the dashboard. When unchecked, the chart is not affected by filters in the dashboard, and thus the chart is based on data in the entire model.&lt;br /&gt;
* &#039;&#039;&#039;Create Filters from Chart&#039;&#039;&#039;: When checked, filters can be created based on selected items in the chart. When unchecked, no filters are created when clicking the chart.&lt;br /&gt;
* &#039;&#039;&#039;Update Filter During Selection&#039;&#039;&#039;: When checked, other charts are filtered during selecting items in this chart, enabling to preview filtering results in other charts before confirming the selection. When unchecked, a filter is created only when the selection is confirmed, improving smoothness of usage in large models.&lt;br /&gt;
* &#039;&#039;&#039;On-screen Settings Follow Flow Selection&#039;&#039;&#039;: When checked, selecting flows (e.g. in the flowchart) changes accordingly the start and end event types that are as on-screen settings. Note that the start and end event types need to be as on-screen settings, for the automatic fill in to work. When unchecked, the automatic fill in is disabled.&lt;br /&gt;
* &#039;&#039;&#039;Chart Filter&#039;&#039;&#039;: Button to add filters that affect only this chart. There can be many filter rules defined. Filter rules can be edited by clicking them and removed from the recycle bin icon. The filters work in a way that only data that is matching to all the filter rules are shown.&lt;br /&gt;
* &#039;&#039;&#039;Chart Comparison&#039;&#039;&#039;: Rules that are used by the root causes analyses, which are finding root causes for the phenomena pointed by those rules.&lt;br /&gt;
&lt;br /&gt;
Note that in addition to the process mining filters, objects can be filtered in the chart using the expression language. For that there are many ready-made selections. The process mining filters should be used when when the process mining model should be kept in a consistent state, e.g. filtering event types recalculates variations. Certain kind of filtering is not possible through the process mining filters, and then expression based filtering should be used, e.g. filter events based on event attributes or filtering flow objects.&lt;br /&gt;
&lt;br /&gt;
== Visualize KPI Targets with Colors==&lt;br /&gt;
When visualizing KPI&#039;s, it&#039;s essential show how the measure is performing comparing to targets. Targets can be visualized e.g. in charts (see more below) and in the KPI Card ([[QPR_ProcessAnalyzer_KPI_Card#Visualize_KPI_Targets_with_Colors|see how to]]).&lt;br /&gt;
&lt;br /&gt;
Target values can be shown in the charts as follows:&lt;br /&gt;
# Select e.g. the &#039;&#039;Column Chart&#039;&#039; as a visualization. (Colors can be visualized also with other chart types.)&lt;br /&gt;
# Select your KPI as the first measure.&lt;br /&gt;
# For the measure, select &#039;&#039;Variable for other measures&#039;&#039; in the measure settings.&lt;br /&gt;
# Select &#039;&#039;Data point colors&#039;&#039; as the second measure, and define the limit values between green-yellow and red-yellow.&lt;br /&gt;
# For the Data point colors measure, select &#039;&#039;Mapping in Chart&#039;&#039; is &#039;&#039;Data point color&#039;&#039; in the measure settings.&lt;br /&gt;
# When using charts, usually a dimension is selected as well.&lt;br /&gt;
&lt;br /&gt;
Now the KPI targets are visualized as colored columns.&lt;br /&gt;
&lt;br /&gt;
== Advanced Settings ==&lt;br /&gt;
[[File:Chartsettingsadvancedsettings.png|right]]&lt;br /&gt;
* &#039;&#039;&#039;Chart settings (editable)&#039;&#039;&#039;: All settings in a chart are stored in a single entity that are shown here. The settings can also be edited directly. There are validations in place, so invalid settings are not accepted.&lt;br /&gt;
* &#039;&#039;&#039;[[#Linked settings|Linked settings]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[#Variable mappings|Variable mappings]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[#Benchmark performance|Benchmark performance]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Show in Query Designer&#039;&#039;&#039;: For testing and development purposes, clicking this button starts editing the current expression in the Expression Designer.&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039;: Allows to select a ProcessAnalyzer model that is used for this chart. When selecting &#039;&#039;&amp;lt;used by dashboard&amp;gt;&#039;&#039;, the model that is currently selected for the dashboard in the header, is used for this chart. This setting allows to create dashboards, where the same dashboard fetches data from different models.&lt;br /&gt;
* &#039;&#039;&#039;Visible Case Attributes&#039;&#039;&#039;: Only the defined case attributes are shown in settings where case attributes need to be selected from a list. This setting can be used to hide unnecessary case attributes to make lists shorter and easier to use. When no case attributes are defined, all case attributes are shown.&lt;br /&gt;
* &#039;&#039;&#039;Visible Event Attributes&#039;&#039;&#039;: Only the defined event attributes are shown in settings where event attributes need to be selected from a list. This setting can be used to hide unnecessary event attributes to make lists shorter and easier to use. When no event attributes are defined, all event attributes are shown.&lt;br /&gt;
* &#039;&#039;&#039;Visible Event Types&#039;&#039;&#039;: Only the defined event types are shown in settings where event types need to be selected from a list. This setting can be used to hide unnecessary event types to make lists shorter and easier to use. When no event types are defined, all event types are shown.&lt;br /&gt;
* &#039;&#039;&#039;Background color&#039;&#039;&#039;: Chart area background color affecting the Highcharts-based charts, KPI cards, tables (excluding the grey header), and root causes visualization.&lt;br /&gt;
* &#039;&#039;&#039;Analyzed objects sample size&#039;&#039;&#039;: Sampling randomly removes some of the items leaving only the sample size of items left to the analyzed objects. If sample size is not defined, sampling is not used. The purpose of sampling is to improve performance, as there will be less items in the dimension and measure calculation. The intention is that the calculation from the sampled dataset would provide close enough results in statistically high enough probability. Sampling cannot be used in some calculations, because it affects the calculation results.&lt;br /&gt;
* &#039;&#039;&#039;Update Chart When Changing Settings&#039;&#039;&#039;: When checked, the chart is not updated automatically when changing chart settings, but when clicking the Apply button in the General tab. Disabling automatic updating improves performance in large models when changing several settings at the same time.&lt;br /&gt;
* &#039;&#039;&#039;Enable Caching&#039;&#039;&#039;: Enable or disable chart data caching both in the client and server side. Caching improved performance as in the second time, data can be quickly retrieved from the cache. Some reports benefit of disabled caching so that the up-to-date data is always retrieved.&lt;br /&gt;
* &#039;&#039;&#039;Show Tabs&#039;&#039;&#039;: Enables or disables tabs above the chart to quickly change charts. Tabs are showing the most common presets. When tabs are shown chart title are not shown (titles are still shown for tables).&lt;br /&gt;
* &#039;&#039;&#039;Query&#039;&#039;&#039;: This option shows the entire query that is sent to the server for calculation. The query contains the &#039;&#039;expression&#039;&#039; (the previous option), and in addition other information, such as the model id, filter and comparison.&lt;br /&gt;
* &#039;&#039;&#039;Root expression&#039;&#039;&#039;: Shows the root expression in a multi-line format. The root expression is also visible in the &#039;&#039;expression&#039;&#039; but there it&#039;s encoded to a single line.&lt;br /&gt;
* &#039;&#039;&#039;Component settings&#039;&#039;&#039;: Chart uses Highcharts component to draw charts and Syncfusion component to draw tables. With this options you can see the actual configuration that is used by the visualization component. In this option, the actual data is removed, because in some cases there may be lot of data.&lt;br /&gt;
* &#039;&#039;&#039;Component settings (with data)&#039;&#039;&#039;: This is similar option as the previous, except the data is also included.&lt;br /&gt;
* &#039;&#039;&#039;Chart filter&#039;&#039;&#039;: Shows the chart filter in a JSON format. This only contains the chart filter (not the stored or dashboard [[Filtering_in_QPR_ProcessAnalyzer|filter]]). Syntax for the filter JSON is described in [[Filtering_in_QPR_ProcessAnalyzer_Queries|Filtering Queries]].&lt;br /&gt;
* &#039;&#039;&#039;Chart comparison&#039;&#039;&#039;: Similar to the Chart filter, except showing the defined comparison.&lt;br /&gt;
&lt;br /&gt;
=== On-screen Settings ===&lt;br /&gt;
Measure, dimension, column and analyzed objects parameters can be defined as on-screen settings, i.e. the settings are always visible above the chart in the dashboard for quick access. The on-screen settings are defined as a JSON array, where each item is an object with following properties:&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039;: Either &#039;&#039;measure&#039;&#039;, &#039;&#039;dimension&#039;&#039; or &#039;&#039;root&#039;&#039;. If slicing into dimensions is disabled, columns correspond to dimensions. &lt;br /&gt;
* &#039;&#039;&#039;index&#039;&#039;&#039;: Index of the measure, dimension or column starting from zero.&lt;br /&gt;
* &#039;&#039;&#039;parameter&#039;&#039;&#039;: Name of the parameter.&lt;br /&gt;
* &#039;&#039;&#039;label&#039;&#039;&#039;: Custom label for the setting.&lt;br /&gt;
* &#039;&#039;&#039;maxWidth&#039;&#039;&#039;: Maximum width of the shown setting in pixels.&lt;br /&gt;
* &#039;&#039;&#039;newLine&#039;&#039;&#039;: Defines whether the setting is positioned to a new line for more spacing between settings.&lt;br /&gt;
* &#039;&#039;&#039;control&#039;&#039;&#039;: UI control type which is one of the following: singleselectlist, dynamicsingleselectlist, multiselectlist, singlelinetext, multilinetext, numericfield, datefield, datetimefield, checkbox, bpmneditor or colorpicker.&lt;br /&gt;
* &#039;&#039;&#039;mandatory&#039;&#039;&#039;: Defined that the UI control is mandatory, i.e. the chart is not drawn until a value has been specified.&lt;br /&gt;
* &#039;&#039;&#039;defaultValue&#039;&#039;&#039;: Default value used when the chart is opened. Note that when a UI control is mandatory and there is not default value, the chart is not drawn until a value has been specified.&lt;br /&gt;
* &#039;&#039;&#039;minValue&#039;&#039;&#039;: For &#039;&#039;numericfield&#039;&#039;, specified the minimum allowed numerical value.&lt;br /&gt;
* &#039;&#039;&#039;maxValue&#039;&#039;&#039;: For &#039;&#039;numericfield&#039;&#039;, specified the maximum allowed numerical value.&lt;br /&gt;
* &#039;&#039;&#039;allowDecimals&#039;&#039;&#039;: For &#039;&#039;numericfield&#039;&#039;, specified whether decimal numbers can be specified (or only integer numbers).&lt;br /&gt;
* &#039;&#039;&#039;escape&#039;&#039;&#039;: Defines whether the value is escaped for string literals (&amp;quot; -&amp;gt; \&amp;quot; and \ -&amp;gt; \\). Escaping is needed when the value is used in an expression in a string literal.&lt;br /&gt;
* &#039;&#039;&#039;trueValue&#039;&#039;&#039; For &#039;&#039;checkbox&#039;&#039;, defines the value to be used when the checkbox is checked.&lt;br /&gt;
* &#039;&#039;&#039;falseValue&#039;&#039;&#039;: For &#039;&#039;checkbox&#039;&#039;, defines the value to be used when the checkbox is unchecked.&lt;br /&gt;
* &#039;&#039;&#039;updateImmediately&#039;&#039;&#039;: For &#039;&#039;numericfield&#039;&#039; and &#039;&#039;singlelinetext&#039;&#039;, specified whether the chart is updated with each change of the input box value. When disabled, the value updated only when cursor leaves the input box.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
[[File:Onscreensettingsexample.png|center|850px]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;dimension&amp;quot;,&lt;br /&gt;
    &amp;quot;index&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;parameter&amp;quot;: &amp;quot;Attribute&amp;quot;,&lt;br /&gt;
    &amp;quot;maxWidth&amp;quot;: 500&lt;br /&gt;
  },&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;dimension&amp;quot;,&lt;br /&gt;
    &amp;quot;index&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;parameter&amp;quot;: &amp;quot;Period&amp;quot;,&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Time&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Variable mappings ===&lt;br /&gt;
Setting are for binding [[Dashboard_Variables|dashboard variables]] to chart settings, meaning that chart settings are changed when variables are changed. It&#039;s possible for example to add a drop-down list component, bind the list to a dashboard variable, and then bind the variable to settings in several charts. When using dashboard variables, the used variables need to be defined in the &#039;&#039;Dashboard Properties&#039;&#039; dialog in the &#039;&#039;Variables&#039;&#039; tab, so that the initial values of the variables are stored to the dashboard. Note that dashboard variables can be used in custom expressions using tags without specifying them in the variable mappings. Variable mappings are configured as an array of mappings where each item is an object with the following properties:&lt;br /&gt;
* &#039;&#039;&#039;variable&#039;&#039;&#039;: Name of the bound dashboard variable.&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039;: One of the following type of chart setting: &#039;&#039;&#039;measure&#039;&#039;&#039;, &#039;&#039;&#039;dimension&#039;&#039;&#039;, &#039;&#039;&#039;root&#039;&#039;&#039; (for the &#039;&#039;Analyze&#039;&#039; list parameters), &#039;&#039;&#039;generic&#039;&#039;&#039; (all other settings in chart), &#039;&#039;&#039;filter&#039;&#039;&#039; (to map to chart filter).&lt;br /&gt;
* &#039;&#039;&#039;index&#039;&#039;&#039;: When &#039;&#039;type&#039;&#039; is a &#039;&#039;measure&#039;&#039; or &#039;&#039;dimension&#039;&#039;, the order number of the measure/dimension (starts from 0).&lt;br /&gt;
* &#039;&#039;&#039;parameter&#039;&#039;&#039;: Name of the chart setting or parameter to bind to.&lt;br /&gt;
* &#039;&#039;&#039;filterType&#039;&#039;&#039;: When &#039;&#039;type&#039;&#039; is &#039;&#039;filter&#039;&#039;, define the filter type as &#039;&#039;&#039;IncludeCases&#039;&#039;&#039;, &#039;&#039;&#039;ExcludeCases&#039;&#039;&#039;, &#039;&#039;&#039;IncludeEventTypes&#039;&#039;&#039; or &#039;&#039;&#039;ExcludeEventTypes&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;ruleType&#039;&#039;&#039;: When &#039;&#039;type&#039;&#039; is &#039;&#039;filter&#039;&#039;, define the rule type as one of the following: &#039;&#039;&#039;CaseAttributeValue&#039;&#039;&#039;, &#039;&#039;&#039;EventAttributeValue&#039;&#039;&#039;, &#039;&#039;&#039;EventType&#039;&#039;&#039; or &#039;&#039;&#039;Case&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;attribute&#039;&#039;&#039;: When &#039;&#039;type&#039;&#039; is &#039;&#039;filter&#039;&#039; and &#039;&#039;ruleType&#039;&#039; is &#039;&#039;CaseAttributeValue&#039;&#039; or &#039;&#039;EventAttributeValue&#039;&#039;, define the case/event attribute name.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;variable&amp;quot;: &amp;quot;CaseAttributeVariable&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
    &amp;quot;index&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;parameter&amp;quot;: &amp;quot;Attribute&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;variable&amp;quot;: &amp;quot;EventTypes&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;filter&amp;quot;,&lt;br /&gt;
    &amp;quot;filterType&amp;quot;: &amp;quot;IncludeEventTypes&amp;quot;,&lt;br /&gt;
    &amp;quot;ruleType&amp;quot;: &amp;quot;EventType&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Linked settings ===&lt;br /&gt;
Settings are for linking settings or parameters within a single chart. When configured, the linked settings are kept in synchronization, i.e. when any of the settings is changed, other linked settings are also changed. Linked settings are configured as an array of &#039;&#039;setting groups&#039;&#039; which are array of objects. Each object points to an individual setting using the following properties:&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039;: One of the following type of chart setting: &#039;&#039;&#039;measure&#039;&#039;&#039;, &#039;&#039;&#039;dimension&#039;&#039;&#039;, &#039;&#039;&#039;root&#039;&#039;&#039;, &#039;&#039;&#039;generic&#039;&#039;&#039;, &#039;&#039;&#039;tag&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;index&#039;&#039;&#039;: When type is a measure or dimension, the order number of the measure/dimension (starts from 0).&lt;br /&gt;
* &#039;&#039;&#039;parameter&#039;&#039;&#039;: Name of the chart setting or parameter.&lt;br /&gt;
* &#039;&#039;&#039;tagName&#039;&#039;&#039;: When &#039;&#039;type&#039;&#039; is &#039;&#039;tag&#039;&#039;, defined the linked tag name. The tag can be used in custom expression similar to variables.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
[[File:Linkedsettings.png|center|500px]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
	[&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
			&amp;quot;index&amp;quot;: 0,&lt;br /&gt;
			&amp;quot;parameter&amp;quot;: &amp;quot;Start event&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
			&amp;quot;index&amp;quot;: 1,&lt;br /&gt;
			&amp;quot;parameter&amp;quot;: &amp;quot;Start event&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	],&lt;br /&gt;
	[&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
			&amp;quot;index&amp;quot;: 0,&lt;br /&gt;
			&amp;quot;parameter&amp;quot;: &amp;quot;End event&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
			&amp;quot;index&amp;quot;: 1,&lt;br /&gt;
			&amp;quot;parameter&amp;quot;: &amp;quot;End event&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	],&lt;br /&gt;
	[&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
			&amp;quot;index&amp;quot;: 0,&lt;br /&gt;
			&amp;quot;parameter&amp;quot;: &amp;quot;Time unit&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;measure&amp;quot;,&lt;br /&gt;
			&amp;quot;index&amp;quot;: 1,&lt;br /&gt;
			&amp;quot;parameter&amp;quot;: &amp;quot;Time unit&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	]&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Benchmark performance ===&lt;br /&gt;
Clicking the &#039;&#039;&#039;Benchmark performance&#039;&#039;&#039; buttons starts a performance benchmark run for the chart, which measures the time taken for the server to calculate and return the required data for the chart. Benchmarking is useful when for example creating custom expressions and finding the most optimal way of writing them. The benchmark runs the calculation multiple times to reduce effect of random variation in the measurement. When the benchmark run is completed, the following information is shown:&lt;br /&gt;
* Benchmark result (shown as bolded) (calculated as a median time of the individual measurements)&lt;br /&gt;
* Variation in the benchmark measurement (calculated as a standard deviation of the individual measurements divided by the benchmark result)&lt;br /&gt;
* Difference to the previous benchmark result&lt;br /&gt;
* List of all individual measurements (abandoned are greyed out)&lt;br /&gt;
&lt;br /&gt;
The highest individual measurements (approximately 40%) are abandoned from the calculation and shown as greyed out, because the highest measurements are usually result of the random variation.&lt;br /&gt;
&lt;br /&gt;
The history of benchmark runs done for the chart are preserved until the dashboard is closed.&lt;br /&gt;
&lt;br /&gt;
== Copy Chart Settings from Another Chart ==&lt;br /&gt;
You can copy chart settings and use them in another chart as follows: Go to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab and choose from the bottom dropdown list &#039;&#039;&#039;Edit chart settings&#039;&#039;&#039;. Select all JSON and copy it to a clipboard. Go to another chart, paste the settings to the same chart settings textbox and click Save.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_Software_as_a_Service_Agreement&amp;diff=14535</id>
		<title>QPR Software as a Service Agreement</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_Software_as_a_Service_Agreement&amp;diff=14535"/>
		<updated>2019-11-20T07:05:52Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOFTWARE AS A SERVICE AGREEMENT&lt;br /&gt;
&lt;br /&gt;
This Software as a Service Agreement is a legal agreement between QPR Software Plc. (hereinafter &amp;quot;QPR&amp;quot;) and a customer organization (hereinafter the &amp;quot;Customer&amp;quot; and, together with QPR, the &amp;quot;Parties&amp;quot;) for software hosting services (“Services”) that you purchase.&lt;br /&gt;
&lt;br /&gt;
YOU AGREE TO BE BOUND BY THE TERMS OF THIS SOFTWARE AS A SERVICE AGREEMENT WHEN YOU PURCHASE AND USE SOFTWARE HOSTING SERVICES FROM QPR SOFTWARE PLC.&lt;br /&gt;
&lt;br /&gt;
By way of this Software as a Service Agreement, the Customer agrees to allow QPR to host software, which the Customer has licensed and paid for, at QPR’s or its hosting vendor&#039;s data center(s). Services shall be provided in accordance with the terms of the agreement in force at the time of delivery. By using the Services, you accept and agree to the terms and conditions of this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1 Contents of the Services&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1.1 The Services shall contain the hardware- and software platform required for the Service for the Customer including the Server hardware, network connectivity from the server hardware to the internet, and backups of the data in the environment.&lt;br /&gt;
&lt;br /&gt;
1.2 Operational Support: Support for the environment is available from QPR Customer Care during normal business opening hours. QPR reserves the right to alter the business opening hours of QPR Customer Care. QPR may at its own discretion subcontract any part or all of the support services to its authorized resellers, subcontractors, or representatives which are bound by the same responsibilities as QPR.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2 Service and Network Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2.1 Guarantee of Availability: QPR will make commercially reasonable efforts to ensure that the Services are available to use during any given time, except during maintenance windows. Operation of the Service may require short breaks in the service outside maintenance windows.&lt;br /&gt;
&lt;br /&gt;
2.2 Maintenance Windows: QPR will perform maintenance in hosting servers and environments in pre-scheduled maintenance windows. The standard maintenance windows will be communicated separately. In case of emergency maintenance requirements, QPR will make effort to inform Customers of such maintenance needs at least 24 hours in advance.&lt;br /&gt;
&lt;br /&gt;
2.3 Third Party Network Availability: QPR cannot guarantee network availability between the Customer and the hosted environment, as network availability can involve numerous third parties and is beyond the control of QPR. QPR will not be liable for any down time that you experience as a result of your own network connectivity issues.&lt;br /&gt;
&lt;br /&gt;
2.4 Unavailability of Services: QPR is obligated to start resolving any service outage or other problem with the Services within one (1) hour after receiving notification from the Customer during opening hours of QPR Customer Care. QPR will make efforts to determine whether the outage or other problem is within QPR&#039;s reasonable control. If QPR determines the issue is attributable to QPR, the Customer will be credited 1 day of Service fee for every 4 hours of down-time the Customer experienced after the notification of the downtime to QPR. QPR will have no other liability to the Customer for failure to provide the guaranteed network availability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3 Information Security, Storage and Backup&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.1 Information Security: QPR will make commercially reasonable efforts to provide and maintain a secure environment for Customer Data. In the unlikely event of a security breach of Customer Data caused by QPR, the exclusive remedy will be limited to a refund of the total amount paid by customer for the SaaS service over the twelve (12) months preceding the event. You understand and agree to assume the risk of any such security breach and agree to hold QPR harmless therefrom.&lt;br /&gt;
&lt;br /&gt;
3.2 Data Storage: Customer data is stored in a database file on hosted servers and it is backed up on a nightly basis. QPR shall maintain your data/information for a period of ten (10) business days after the Service is cancelled and will deliver the data to Customer upon request.&lt;br /&gt;
&lt;br /&gt;
3.3 Data Backup: Customer Data is backed up on a nightly basis. In the unlikely event of a data loss in which all sets of backup data are also unrecoverable, QPRs sole liability will be to provide you with a refund of a maximum twelve (12) months of SaaS Service fees. No Customer Data is retroactively removed from the backups.&lt;br /&gt;
&lt;br /&gt;
3.4 Rights to Customer Data: QPR asserts no ownership or other rights to Customer Data. The Customer is solely responsible for having all required rights to use the Customer Data in the manner required by the Service or applicable laws, including but not limited to transferring the data to an information system maintained by a third party. Customer agrees to not transfer any illegal or infringing material to the Service.&lt;br /&gt;
&lt;br /&gt;
3.5 Storing Customer Data: QPR may store the Customer Data at any geographical location within the European Union using any third-party storage providers it deems suitable. Should there be limitations as to where customer data can be stored geographically, Customer is obliged to inform QPR before transferring any of such data to the service.&lt;br /&gt;
&lt;br /&gt;
3.6 Access to Customer Data: QPR personnel shall not access the Customer Data, except as needed for resolving any technical problems of the Service, performing maintenance tasks to the Service, or performing agreed services.&lt;br /&gt;
&lt;br /&gt;
3.7 Return of Data: Should Customer wish to obtain a raw copy of Customer Data from QPR, it is made possible by QPR guiding the Customer to download the data or by agreeing on a separately invoiceable service by QPR. Customer is liable to communicate this request to QPR prior to or in conjunction with termination of Services. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4 Service Fees&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4.1 Service Fees: You agree to pay for such Services on a timely basis and in accordance with payment terms and contract duration. Your failure to make timely payment for Service fees may result in QPR suspending your account and subsequently deleting Customer Data from the Service after 30 days when the Service fee due date has passed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5 Warranties and Disclaimer of Warranties&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5.1 Except as provided below, QPR warrants that it owns all rights, title and interest in and to the Software and Software Products and that the Software substantially conforms to the functional specifications and that the Software and Software Products shall be free from material defects in workmanship and materials that prevent them from substantially meeting the aforementioned criteria.&lt;br /&gt;
&lt;br /&gt;
5.2 EXCEPT AS EXPRESSLY PROVIDED IN THIS SAAS SERVICE AGREEMENT, AND TO THE MAXIMUM EXTENT PERMITTED BY LAW, NEITHER PARTY MAKES ANY WARRANTIES TO THE OTHER PARTY, AND EACH PARTY DISCLAIMS ALL WARRANTIES, ORAL OR WRITTEN, EXPRESS, IMPLIED OR STATUTORY, WITH RESPECT TO ITS PERFORMANCE UNDER THIS AGREEMENT, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND IMPLIED WARRANTIES ARISING FROM ANY COURSE OF DEALING OR COURS OF PERFORMANCE. QPR DOES NOT GIVE ANY WARRANTY THAT THE SERVICE IS VIRUS OR FAULT FREE, OR IT FUNCTIONS UNINTERRUPTED. QPR PROVIDES THE SERVICE “AS-IS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6 Limitation of Liability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL QPR BE LIABLE FOR ANY LOST PROFITS OR BUSINESS OPPORTUNITIES, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA (WHETHER DIRECT OR INDIRECT), OR ANY INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE OR CONSE¬QUEN¬TIAL DAMAGES UNDER ANY THEORY OF LIABILITY, WHETHER BASED IN CONTRACT, TORT, NEGLIGENCE, PRODUCT LIABILITY, OR OTHERWISE.  BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, BUT MAY ALLOW LIABILITY TO BE LIMITED, IN SUCH CASES QPR’S ENTIRE LIABILITY SHALL BE LIMITED TO THE TOTAL AMOUNT PAID BY CUSTOMER OVER THE SIX MONTHS PRECEDING THE CLAIM GIVING RISE TO LIABILITY.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7 General Terms&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7.1 Consent to Use of Data: The Customer agrees that QPR and its affiliates may collect and use technical information gathered as part of any support provided to you in relation to the Services. QPR may also collect information on how and by whom the Service is being used. Collected information may be used to improve QPR support and Services or to provide customized services or technologies to the Customer. QPR will not disclose information concerning the use of the Service outside of the Customer organization in a form that personally identifies the user.&lt;br /&gt;
&lt;br /&gt;
7.2 Consent to Communications: Customer agrees that QPR may send electronic and other communications to users of the Service.&lt;br /&gt;
&lt;br /&gt;
7.3 Additional Services: This Agreement applies to Service updates, supplements, or Internet-based Services components that QPR may provide to you or make available to you after the date you purchase Services from QPR, unless QPR provides other terms along with the updates, supplements, or Internet-based Services components. QPR reserves the right to discontinue any Internet-based Services provided to you or made available to you.&lt;br /&gt;
&lt;br /&gt;
7.4 Applicable Law: This Agreement shall be governed by and construed in accordance with the laws of Finland excluding its choice of law provisions. Any dispute arising hereunder shall be resolved by The Arbitration Institute of the Finland Chamber of Commerce. The arbitration shall be held in Helsinki and the language of proceedings shall be in English, unless the Parties otherwise agree.&lt;br /&gt;
&lt;br /&gt;
7.5 Assignment: This Agreement and any rights thereto or obligations or interests may not be assigned without a prior written consent of QPR.&lt;br /&gt;
&lt;br /&gt;
7.6 Waiver: Waivers must be in writing signed by an authorized representative. The waiver of one breach or default under this Agreement will not constitute the waiver of any subsequent breach or default. &lt;br /&gt;
&lt;br /&gt;
7.7 Severability: Any provision of this Agreement held to be illegal or unenforceable will be deemed amended to conform to applicable laws or regulations, or if it cannot be so amended without materially altering the intention of the parties, it will be stricken and the remainder of this Agreement will continue in full force and effect.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=149</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=149"/>
		<updated>2012-02-29T11:11:29Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
{{Help}}&lt;br /&gt;
&lt;br /&gt;
{{Use Cases}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=148</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=148"/>
		<updated>2012-02-29T11:11:16Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
{{Help}}&lt;br /&gt;
&lt;br /&gt;
{{Use Cases}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=PA_Wiki:About&amp;diff=147</id>
		<title>PA Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=PA_Wiki:About&amp;diff=147"/>
		<updated>2012-02-29T11:04:30Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: Created page with &amp;#039;QPR ProcessAnalyzer wiki contains end-user documentation for QPR ProcessAnalyzer. That is, the wiki explains the QPR ProcessAnalyzer functionalities in such a manner that it prov…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;QPR ProcessAnalyzer wiki contains end-user documentation for QPR ProcessAnalyzer. That is, the wiki explains the QPR ProcessAnalyzer functionalities in such a manner that it provides valuable information on using QPR ProcessAnalyzer. Wiki pages are created roughly according to what functionalities are available in the QPR ProcessAnalyzer user interface. To complement this, the site also contains use cases and examples that are included in the related feature page (e.g. &#039;Path Analysis&#039;) as a separate &#039;Use Case&#039; section or as a link to a page that contains only the use case.  Use case scenarios also typically contain the steps on reaching a goal described in the scenario.&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to use and contribute to the wiki. If you see some place in the wiki that could use some corrections or improvements, email us at localization@qpr.com and describe what you would like to change. Or, better yet, if you feel you would like to edit the page in question yourself, request a wiki user account from localization@qpr.com.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=130</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=130"/>
		<updated>2012-02-17T13:35:59Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
{{Help}}&lt;br /&gt;
&lt;br /&gt;
{{Use Cases}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for use cases for the different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=129</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=129"/>
		<updated>2012-02-17T13:35:18Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
{{Help}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for use cases for the different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=123</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=123"/>
		<updated>2012-02-17T13:30:30Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
{{Help}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for use cases for the different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=121</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=121"/>
		<updated>2012-02-17T13:29:03Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;40%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
{{Help}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for use cases for the different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=116</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=116"/>
		<updated>2012-02-17T13:26:30Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{{Tools}}&lt;br /&gt;
&lt;br /&gt;
{{Analysis}}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;40%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{{Show}}&lt;br /&gt;
&lt;br /&gt;
{{View}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for use cases for the different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=115</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=115"/>
		<updated>2012-02-14T10:36:05Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
=== Process Analysis View with 1..n Activities Selected, 1..m Transitions selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
=== Duration Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== Profiling Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Cases with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Variations with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Event Types with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
=== List of Events with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[Views#View Manager|View Manager]].&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=114</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=114"/>
		<updated>2012-02-14T10:12:49Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&amp;lt;br\&amp;gt;&lt;br /&gt;
The Analysis Settings pane can be opened by clicking the [[File:SettingsLink.png]] button in the Analysis group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
The [[Filtering|Include Only]] and [[Filtering|Exclude]] buttons will create a filtered view according to what&#039;s selected in the analysis view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#Change View|Change]] button can be used to change the view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#View Manager|View Manager]] can be opened by clicking the [[File:SettingsLink.png]] button in the View group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for use cases for the different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=109</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=109"/>
		<updated>2012-02-14T10:02:18Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&amp;lt;br\&amp;gt;&lt;br /&gt;
The Analysis Settings pane can be opened by clicking the [[File:SettingsLink.png]] button in the Analysis group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
The [[Filtering|Include Only]] and [[Filtering|Exclude]] buttons will create a filtered view according to what&#039;s selected in the analysis view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#Change View|Change]] button can be used to change the view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#View Manager|View Manager]] can be opened by clicking the [[File:SettingsLink.png]] button in the View group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== QPR Connector for QPR ProcessAnalyzer ==&lt;br /&gt;
The [[QPR Connector for QPR ProcessAnalyzer]] is a tool for uploading data from an SQL database into a QPR ProcessAnalyzer Service for analysis purposes.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=96</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=96"/>
		<updated>2012-02-14T09:50:45Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: /* Analysis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&amp;lt;br\&amp;gt;&lt;br /&gt;
The Analysis Settings pane can be opened by clicking the [[File:SettingsLink.png]] button in the Analysis group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
The [[Filtering|Include Only]] and [[Filtering|Exclude]] buttons will create a filtered view according to what&#039;s selected in the analysis view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#Change View|Change]] button can be used to change the view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#View Manager|View Manager]] can be opened by clicking the [[File:SettingsLink.png]] button in the View group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=95</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=95"/>
		<updated>2012-02-14T09:49:16Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
The [[Filtering|Include Only]] and [[Filtering|Exclude]] buttons will create a filtered view according to what&#039;s selected in the analysis view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#Change View|Change]] button can be used to change the view.&amp;lt;br\&amp;gt;&lt;br /&gt;
The [[Views#View Manager|View Manager]] can be opened by clicking the [[File:SettingsLink.png]] button in the View group of the ribbon.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=94</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=94"/>
		<updated>2012-02-14T09:47:41Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Filtering|Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering|Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Views#Change View|Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Views#View Manager|View Manager]] can be opened by clicking the [[File:SettingsLink.png]] button in the View group of the ribbon.&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=88</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=88"/>
		<updated>2012-02-14T09:39:31Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Filtering|Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering|Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Views#Change View|Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=85</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=85"/>
		<updated>2012-02-14T09:38:22Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Filtering|Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering|Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Help:Views#Change View|Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=84</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=84"/>
		<updated>2012-02-14T09:37:51Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
=== Process Analysis View with 1..n Activities Selected, 1..m Transitions selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
=== Duration Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== Profiling Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Cases with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Variations with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Event Types with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
=== List of Events with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]].&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=83</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=83"/>
		<updated>2012-02-14T09:37:22Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Filtering|Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering|Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change View|Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=82</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=82"/>
		<updated>2012-02-14T09:34:37Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Filtering|Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering|Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering#Change View|Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=81</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=81"/>
		<updated>2012-02-14T09:33:32Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
=== Process Analysis View with 1..n Activities Selected, 1..m Transitions selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
=== Duration Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== Profiling Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Cases with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Variations with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Event Types with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
=== List of Events with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Change View&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The filtered view can also be accessed by selecting it by using the &#039;&#039;&#039;Change&#039;&#039;&#039; drop-down menu:&lt;br /&gt;
*Restore Default: restores the view to the default state&lt;br /&gt;
*Each view for the current model, sorted by time&lt;br /&gt;
*Clear All Filters: clears all filters applied by the Include Only and Exclude buttons&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=80</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=80"/>
		<updated>2012-02-14T09:33:05Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
=== Process Analysis View with 1..n Activities Selected, 1..m Transitions selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
=== Duration Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== Profiling Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Cases with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Variations with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
=== List of Event Types with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
=== List of Events with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Change View&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The filtered view can also be accessed by selecting it by using the Change drop-down menu:&lt;br /&gt;
*Restore Default: restores the view to the default state&lt;br /&gt;
*Each view for the current model, sorted by time&lt;br /&gt;
*Clear All Filters: clears all filters applied by the Include Only and Exclude buttons&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=79</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=79"/>
		<updated>2012-02-14T09:32:34Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Process Analysis View with 1..n Activities Selected, 1..m Transitions selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Duration Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Profiling Analysis with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== List of Cases with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== List of Variations with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== List of Event Types with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== List of Events with 1..n Rows Selected ===&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Change View&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The filtered view can also be accessed by selecting it by using the Change drop-down menu:&lt;br /&gt;
*Restore Default: restores the view to the default state&lt;br /&gt;
*Each view for the current model, sorted by time&lt;br /&gt;
*Clear All Filters: clears all filters applied by the Include Only and Exclude buttons&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=78</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=78"/>
		<updated>2012-02-14T09:23:24Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Event Types with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Events with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view can also be accessed by selecting it by using the Change drop-down menu:&lt;br /&gt;
*Restore Default: restores the view to the default state&lt;br /&gt;
*Each view for the current model, sorted by time&lt;br /&gt;
*Clear All Filters: clears all filters applied by the Include Only and Exclude buttons&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=77</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=77"/>
		<updated>2012-02-14T09:22:40Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Event Types with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Events with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]].&lt;br /&gt;
&lt;br /&gt;
The filtered view can also be accessed by selecting it by using the [[Change View|Change]] drop-down menu.&lt;br /&gt;
&lt;br /&gt;
Clicking the &#039;&#039;&#039;Change&#039;&#039;&#039; button will open a drop-down list containing the following items:&lt;br /&gt;
*Restore Default: restores the view to the default state&lt;br /&gt;
*Each view for the current model, sorted by time&lt;br /&gt;
*Clear All Filters: clears all filters applied by the Include Only and Exclude buttons&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=76</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=76"/>
		<updated>2012-02-14T09:21:35Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Event Types with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Events with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]]. The filtered view can also be accessed by selecting it by using the [[Change View|Change]] drop-down menu.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=75</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=75"/>
		<updated>2012-02-14T09:21:01Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Event Types with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Events with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the [[View Manager]]. The filtered view can also be accessed by selecting it by using the&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=74</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=74"/>
		<updated>2012-02-14T09:19:57Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Event Types with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the activities that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the activities that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Events with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the events that are selected.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the events that are selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The filtered view that is created will be available in the View Manager.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=73</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=73"/>
		<updated>2012-02-14T09:18:17Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
* Exclude&lt;br /&gt;
: Creates a new view excluding the cases that belong to selected variation(s).&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=72</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=72"/>
		<updated>2012-02-14T09:17:28Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duration Analysis with 1..n Rows Selected&#039;&#039;&#039;List of Variations with 1..n Rows Selected&lt;br /&gt;
&lt;br /&gt;
Include Only&lt;br /&gt;
Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
Exclude&lt;br /&gt;
Creates a new view excluding the cases that belong to selected variation(s).&lt;br /&gt;
&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Profiling Analysis with 1..n Rows Selected&#039;&#039;&#039;&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases with the selected duration(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases with the selected duration(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Cases with 1..n Rows Selected&#039;&#039;&#039;&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the selected case(s).&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the selected case(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Variations with 1..n Rows Selected&#039;&#039;&#039;&lt;br /&gt;
Include Only&lt;br /&gt;
Creates a new view containing only the cases that belong to selected variation(s).&lt;br /&gt;
Exclude&lt;br /&gt;
Creates a new view excluding the cases that belong to selected variation(s).&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=71</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=71"/>
		<updated>2012-02-14T09:12:49Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
: Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
: Creates a new view excluding the cases that go through the selected activities and transitions.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=70</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=70"/>
		<updated>2012-02-14T09:12:30Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Analysis View with 1..n Activities Selected, 1..m Transitions selected&#039;&#039;&#039;:&lt;br /&gt;
*Include Only&lt;br /&gt;
**Creates a new view containing only the cases that go through all the selected activities and transitions.&lt;br /&gt;
*Exclude&lt;br /&gt;
**Creates a new view excluding the cases that go through the selected activities and transitions.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=69</id>
		<title>Filtering in QPR ProcessAnalyzer</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Filtering_in_QPR_ProcessAnalyzer&amp;diff=69"/>
		<updated>2012-02-14T09:10:24Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: Created page with &amp;#039;Using the &amp;#039;&amp;#039;&amp;#039;Include Only&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Exclude&amp;#039;&amp;#039;&amp;#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the &#039;&#039;&#039;Include Only&#039;&#039;&#039; and &#039;&#039;&#039;Exclude&#039;&#039;&#039; buttons and their drop-down menus it is possible to filter the data. Depending on the active view, the buttons do the following:&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=68</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=68"/>
		<updated>2012-02-14T09:03:25Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Filtering|Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Filtering|Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change View|Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=41</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=41"/>
		<updated>2012-02-13T13:28:30Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration Analysis|Duration]], [[Profiling Analysis|Profiling]], or [[Path Analysis|Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=39</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=39"/>
		<updated>2012-02-13T13:27:09Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process Analysis|Process]], [[Duration]], [[Profiling]], or [[Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=Manage_Users_and_Groups&amp;diff=33</id>
		<title>Manage Users and Groups</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=Manage_Users_and_Groups&amp;diff=33"/>
		<updated>2012-02-13T13:12:54Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: Created page with &amp;#039;As a non-administrator user, you can view and edit your user properties via the User Manager dialog: #Select your user name from the list and click the &amp;#039;&amp;#039;&amp;#039;Properties&amp;#039;&amp;#039;&amp;#039; button. #…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a non-administrator user, you can view and edit your user properties via the User Manager dialog:&lt;br /&gt;
#Select your user name from the list and click the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
#In the User Properties dialog that opens, you can change your User Name, E-Mail address, and Password.&lt;br /&gt;
#To apply the changes, click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=28</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=28"/>
		<updated>2012-02-13T12:59:59Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process]], [[Duration]], [[Profiling]], or [[Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=27</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=27"/>
		<updated>2012-02-13T12:59:19Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process]], [[Duration]], [[Profiling]], or [[Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;br /&gt;
&lt;br /&gt;
{{Example Use Case}}&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=14</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=14"/>
		<updated>2012-02-13T12:40:35Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process]], [[Duration]], [[Profiling]], or [[Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
See the [[Use Cases]] page for different QPR ProcessAnalyzer tools.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=MediaWiki:Mainpage&amp;diff=13</id>
		<title>MediaWiki:Mainpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=MediaWiki:Mainpage&amp;diff=13"/>
		<updated>2012-02-13T12:26:49Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: Created page with &amp;#039;QPR_ProcessAnalyzer_Wiki&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;QPR_ProcessAnalyzer_Wiki&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=12</id>
		<title>QPR ProcessAnalyzer Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Wiki&amp;diff=12"/>
		<updated>2012-02-13T12:25:17Z</updated>

		<summary type="html">&lt;p&gt;QPRAdmin: Created page with &amp;#039;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.  == Installing == See the [[Insta…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains the documentation for QPR ProcessAnalyzer, which is a Microsoft Office Excel Add-in for Automated Business Process Discovery.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
See the [[Installing QPR ProcessAnalyzer]] page for instructions on how to install QPR ProcessAnalyzer.&lt;br /&gt;
&lt;br /&gt;
== Using QPR ProcessAnalyzer ==&lt;br /&gt;
&lt;br /&gt;
QPR ProcessAnalyzer commands are located on the QPR ProcessAnalyzer tab on the ribbon:&lt;br /&gt;
&lt;br /&gt;
[[File:Ribbon.png]]&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
[[Data Source]]: configuring ProcesAnalyzer web service address and credentials.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[User Manager]]: create, edit, and delete users and manage user roles.&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Model Manager]]: manage models available on the current ProcessAnalyzer web service connection.&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
Run [[Process]], [[Duration]], [[Profiling]], or [[Path]] analysis.&lt;br /&gt;
&lt;br /&gt;
=== Show ===&lt;br /&gt;
Show events filtered according to the [[Cases]], [[Variations]], [[Events]], [[Event Types]], or [[Flows]] of the selected element(s).&lt;br /&gt;
&lt;br /&gt;
=== View ===&lt;br /&gt;
[[Include Only]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Exclude]]&amp;lt;br\&amp;gt;&lt;br /&gt;
[[Change]]&amp;lt;br\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
Access QPR Processanalyzer Tutorial, Sample Files, About, and QPR ProcessAnalyzer Web User Interface.&lt;/div&gt;</summary>
		<author><name>QPRAdmin</name></author>
	</entry>
</feed>