<?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=Justuun</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=Justuun"/>
	<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php/Special:Contributions/Justuun"/>
	<updated>2026-06-06T17:32:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21609</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21609"/>
		<updated>2022-08-22T11:20:46Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.5 (planned release date 2022-08-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Datatables will now be stored to a separate database, i.e., new datatables are not anymore created to the QPR ProcessAnalyzer metadata database. This improves performance as data intensive datatable operations are isolated from metadata operations. To take this feature into use, create a new database in SQL Server and set the [[PA_Configuration_database_table#General_Settings|SqlServerConnectionString]] setting in the configuration table to connect to that database. When this configuration has been made, all new datatables are created to the datatables database. Pre-existing datatables are still located in the metadata database. To benefit from the separation of data, the pre-existing datatables need to be recreated, which can be done by creating a duplicate of the datatable. Support for the metadata database stored datatables is continued, but deprecating the support in future will be considered.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Following legacy analyses have been removed: Variations Chart (1), Event Types Chart (4), Models (17), Model Report (21), Project Report (22), Datatable Report (23), and Script Report (24). For these reports, use the corresponding native functionality in the expression language.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Security hardening instructions how to set the [[QPR_ProcessAnalyzer_Security_Hardening#Add_Security_Related_HTTP_Headers_in_IIS|Content-Security-Policy]] http header, has changed. In the addition, the &#039;&#039;&#039;img-src&#039;&#039;&#039; directive includes also &#039;&#039;&#039;blob:&#039;&#039;&#039; urls (this allows to export Highcharts charts).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06898: In Snowflake models, events can be filtered based on event attribute values.&lt;br /&gt;
* B-06996: Chart specific event type mapping for big data chart and big data flowchart.&lt;br /&gt;
* B-07069: Datatables can be stored to a separate SQL Server database to reduce load from metadata database.&lt;br /&gt;
* B-06981: Chart settings remember the last opened tab, and the settings are always for the active chart.&lt;br /&gt;
* B-06525: In dashboard editor, the background alignment grid is now better visible with any background color.&lt;br /&gt;
* B-06844: In script editor, the script status is automatic refreshed.&lt;br /&gt;
* B-06643: Links in header changed, e.g., the eLearning library link.&lt;br /&gt;
* B-06467: Added SelectDistinct function for dataframes to select the distinct rows.&lt;br /&gt;
* B-06933: &amp;quot;Like&amp;quot; function to SQL expressions for string pattern matching.&lt;br /&gt;
* B-06543: Generic Eval function for evaluating an expression given in a string.&lt;br /&gt;
* B-06906: Added Configuration property to Model and Datatable objects to get configuration json as dictionary.&lt;br /&gt;
* B-07170: Added ScriptByName and ModelByName functions for project objects and changed behavior for DatatableByName function.&lt;br /&gt;
* B-06919: Expression language: Increment (++) and decrement (--) operators.&lt;br /&gt;
* B-06829: UI remembers the user&#039;s last selected model in next login.&lt;br /&gt;
* B-07000: Workspace Models and Scripts tab auto-refresh has been optimized for performance.&lt;br /&gt;
* B-06456: Change icons in chart Visualization selection.&lt;br /&gt;
* B-06998: Implemented referrer policy HTTP header.&lt;br /&gt;
* B-07175: Removed deprecated analyses.&lt;br /&gt;
* B-07205: Replaced Scripts analysis (24) with expression language property.&lt;br /&gt;
* B-06813: Pacm file support case and event attribute data types.&lt;br /&gt;
* B-06907: Define start row for the returned data in dataframe processing.&lt;br /&gt;
* B-06879: NumberPrecision and DatetimeTruncation support for dataframe queries Values columns.&lt;br /&gt;
* B-06987: Add caching for Project objects.&lt;br /&gt;
* B-06936: Prevented using outdated caches in dataframe processing.&lt;br /&gt;
* B-06910: Frontend components have been updated.&lt;br /&gt;
* B-06900: Backend: Expression filter rules to dataframe processing.&lt;br /&gt;
* B-07066: Optimize Snowflake queries.&lt;br /&gt;
* B-06944: Datatable.Truncate function to efficiently delete all rows from datatable.&lt;br /&gt;
* B-07172: Datatable import matchbycolumns support for dates.&lt;br /&gt;
* B-07207: Datatable.CreatedBy, datatable.LastModifiedBy, datatable.LastImportBy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-12075: DashboardFilter variable rules were applied in incorrect order.&lt;br /&gt;
* D-12351: Pivot table columns headers had unnecessary prefix when there are multiple measures and no dimensions in columns.&lt;br /&gt;
* D-11946: Content security policy violation occurred when exporting Highcharts charts as images.&lt;br /&gt;
* D-12064: Chart pending query was incorrectly cancelled when going to and from Add component mode.&lt;br /&gt;
* D-11606: Scripts and Projects tab slightly covered the top borderline of workspace datagrid and entire grid was not visible.&lt;br /&gt;
* D-12045: Column filter was not cleared when user switched to other view in Recycle bin.&lt;br /&gt;
* D-11590: Two context menus were visible at the same time.&lt;br /&gt;
* D-11131: It was not possible to move data grid column Custom filter dialog.&lt;br /&gt;
* D-11401: For datatables filter popup menu was opened outside visible dialog and required more scrolling to be seen.&lt;br /&gt;
* D-11650: In Workspace, sub context menu for target projects to move items didn&#039;t open with latest Syncfusion.&lt;br /&gt;
* D-11651: Multiselect list lost some items when using search.&lt;br /&gt;
* D-11657: Combobox autofill was broken.&lt;br /&gt;
* D-11639: User&#039;s default model did not behave as it should.&lt;br /&gt;
* D-12085: Filter rules in header were lost when pressing F5.&lt;br /&gt;
* D-12142: KPI card value is now visible for non-numeric values.&lt;br /&gt;
* D-12105: Nullable object must have value error displayed  when trying to open Enhanced BPMN dashboard.&lt;br /&gt;
* D-12157: Root causes analysis in the Conformance Root Causes Analysis didn&#039;t work.&lt;br /&gt;
* D-12067: Some tooltips, e.g., in BPMN button, didn&#039;t disappear at all.&lt;br /&gt;
* D-12069: User got querying variation error when first time created big data flowchart.&lt;br /&gt;
* D-12177: In models list, search and cancel icons were vertically misaligned.&lt;br /&gt;
* D-12116: Add and delete filter rule from Create Filter dialogue did not work.&lt;br /&gt;
* D-11445: When using very large value for border corner roundness, chart settings were not visible.&lt;br /&gt;
* D-12166: External content presentation object was broken due to too strict content security policy.&lt;br /&gt;
* D-12151: KPI card incorrectly showed error &amp;quot;Measure data type needs to be numeric&amp;quot; when numerical measure has null value.&lt;br /&gt;
* D-12150: Event data column named &amp;quot;Case ID&amp;quot; mapping to both Case ID and Event Type caused error &amp;quot;An item with the same key has already been added&amp;quot;.&lt;br /&gt;
* D-12325: Workspace root level had too many New items in context menu.&lt;br /&gt;
* D-12326: Wrong menu displayed for sub projects if first click create new option for root level from project tree view.&lt;br /&gt;
* D-12000: Script log system report default time interval was too long making report very slow.&lt;br /&gt;
* D-12119: Uncaught (in promise) TypeError occured: Cannot set properties of undefined (setting &#039;isAnimate&#039;).&lt;br /&gt;
* D-12293: &amp;quot;Cannot read properties of undefined (reading &#039;id&#039;) at o.checkTabNames&amp;quot; error occured.&lt;br /&gt;
* D-12294: Term ID was incorrectly translated.&lt;br /&gt;
* D-12353: Dialogs broke when there are quotation marks in header.&lt;br /&gt;
* D-12324: The visibility stepper counter didn&#039;t follow changed variations.&lt;br /&gt;
* D-12373: CSV import may have failed when there are line breaks in strings.&lt;br /&gt;
* D-11978: Soft deleted project could incorrectly be queried by admins.&lt;br /&gt;
* D-11982: Null reference error when filter contained attribute value with null.&lt;br /&gt;
* D-11706: Deadlocks during tests in Concurrency test category.&lt;br /&gt;
* D-11893: User.Globalpermissions returned incorrectly Hashset for inactive users (should return array).&lt;br /&gt;
* D-11892: Project-specific user role could be assigned without project id (as global).&lt;br /&gt;
* D-12114: In-memory core gave now and then error: The given key was not present in the dictionary.&lt;br /&gt;
* D-12138: Timespan function incorrectly assumed 32-bit integers.&lt;br /&gt;
* D-11548: Removed setting of default model and view.&lt;br /&gt;
* D-12230: Column mappings didn&#039;t work for some dataframe processing operations.&lt;br /&gt;
* D-12100: Giving project name (possibly id too) for DataFrame.Persist did not work when persisting a SqlDataFrame.&lt;br /&gt;
* D-12099: Querying SqlDataFrame for an empty table returned an empty in-memory DataFrame.&lt;br /&gt;
* D-12301: Duplicating local datatable didn&#039;t create datatable in sqlserver.&lt;br /&gt;
* D-11950: Redshift: Using list aggregation with different orderings in a single select did not work.&lt;br /&gt;
* D-12097: Error &amp;quot;Unable to join two tables without specified binding columns&amp;quot;, when dimensioning events by two case attributes.&lt;br /&gt;
* D-11862: Filter with integer stringifiedvalues raised an exception when running in in-memory.&lt;br /&gt;
* D-12087: Ambiguous column name &#039;CaseId&#039;. The column &#039;CaseId&#039; was specified multiple times for &#039;df_5&#039;.&lt;br /&gt;
* D-12297: The datediff function resulted in an overflow when using high precision in SQL Server.&lt;br /&gt;
* D-12288: Error in querying event type measures: An item with the same key has already been added.&lt;br /&gt;
* D-12329: Filters using Boolean Attributes didn&#039;t work in SQL Server/Snowflake.&lt;br /&gt;
* D-12054: Backslashes in string literals gave null reference error in dataframe processing.&lt;br /&gt;
* D-12065: Case attribute filtering with column mapped to case id didn&#039;t work in filters.&lt;br /&gt;
* D-12070: PA server incorrectly modified dashboard json.&lt;br /&gt;
* D-12046: Expression language DateTime.Ticks was always UTC time.&lt;br /&gt;
* D-12102: SQL Expression: Variable-function did not work if the variable has upper-case letters.&lt;br /&gt;
* D-12389: When using AggregateFrom, filters were always applied on the completely unfiltered set of events even if a &amp;quot;top level&amp;quot; filter existed also.&lt;br /&gt;
* D-12345: Mapping columns and using Columns function caused error &#039;invalid identifier&#039;.&lt;br /&gt;
* D-12082: SourceData definition to events effected to case attributes.&lt;br /&gt;
* D-12348: DateDiff did not support milliseconds in-memory.&lt;br /&gt;
* D-12374: Overflow error occurred when calculating standard deviation for the case durations in a big model.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.4 (build 1001) (released 2022-05-31) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language has new function [[Generic_Functions_in_QPR_ProcessAnalyzer#Data_source_connectors|CallWebService]] for extracting data from web API&#039;s and make generic http calls. This function replaces the ReadWebService function which was a pre-production version of the same functionality. The ReadWebService function is thus now deprecated and it will be removed in future. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06864: New dashboard component: Big data flowchart that calculates in Snowflake.&lt;br /&gt;
* B-06434: Flowchart has been improved by adding e.g., presets, tabs and title (both in in-memory and big data flowchart).&lt;br /&gt;
* B-06515: New setting for chart to prevent applying chart filter to other charts ([[QPR_ProcessAnalyzer_Chart#Filtering_Settings|Apply chart filters to dashboard]]).&lt;br /&gt;
* B-06450: Log in screen visual layout has been renewed.&lt;br /&gt;
* B-06876: User management system reports including used license for each user.&lt;br /&gt;
* B-05981: Expression language function CallWebService for web api and http calls.&lt;br /&gt;
* B-06789: Datetime truncation function support for half-year and millisecond time units.&lt;br /&gt;
* B-06497: SqlExpression function for getting string length.&lt;br /&gt;
* B-06581: SqlExpression function for trimming white spaces from strings (Trim).&lt;br /&gt;
* B-06630: SqlExpression function to add duration to date (DateAdd).&lt;br /&gt;
* B-06631: SqlExpression function for getting a substring of a string (Substring).&lt;br /&gt;
* B-06860: SqlDataFrame function to remove columns (RemoveColumns).&lt;br /&gt;
* B-06832: When error occurs in script run in client side, error message is shown in script log.&lt;br /&gt;
* B-06818: Russian language has been removed from UI.&lt;br /&gt;
* B-06445: Datatable row counts are cached to avoid querying the information from Snowflake.&lt;br /&gt;
* B-06843: Backend support for filter rule to filter events by event attribute values.&lt;br /&gt;
* B-06871: Translation updates for 2022.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11802: When closing fullscreen, sometimes main header stayed invisible.&lt;br /&gt;
* D-11947: Dynamic dropdown lists didn&#039;t open in first click in certain situations in Firefox.&lt;br /&gt;
* D-11783: Flowchart start/end flow measure label showed in incorrect place when there are only one starting/ending flow.&lt;br /&gt;
* D-11796: Data export in pivot table didn&#039;t work.&lt;br /&gt;
* D-11530: When model is moved to other project, linked datatables are now not moved.&lt;br /&gt;
* D-11714: Scripts list hover buttons didn&#039;t work in Firefox.&lt;br /&gt;
* D-11500: Duplicated name check for workspace items was missing.&lt;br /&gt;
* D-11782: Some in-memory chart expressions gave parse exception: token recognition error at: &#039;\n&#039;.&lt;br /&gt;
* D-11871: Importing large number of rows to Snowflake could be very slow, as it incorrectly used SQL insert.&lt;br /&gt;
* D-11781: Persisting more complicated SqlDataFrames did not work.&lt;br /&gt;
* D-11849: Script log was not generated when running tasks in parallel using AsParallel function.&lt;br /&gt;
* D-11789: Changing expression to &amp;quot;none&amp;quot; crashed UI, and line breaks were incorrectly removed in multiline text fields.&lt;br /&gt;
* D-11817: Error missing when trying to run --#CallWebService with ExecuteInClientSide=1 in web UI.&lt;br /&gt;
* D-11716: Deleted models were incorrectly listed in main header.&lt;br /&gt;
* D-11912: User management dialog showed global roles incorrectly after they have been changed.&lt;br /&gt;
* D-11940: Datatable rows column didn&#039;t show all when there is over 1 billion rows.&lt;br /&gt;
* D-11596: Event count calculated incorrectly using AggregateFrom events.&lt;br /&gt;
* D-11588: EventTypes root dimensioned by case count with AggregateFrom did not work.&lt;br /&gt;
* D-11778: Variations dimensioned by flow count gave error in SQLDataFrames.&lt;br /&gt;
* D-11788: User roles did not work in expression language.&lt;br /&gt;
* D-11815: Variation case count showed as too large when there was other value joining events.&lt;br /&gt;
* D-11818: Flow case count calculated incorrectly in dataframes.&lt;br /&gt;
* D-11794: Switch statement returned null reference exception when condition expression evaluates to null.&lt;br /&gt;
* D-11820: Variation duration calculation gave error in dataframes.&lt;br /&gt;
* D-11867: Variations were not deterministic if there were events with same timestamps.&lt;br /&gt;
* D-11891: Snowflake data import could fail in SQL insert mode due to too many statements.&lt;br /&gt;
* D-11848: Configuration needed to be defined as valid JSON &#039;null&#039;.&lt;br /&gt;
* D-11784: Memorycache root gave errors when measures were used.&lt;br /&gt;
* D-11913: Root causes icon was missing on the header.&lt;br /&gt;
* D-11938: Design model was incorrectly not stored to the dashboard.&lt;br /&gt;
* D-11939: Filter rule dialog showed incorrectly case/event attribute datatype in eventlog mode.&lt;br /&gt;
* D-12004: Adjustment expression and Custom aggregation expression could not be emptied.&lt;br /&gt;
* D-12034: All filter rules were not visible in main header when there are lot of them.&lt;br /&gt;
* D-11821: Flow count of variation is incorrectly null for some variations.&lt;br /&gt;
* D-11834: Error when dimensioning flows by case count in dataframes.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.3 (build 925) (released 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace topmost level. All existing dashboards and scripts in the topmost level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06310: [[Big_Data_Chart|Big data chart]] to perform calculation in Snowflake.&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-05763: Possibility to set SAML service provider signing certificate.&lt;br /&gt;
* B-06765: Remove legacy library for the SAP data connector.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06779: SQLDataFrame IN function support for null values.&lt;br /&gt;
* B-06553: Round and TruncateDate functions for SQL expressions.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation parameters in dataframe processing dimensions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to new project.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11708: Text filters did not work correctly in dashboard tables.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11537: Script run failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session expiration.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11591: It was not possible to import csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11605: Implemented datatables metadata caching, as opening models list was too slow in some environments.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed when showing string values.&lt;br /&gt;
* D-11599: KPI card could not display very large values properly.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Add tooltip to effective permission table in Manage users dialog.&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes incorrectly shown for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21592</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21592"/>
		<updated>2022-08-15T12:04:36Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2022.5 (planned release date 2022-08-23) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.5 (planned release date 2022-08-23) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Datatables will now be stored to a separate database, i.e., new datatables are not anymore created to the QPR ProcessAnalyzer metadata database. This improves performance as data intensive datatable operations are isolated from metadata operations. To take this feature into use, create a new database in SQL Server and set the [[PA_Configuration_database_table#General_Settings|SqlServerConnectionString]] setting in the configuration table to connect to that database. When this configuration has been made, all new datatables are created to the datatables database. Pre-existing datatables are still located in the metadata database. To benefit from the separation of data, the pre-existing datatables need to be recreated, which can be done by creating a duplicate of the datatable. Support for the metadata database stored datatables is continued, but deprecating the support in future will be considered.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Following legacy analyses have been removed: Variations Chart (1), Event Types Chart (4), Models (17), Model Report (21), Project Report (22), Datatable Report (23), and Script Report (24). For these reports, use the corresponding native functionality in the expression language.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Security hardening instructions how to set the [[QPR_ProcessAnalyzer_Security_Hardening#Add_Security_Related_HTTP_Headers_in_IIS|Content-Security-Policy]] http header, has changed. In the addition, the &#039;&#039;&#039;img-src&#039;&#039;&#039; directive includes also &#039;&#039;&#039;blob:&#039;&#039;&#039; urls (this allows to export Highcharts charts).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06898: In Snowflake models, events can be filtered based on event attribute values.&lt;br /&gt;
* B-07069: Datatables can be stored to a separate SQL Server database to reduce load from metadata database.&lt;br /&gt;
* B-06981: Chart settings remember the last opened tab, and the settings are always for the active chart.&lt;br /&gt;
* B-06844: In script editor, the script status is automatic refreshed.&lt;br /&gt;
* B-07000: Workspace Models and Scripts tab auto-refresh has been optimized for performance.&lt;br /&gt;
* B-06525: In dashboard editor, the background alignment grid is now better visible with any background color.&lt;br /&gt;
* B-06829: UI remembers the user&#039;s last selected model in next login.&lt;br /&gt;
* B-06643: Links in header changed, e.g., the eLearning library link.&lt;br /&gt;
* B-06456: Change icons in chart Visualization selection.&lt;br /&gt;
* B-06998: Implement referrer policy HTTP header.&lt;br /&gt;
* B-06910: Frontend components have been updated.&lt;br /&gt;
* B-06996: Chart specific event type mapping for big data chart and big data flowchart.&lt;br /&gt;
* B-07205: Replace Scripts analysis (24) with expression language property.&lt;br /&gt;
* B-06934: Rewrite /api/filters?modelId=x to use entity framework.&lt;br /&gt;
* B-06831: Remove querying filters with model metadata.&lt;br /&gt;
* B-06907: Define start row for the returned data in dataframe processing.&lt;br /&gt;
* B-06879: NumberPrecision and DatetimeTruncation support for dataframe queries Values columns.&lt;br /&gt;
* B-06983: ModelManager model metadata caching improvements.&lt;br /&gt;
* B-06987: Add caching for Project objects.&lt;br /&gt;
* B-06555: Backend: Query specific column mappings for dataframe processing.&lt;br /&gt;
* B-06867: Enable using external SQL Server databases as data source for Datatables.&lt;br /&gt;
* B-06543: Expression language: Generic Eval-function for evaluating an expression given in a string.&lt;br /&gt;
* B-07125: External SQL server - refactor to make it work as Local server.&lt;br /&gt;
* B-06813: Pacm file should support case and event attribute data types.&lt;br /&gt;
* B-06467: Expression language: IDataFrame.SelectDistinct-function.&lt;br /&gt;
* B-06906: Expression language: Model.Configuration and Datatable.Configuration property to get configuration json as dictionary.&lt;br /&gt;
* B-07175: Remove deprecated analyses. &lt;br /&gt;
* B-07170: New project context functions ScriptByName/ModelByName and change behavior for DatatableByName.&lt;br /&gt;
* B-07187: Optimization for SelectDistinct (Continuation for B-06467).&lt;br /&gt;
* B-06933: SQL expressions: &amp;quot;Like&amp;quot; function for string pattern matching.&lt;br /&gt;
* B-06919: Expression language: Increment (++) and decrement (--) operators.&lt;br /&gt;
* B-06936: Prevent using outdated cache in dataframe processing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-12075: DashboardFilter variable rules were applied in incorrect order.&lt;br /&gt;
* D-12351: Pivot table columns headers had unnecessary prefix when there are multiple measures and no dimensions in columns.&lt;br /&gt;
* D-11946: Content security policy violation occurred when exporting Highcharts charts as images.&lt;br /&gt;
* D-12064: Chart pending query was incorrectly cancelled when going to and from Add component mode.&lt;br /&gt;
* D-11606: Scripts and Projects tab slightly covered the top borderline of workspace datagrid and entire grid was not visible.&lt;br /&gt;
* D-12045: Column filter was not cleared when user switched to other view in Recycle bin.&lt;br /&gt;
* D-11590: Two context menus were visible at the same time.&lt;br /&gt;
* D-11131: It was not possible to move data grid column Custom filter dialog.&lt;br /&gt;
* D-11401: For datatables filter popup menu was opened outside visible dialog and required more scrolling to be seen.&lt;br /&gt;
* D-11650: In Workspace, sub context menu for target projects to move items didn&#039;t open with latest Syncfusion.&lt;br /&gt;
* D-11651: Multiselect list lost some items when using search.&lt;br /&gt;
* D-11657: Combobox autofill was broken.&lt;br /&gt;
* D-11639: User&#039;s default model did not behave as it should.&lt;br /&gt;
* D-12085: Filter rules in header were lost when pressing F5.&lt;br /&gt;
* D-12142: KPI card value is now visible for non-numeric values.&lt;br /&gt;
* D-12105: Nullable object must have value error displayed  when trying to open Enhanced BPMN dashboard.&lt;br /&gt;
* D-12157: Root causes analysis in the Conformance Root Causes Analysis didn&#039;t work.&lt;br /&gt;
* D-12067: Some tooltips, e.g., in BPMN button, didn&#039;t disappear at all.&lt;br /&gt;
* D-12069: User got querying variation error when first time created big data flowchart.&lt;br /&gt;
* D-12177: In models list, search and cancel icons were vertically misaligned.&lt;br /&gt;
* D-12116: Add and delete filter rule from Create Filter dialogue did not work.&lt;br /&gt;
* D-11445: When using very large value for border corner roundness, chart settings were not visible.&lt;br /&gt;
* D-12166: External content presentation object was broken due to too strict content security policy.&lt;br /&gt;
* D-12151: KPI card incorrectly showed error &amp;quot;Measure data type needs to be numeric&amp;quot; when numerical measure has null value.&lt;br /&gt;
* D-12150: Event data column named &amp;quot;Case ID&amp;quot; mapping to both Case ID and Event Type caused error &amp;quot;An item with the same key has already been added&amp;quot;.&lt;br /&gt;
* D-12325: Workspace root level had too many New items in context menu.&lt;br /&gt;
* D-12326: Wrong menu displayed for sub projects if first click create new option for root level from project tree view.&lt;br /&gt;
* D-12000: Script log system report default time interval was too long making report very slow.&lt;br /&gt;
* D-12119: Uncaught (in promise) TypeError occured: Cannot set properties of undefined (setting &#039;isAnimate&#039;).&lt;br /&gt;
* D-12293: &amp;quot;Cannot read properties of undefined (reading &#039;id&#039;) at o.checkTabNames&amp;quot; error occured.&lt;br /&gt;
* D-12294: Term ID was incorrectly translated.&lt;br /&gt;
* D-12353: Dialogs broke when there are quotation marks in header.&lt;br /&gt;
* D-12324: The visibility stepper counter didn&#039;t follow changed variations.&lt;br /&gt;
* D-12373: CSV import may have failed when there are line breaks in strings.&lt;br /&gt;
* D-11978: Soft deleted project could incorrectly be queried by admins.&lt;br /&gt;
* D-11982: Null reference error when filter contained attribute value with null.&lt;br /&gt;
* D-11706: Deadlocks during tests in Concurrency test category.&lt;br /&gt;
* D-11893: User.Globalpermissions returned incorrectly Hashset for inactive users (should return array).&lt;br /&gt;
* D-11892: Project-specific user role could be assigned without project id (as global).&lt;br /&gt;
* D-12114: In-memory core gave now and then error: The given key was not present in the dictionary.&lt;br /&gt;
* D-12138: Timespan function incorrectly assumed 32-bit integers.&lt;br /&gt;
* D-11548: Removed setting of default model and view.&lt;br /&gt;
* D-12230: Column mappings didn&#039;t work for some dataframe processing operations.&lt;br /&gt;
* D-12100: Giving project name (possibly id too) for DataFrame.Persist did not work when persisting a SqlDataFrame.&lt;br /&gt;
* D-12099: Querying SqlDataFrame for an empty table returned an empty in-memory DataFrame.&lt;br /&gt;
* D-12301: Duplicating local datatable didn&#039;t create datatable in sqlserver.&lt;br /&gt;
* D-11950: Redshift: Using list aggregation with different orderings in a single select did not work.&lt;br /&gt;
* D-12097: Error &amp;quot;Unable to join two tables without specified binding columns&amp;quot;, when dimensioning events by two case attributes.&lt;br /&gt;
* D-11862: Filter with integer stringifiedvalues raised an exception when running in in-memory.&lt;br /&gt;
* D-12087: Ambiguous column name &#039;CaseId&#039;. The column &#039;CaseId&#039; was specified multiple times for &#039;df_5&#039;.&lt;br /&gt;
* D-12297: The datediff function resulted in an overflow when using high precision in SQL Server.&lt;br /&gt;
* D-12288: Error in querying event type measures: An item with the same key has already been added.&lt;br /&gt;
* D-12329: Filters using Boolean Attributes didn&#039;t work in SQL Server/Snowflake.&lt;br /&gt;
* D-12054: Backslashes in string literals gave null reference error in dataframe processing.&lt;br /&gt;
* D-12065: Case attribute filtering with column mapped to case id didn&#039;t work in filters.&lt;br /&gt;
* D-12070: PA server incorrectly modified dashboard json.&lt;br /&gt;
* D-12046: Expression language DateTime.Ticks was always UTC time.&lt;br /&gt;
* D-12102: SQL Expression: Variable-function did not work if the variable has upper-case letters.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.4 (build 1001) (released 2022-05-31) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language has new function [[Generic_Functions_in_QPR_ProcessAnalyzer#Data_source_connectors|CallWebService]] for extracting data from web API&#039;s and make generic http calls. This function replaces the ReadWebService function which was a pre-production version of the same functionality. The ReadWebService function is thus now deprecated and it will be removed in future. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06864: New dashboard component: Big data flowchart that calculates in Snowflake.&lt;br /&gt;
* B-06434: Flowchart has been improved by adding e.g., presets, tabs and title (both in in-memory and big data flowchart).&lt;br /&gt;
* B-06515: New setting for chart to prevent applying chart filter to other charts ([[QPR_ProcessAnalyzer_Chart#Filtering_Settings|Apply chart filters to dashboard]]).&lt;br /&gt;
* B-06450: Log in screen visual layout has been renewed.&lt;br /&gt;
* B-06876: User management system reports including used license for each user.&lt;br /&gt;
* B-05981: Expression language function CallWebService for web api and http calls.&lt;br /&gt;
* B-06789: Datetime truncation function support for half-year and millisecond time units.&lt;br /&gt;
* B-06497: SqlExpression function for getting string length.&lt;br /&gt;
* B-06581: SqlExpression function for trimming white spaces from strings (Trim).&lt;br /&gt;
* B-06630: SqlExpression function to add duration to date (DateAdd).&lt;br /&gt;
* B-06631: SqlExpression function for getting a substring of a string (Substring).&lt;br /&gt;
* B-06860: SqlDataFrame function to remove columns (RemoveColumns).&lt;br /&gt;
* B-06832: When error occurs in script run in client side, error message is shown in script log.&lt;br /&gt;
* B-06818: Russian language has been removed from UI.&lt;br /&gt;
* B-06445: Datatable row counts are cached to avoid querying the information from Snowflake.&lt;br /&gt;
* B-06843: Backend support for filter rule to filter events by event attribute values.&lt;br /&gt;
* B-06871: Translation updates for 2022.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11802: When closing fullscreen, sometimes main header stayed invisible.&lt;br /&gt;
* D-11947: Dynamic dropdown lists didn&#039;t open in first click in certain situations in Firefox.&lt;br /&gt;
* D-11783: Flowchart start/end flow measure label showed in incorrect place when there are only one starting/ending flow.&lt;br /&gt;
* D-11796: Data export in pivot table didn&#039;t work.&lt;br /&gt;
* D-11530: When model is moved to other project, linked datatables are now not moved.&lt;br /&gt;
* D-11714: Scripts list hover buttons didn&#039;t work in Firefox.&lt;br /&gt;
* D-11500: Duplicated name check for workspace items was missing.&lt;br /&gt;
* D-11782: Some in-memory chart expressions gave parse exception: token recognition error at: &#039;\n&#039;.&lt;br /&gt;
* D-11871: Importing large number of rows to Snowflake could be very slow, as it incorrectly used SQL insert.&lt;br /&gt;
* D-11781: Persisting more complicated SqlDataFrames did not work.&lt;br /&gt;
* D-11849: Script log was not generated when running tasks in parallel using AsParallel function.&lt;br /&gt;
* D-11789: Changing expression to &amp;quot;none&amp;quot; crashed UI, and line breaks were incorrectly removed in multiline text fields.&lt;br /&gt;
* D-11817: Error missing when trying to run --#CallWebService with ExecuteInClientSide=1 in web UI.&lt;br /&gt;
* D-11716: Deleted models were incorrectly listed in main header.&lt;br /&gt;
* D-11912: User management dialog showed global roles incorrectly after they have been changed.&lt;br /&gt;
* D-11940: Datatable rows column didn&#039;t show all when there is over 1 billion rows.&lt;br /&gt;
* D-11596: Event count calculated incorrectly using AggregateFrom events.&lt;br /&gt;
* D-11588: EventTypes root dimensioned by case count with AggregateFrom did not work.&lt;br /&gt;
* D-11778: Variations dimensioned by flow count gave error in SQLDataFrames.&lt;br /&gt;
* D-11788: User roles did not work in expression language.&lt;br /&gt;
* D-11815: Variation case count showed as too large when there was other value joining events.&lt;br /&gt;
* D-11818: Flow case count calculated incorrectly in dataframes.&lt;br /&gt;
* D-11794: Switch statement returned null reference exception when condition expression evaluates to null.&lt;br /&gt;
* D-11820: Variation duration calculation gave error in dataframes.&lt;br /&gt;
* D-11867: Variations were not deterministic if there were events with same timestamps.&lt;br /&gt;
* D-11891: Snowflake data import could fail in SQL insert mode due to too many statements.&lt;br /&gt;
* D-11848: Configuration needed to be defined as valid JSON &#039;null&#039;.&lt;br /&gt;
* D-11784: Memorycache root gave errors when measures were used.&lt;br /&gt;
* D-11913: Root causes icon was missing on the header.&lt;br /&gt;
* D-11938: Design model was incorrectly not stored to the dashboard.&lt;br /&gt;
* D-11939: Filter rule dialog showed incorrectly case/event attribute datatype in eventlog mode.&lt;br /&gt;
* D-12004: Adjustment expression and Custom aggregation expression could not be emptied.&lt;br /&gt;
* D-12034: All filter rules were not visible in main header when there are lot of them.&lt;br /&gt;
* D-11821: Flow count of variation is incorrectly null for some variations.&lt;br /&gt;
* D-11834: Error when dimensioning flows by case count in dataframes.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.3 (build 925) (released 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace topmost level. All existing dashboards and scripts in the topmost level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06310: [[Big_Data_Chart|Big data chart]] to perform calculation in Snowflake.&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-05763: Possibility to set SAML service provider signing certificate.&lt;br /&gt;
* B-06765: Remove legacy library for the SAP data connector.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06779: SQLDataFrame IN function support for null values.&lt;br /&gt;
* B-06553: Round and TruncateDate functions for SQL expressions.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation parameters in dataframe processing dimensions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to new project.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11708: Text filters did not work correctly in dashboard tables.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11537: Script run failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session expiration.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11591: It was not possible to import csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11605: Implemented datatables metadata caching, as opening models list was too slow in some environments.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed when showing string values.&lt;br /&gt;
* D-11599: KPI card could not display very large values properly.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Add tooltip to effective permission table in Manage users dialog.&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes incorrectly shown for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21591</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21591"/>
		<updated>2022-08-12T07:01:08Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2022.5 (planned release date 2022-08-23) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.5 (planned release date 2022-08-23) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Datatables will now be stored to a separate database, i.e., new datatables are not anymore created to the QPR ProcessAnalyzer metadata database. This improves performance as data intensive datatable operations are isolated from metadata operations. To take this feature into use, create a new database in SQL Server and set the [[PA_Configuration_database_table#General_Settings|SqlServerConnectionString]] setting in the configuration table to connect to that database. When this configuration has been made, all new datatables are created to the datatables database. Pre-existing datatables are still located in the metadata database. To benefit from the separation of data, the pre-existing datatables need to be recreated, which can be done by creating a duplicate of the datatable. Support for the metadata database stored datatables is continued, but deprecating the support in future will be considered.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Following legacy analyses have been removed: Variations Chart (1), Event Types Chart (4), Models (17), Model Report (21), Project Report (22), Datatable Report (23), and Script Report (24). For these reports, use the corresponding native functionality in the expression language.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Security hardening instructions how to set the [[QPR_ProcessAnalyzer_Security_Hardening#Add_Security_Related_HTTP_Headers_in_IIS|Content-Security-Policy]] http header, has changed. In the addition, the &#039;&#039;&#039;img-src&#039;&#039;&#039; directive includes also &#039;&#039;&#039;blob:&#039;&#039;&#039; urls (this allows to export Highcharts charts).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06898: In Snowflake models, events can be filtered based on event attribute values.&lt;br /&gt;
* B-07069: Datatables can be stored to a separate SQL Server database to reduce load from metadata database.&lt;br /&gt;
* B-06981: Chart settings remember the last opened tab, and the settings are always for the active chart.&lt;br /&gt;
* B-06844: In script editor, the script status is automatic refreshed.&lt;br /&gt;
* B-07000: Workspace Models and Scripts tab auto-refresh has been optimized for performance.&lt;br /&gt;
* B-06525: In dashboard editor, the background alignment grid is now better visible with any background color.&lt;br /&gt;
* B-06829: UI remembers the user&#039;s last selected model in next login.&lt;br /&gt;
* B-06643: Links in header changed, e.g., the eLearning library link.&lt;br /&gt;
* B-06456: Change icons in chart Visualization selection.&lt;br /&gt;
* B-06998: Implement referrer policy HTTP header.&lt;br /&gt;
* B-06910: Frontend components have been updated.&lt;br /&gt;
* B-06996: Chart specific event type mapping for big data chart and big data flowchart.&lt;br /&gt;
* B-07205: Replace Scripts analysis (24) with expression language property.&lt;br /&gt;
* B-06934: Rewrite /api/filters?modelId=x to use entity framework.&lt;br /&gt;
* B-06831: Remove querying filters with model metadata.&lt;br /&gt;
* B-06907: Define start row for the returned data in dataframe processing.&lt;br /&gt;
* B-06879: NumberPrecision and DatetimeTruncation support for dataframe queries Values columns.&lt;br /&gt;
* B-06983: ModelManager model metadata caching improvements.&lt;br /&gt;
* B-06987: Add caching for Project objects.&lt;br /&gt;
* B-06555: Backend: Query specific column mappings for dataframe processing.&lt;br /&gt;
* B-06867: Enable using external SQL Server databases as data source for Datatables.&lt;br /&gt;
* B-06543: Expression language: Generic Eval-function for evaluating an expression given in a string.&lt;br /&gt;
* B-07125: External SQL server - refactor to make it work as Local server.&lt;br /&gt;
* B-06813: Pacm file should support case and event attribute data types.&lt;br /&gt;
* B-06467: Expression language: IDataFrame.SelectDistinct-function.&lt;br /&gt;
* B-06906: Expression language: Model.Configuration and Datatable.Configuration property to get configuration json as dictionary.&lt;br /&gt;
* B-07175: Remove deprecated analyses. &lt;br /&gt;
* B-07170: New project context functions ScriptByName/ModelByName and change behavior for DatatableByName.&lt;br /&gt;
* B-07187: Optimization for SelectDistinct (Continuation for B-06467).&lt;br /&gt;
* B-06933: SQL expressions: &amp;quot;Like&amp;quot; function for string pattern matching.&lt;br /&gt;
* B-06919: Expression language: Increment (++) and decrement (--) operators.&lt;br /&gt;
* B-06936: Prevent using outdated cache in dataframe processing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-12075: DashboardFilter variable rules were applied in incorrect order.&lt;br /&gt;
* D-12351: Pivot table columns headers had unnecessary prefix when there are multiple measures and no dimensions in columns.&lt;br /&gt;
* D-11946: Content security policy violation occurred when exporting Highcharts charts as images.&lt;br /&gt;
* D-12064: Chart pending query was incorrectly cancelled when going to and from Add component mode.&lt;br /&gt;
* D-11606: Scripts and Projects tab slightly covered the top borderline of workspace datagrid and entire grid was not visible.&lt;br /&gt;
* D-12045: Column filter was not cleared when user switched to other view in Recycle bin.&lt;br /&gt;
* D-11590: Two context menus were visible at the same time.&lt;br /&gt;
* D-11131: It was not possible to move data grid column Custom filter dialog.&lt;br /&gt;
* D-11401: For datatables filter popup menu was opened outside visible dialog and required more scrolling to be seen.&lt;br /&gt;
* D-11650: In Workspace, sub context menu for target projects to move items didn&#039;t open with latest Syncfusion.&lt;br /&gt;
* D-11651: Multiselect list lost some items when using search.&lt;br /&gt;
* D-11657: Combobox autofill was broken.&lt;br /&gt;
* D-11639: User&#039;s default model did not behave as it should.&lt;br /&gt;
* D-12085: Filter rules in header were lost when pressing F5.&lt;br /&gt;
* D-12142: KPI card value is now visible for non-numeric values.&lt;br /&gt;
* D-12105: Nullable object must have value error displayed  when trying to open Enhanced BPMN dashboard.&lt;br /&gt;
* D-12157: Root causes analysis in the Conformance Root Causes Analysis didn&#039;t work.&lt;br /&gt;
* D-12067: Some tooltips, e.g., in BPMN button, didn&#039;t disappear at all.&lt;br /&gt;
* D-12069: User got querying variation error when first time created big data flowchart.&lt;br /&gt;
* D-12177: In models list, search and cancel icons were vertically misaligned.&lt;br /&gt;
* D-12116: Add and delete filter rule from Create Filter dialogue did not work.&lt;br /&gt;
* D-11445: When using very large value for border corner roundness, chart settings were not visible.&lt;br /&gt;
* D-12166: External content presentation object was broken due to too strict content security policy.&lt;br /&gt;
* D-12151: KPI card incorrectly showed error &amp;quot;Measure data type needs to be numeric&amp;quot; when numerical measure has null value.&lt;br /&gt;
* D-12150: Event data column named &amp;quot;Case ID&amp;quot; mapping to both Case ID and Event Type caused error &amp;quot;An item with the same key has already been added&amp;quot;.&lt;br /&gt;
* D-12325: Workspace root level had too many New items in context menu.&lt;br /&gt;
* D-12326: Wrong menu displayed for sub projects if first click create new option for root level from project tree view.&lt;br /&gt;
* D-12000: Script log system report default time interval was too long making report very slow.&lt;br /&gt;
* D-12119: Uncaught (in promise) TypeError occured: Cannot set properties of undefined (setting &#039;isAnimate&#039;).&lt;br /&gt;
* D-12293: &amp;quot;Cannot read properties of undefined (reading &#039;id&#039;) at o.checkTabNames&amp;quot; error occured.&lt;br /&gt;
* D-12294: Term ID was incorrectly translated.&lt;br /&gt;
* D-12353: Dialogs broke when there are quotation marks in header.&lt;br /&gt;
* D-12324: The visibility stepper counter didn&#039;t follow changed variations.&lt;br /&gt;
* D-12373: CSV import may have failed when there are line breaks in strings.&lt;br /&gt;
* D-11978: Soft deleted project could incorrectly be queried by admins.&lt;br /&gt;
* D-11982: Null reference error when filter contained attribute value with null.&lt;br /&gt;
* D-11706: Deadlocks during tests in Concurrency test category.&lt;br /&gt;
* D-11893: User.Globalpermissions returned incorrectly Hashset for inactive users (should return array).&lt;br /&gt;
* D-11892: Project-specific user role could be assigned without project id (as global).&lt;br /&gt;
* D-12114: In-memory core gave now and then error: The given key was not present in the dictionary.&lt;br /&gt;
* D-12138: Timespan function incorrectly assumed 32-bit integers.&lt;br /&gt;
* D-11548: Removed setting of default model and view.&lt;br /&gt;
* D-12230: Column mappings didn&#039;t work for some dataframe processing operations.&lt;br /&gt;
* D-12100: Giving project name (possibly id too) for DataFrame.Persist did not work when persisting a SqlDataFrame.&lt;br /&gt;
* D-12099: Querying SqlDataFrame for an empty table returned an empty in-memory DataFrame.&lt;br /&gt;
* D-12301: Duplicating local datatable didn&#039;t create datatable in sqlserver.&lt;br /&gt;
* D-11950: Redshift: Using list aggregation with different orderings in a single select did not work.&lt;br /&gt;
* D-12097: Error &amp;quot;Unable to join two tables without specified binding columns&amp;quot;, when dimensioning events by two case attributes.&lt;br /&gt;
* D-11862: Filter with integer stringifiedvalues raised an exception when running in in-memory.&lt;br /&gt;
* D-12087: Ambiguous column name &#039;CaseId&#039;. The column &#039;CaseId&#039; was specified multiple times for &#039;df_5&#039;.&lt;br /&gt;
* D-12297: The datediff function resulted in an overflow when using high precision in SQL Server.&lt;br /&gt;
* D-12350: TA: DeleteModelsInRecycleBinOnStartup threw exception: System.NullReferenceException: Object reference not set to an instance of an object. --not in release notes&lt;br /&gt;
* D-12288: Error in querying event type measures: An item with the same key has already been added.&lt;br /&gt;
* D-11707: TA: Server Activation is failing. --not in release notes&lt;br /&gt;
* D-12329: Filters using Boolean Attributes didn&#039;t work in SQL Server/Snowflake.&lt;br /&gt;
* D-12054: Backslashes in string literals gave null reference error in dataframe processing.&lt;br /&gt;
* D-12152: Maximum parallelism code need refactoring. --not in release notes&lt;br /&gt;
* D-12065: Case attribute filtering with column mapped to case id didn&#039;t work in filters.&lt;br /&gt;
* D-12070: PA server incorrectly modified dashboard json.&lt;br /&gt;
* D-12046: Expression language DateTime.Ticks was always UTC time.&lt;br /&gt;
* D-12102: SQL Expression: Variable-function did not work if the variable has upper-case letters.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.4 (build 1001) (released 2022-05-31) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language has new function [[Generic_Functions_in_QPR_ProcessAnalyzer#Data_source_connectors|CallWebService]] for extracting data from web API&#039;s and make generic http calls. This function replaces the ReadWebService function which was a pre-production version of the same functionality. The ReadWebService function is thus now deprecated and it will be removed in future. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06864: New dashboard component: Big data flowchart that calculates in Snowflake.&lt;br /&gt;
* B-06434: Flowchart has been improved by adding e.g., presets, tabs and title (both in in-memory and big data flowchart).&lt;br /&gt;
* B-06515: New setting for chart to prevent applying chart filter to other charts ([[QPR_ProcessAnalyzer_Chart#Filtering_Settings|Apply chart filters to dashboard]]).&lt;br /&gt;
* B-06450: Log in screen visual layout has been renewed.&lt;br /&gt;
* B-06876: User management system reports including used license for each user.&lt;br /&gt;
* B-05981: Expression language function CallWebService for web api and http calls.&lt;br /&gt;
* B-06789: Datetime truncation function support for half-year and millisecond time units.&lt;br /&gt;
* B-06497: SqlExpression function for getting string length.&lt;br /&gt;
* B-06581: SqlExpression function for trimming white spaces from strings (Trim).&lt;br /&gt;
* B-06630: SqlExpression function to add duration to date (DateAdd).&lt;br /&gt;
* B-06631: SqlExpression function for getting a substring of a string (Substring).&lt;br /&gt;
* B-06860: SqlDataFrame function to remove columns (RemoveColumns).&lt;br /&gt;
* B-06832: When error occurs in script run in client side, error message is shown in script log.&lt;br /&gt;
* B-06818: Russian language has been removed from UI.&lt;br /&gt;
* B-06445: Datatable row counts are cached to avoid querying the information from Snowflake.&lt;br /&gt;
* B-06843: Backend support for filter rule to filter events by event attribute values.&lt;br /&gt;
* B-06871: Translation updates for 2022.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11802: When closing fullscreen, sometimes main header stayed invisible.&lt;br /&gt;
* D-11947: Dynamic dropdown lists didn&#039;t open in first click in certain situations in Firefox.&lt;br /&gt;
* D-11783: Flowchart start/end flow measure label showed in incorrect place when there are only one starting/ending flow.&lt;br /&gt;
* D-11796: Data export in pivot table didn&#039;t work.&lt;br /&gt;
* D-11530: When model is moved to other project, linked datatables are now not moved.&lt;br /&gt;
* D-11714: Scripts list hover buttons didn&#039;t work in Firefox.&lt;br /&gt;
* D-11500: Duplicated name check for workspace items was missing.&lt;br /&gt;
* D-11782: Some in-memory chart expressions gave parse exception: token recognition error at: &#039;\n&#039;.&lt;br /&gt;
* D-11871: Importing large number of rows to Snowflake could be very slow, as it incorrectly used SQL insert.&lt;br /&gt;
* D-11781: Persisting more complicated SqlDataFrames did not work.&lt;br /&gt;
* D-11849: Script log was not generated when running tasks in parallel using AsParallel function.&lt;br /&gt;
* D-11789: Changing expression to &amp;quot;none&amp;quot; crashed UI, and line breaks were incorrectly removed in multiline text fields.&lt;br /&gt;
* D-11817: Error missing when trying to run --#CallWebService with ExecuteInClientSide=1 in web UI.&lt;br /&gt;
* D-11716: Deleted models were incorrectly listed in main header.&lt;br /&gt;
* D-11912: User management dialog showed global roles incorrectly after they have been changed.&lt;br /&gt;
* D-11940: Datatable rows column didn&#039;t show all when there is over 1 billion rows.&lt;br /&gt;
* D-11596: Event count calculated incorrectly using AggregateFrom events.&lt;br /&gt;
* D-11588: EventTypes root dimensioned by case count with AggregateFrom did not work.&lt;br /&gt;
* D-11778: Variations dimensioned by flow count gave error in SQLDataFrames.&lt;br /&gt;
* D-11788: User roles did not work in expression language.&lt;br /&gt;
* D-11815: Variation case count showed as too large when there was other value joining events.&lt;br /&gt;
* D-11818: Flow case count calculated incorrectly in dataframes.&lt;br /&gt;
* D-11794: Switch statement returned null reference exception when condition expression evaluates to null.&lt;br /&gt;
* D-11820: Variation duration calculation gave error in dataframes.&lt;br /&gt;
* D-11867: Variations were not deterministic if there were events with same timestamps.&lt;br /&gt;
* D-11891: Snowflake data import could fail in SQL insert mode due to too many statements.&lt;br /&gt;
* D-11848: Configuration needed to be defined as valid JSON &#039;null&#039;.&lt;br /&gt;
* D-11784: Memorycache root gave errors when measures were used.&lt;br /&gt;
* D-11913: Root causes icon was missing on the header.&lt;br /&gt;
* D-11938: Design model was incorrectly not stored to the dashboard.&lt;br /&gt;
* D-11939: Filter rule dialog showed incorrectly case/event attribute datatype in eventlog mode.&lt;br /&gt;
* D-12004: Adjustment expression and Custom aggregation expression could not be emptied.&lt;br /&gt;
* D-12034: All filter rules were not visible in main header when there are lot of them.&lt;br /&gt;
* D-11821: Flow count of variation is incorrectly null for some variations.&lt;br /&gt;
* D-11834: Error when dimensioning flows by case count in dataframes.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.3 (build 925) (released 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace topmost level. All existing dashboards and scripts in the topmost level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06310: [[Big_Data_Chart|Big data chart]] to perform calculation in Snowflake.&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-05763: Possibility to set SAML service provider signing certificate.&lt;br /&gt;
* B-06765: Remove legacy library for the SAP data connector.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06779: SQLDataFrame IN function support for null values.&lt;br /&gt;
* B-06553: Round and TruncateDate functions for SQL expressions.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation parameters in dataframe processing dimensions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to new project.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11708: Text filters did not work correctly in dashboard tables.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11537: Script run failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session expiration.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11591: It was not possible to import csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11605: Implemented datatables metadata caching, as opening models list was too slow in some environments.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed when showing string values.&lt;br /&gt;
* D-11599: KPI card could not display very large values properly.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Add tooltip to effective permission table in Manage users dialog.&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes incorrectly shown for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21403</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21403"/>
		<updated>2022-05-30T11:21:38Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2022.4 (planned release date 2022-05-31) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.4 (planned release date 2022-05-31) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language has new function [[Generic_Functions_in_QPR_ProcessAnalyzer#Data_source_connectors|CallWebService]] for extracting data from web API&#039;s and make generic http calls. This function replaces the ReadWebService function which was a pre-production version of the same functionality. The ReadWebService function is thus now deprecated and it will be removed in future. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06864: New dashboard component: Big data flowchart that calculates in Snowflake.&lt;br /&gt;
* B-06434: Flowchart has been improved by adding e.g., presets, tabs and title (both in in-memory and big data flowchart).&lt;br /&gt;
* B-06515: New setting for chart to prevent applying chart filter to other charts ([[QPR_ProcessAnalyzer_Chart#Filtering_Settings|Apply chart filters to dashboard]]).&lt;br /&gt;
* B-06450: Log in screen visual layout has been renewed.&lt;br /&gt;
* B-06876: User management system reports including used license for each user.&lt;br /&gt;
* B-05981: Expression language function CallWebService for web api and http calls.&lt;br /&gt;
* B-06789: Datetime truncation function support for half-year and millisecond time units.&lt;br /&gt;
* B-06497: SqlExpression function for getting string length.&lt;br /&gt;
* B-06581: SqlExpression function for trimming white spaces from strings (Trim).&lt;br /&gt;
* B-06630: SqlExpression function to add duration to date (DateAdd).&lt;br /&gt;
* B-06631: SqlExpression function for getting a substring of a string (Substring).&lt;br /&gt;
* B-06860: SqlDataFrame function to remove columns (RemoveColumns).&lt;br /&gt;
* B-06832: When error occurs in script run in client side, error message is shown in script log.&lt;br /&gt;
* B-06818: Russian language has been removed from UI.&lt;br /&gt;
* B-06445: Datatable row counts are cached to avoid querying the information from Snowflake.&lt;br /&gt;
* B-06843: Backend support for filter rule to filter events by event attribute values.&lt;br /&gt;
* B-06871: Translation updates for 2022.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11802: When closing fullscreen, sometimes main header stayed invisible.&lt;br /&gt;
* D-11947: Dynamic dropdown lists didn&#039;t open in first click in certain situations in Firefox.&lt;br /&gt;
* D-11783: Flowchart start/end flow measure label showed in incorrect place when there are only one starting/ending flow.&lt;br /&gt;
* D-11796: Data export in pivot table didn&#039;t work.&lt;br /&gt;
* D-11530: When model is moved to other project, linked datatables are now not moved.&lt;br /&gt;
* D-11714: Scripts list hover buttons didn&#039;t work in Firefox.&lt;br /&gt;
* D-11500: Duplicated name check for workspace items was missing.&lt;br /&gt;
* D-11782: Some in-memory chart expressions gave parse exception: token recognition error at: &#039;\n&#039;.&lt;br /&gt;
* D-11871: Importing large number of rows to Snowflake could be very slow, as it incorrectly used SQL insert.&lt;br /&gt;
* D-11781: Persisting more complicated SqlDataFrames did not work.&lt;br /&gt;
* D-11849: Script log was not generated when running tasks in parallel using AsParallel function.&lt;br /&gt;
* D-11789: Changing expression to &amp;quot;none&amp;quot; crashed UI, and line breaks were incorrectly removed in multiline text fields.&lt;br /&gt;
* D-11817: Error missing when trying to run --#CallWebService with ExecuteInClientSide=1 in web UI.&lt;br /&gt;
* D-11716: Deleted models were incorrectly listed in main header.&lt;br /&gt;
* D-11912: User management dialog showed global roles incorrectly after they have been changed.&lt;br /&gt;
* D-11940: Datatable rows column didn&#039;t show all when there is over 1 billion rows.&lt;br /&gt;
* D-11596: Event count calculated incorrectly using AggregateFrom events.&lt;br /&gt;
* D-11588: EventTypes root dimensioned by case count with AggregateFrom did not work.&lt;br /&gt;
* D-11778: Variations dimensioned by flow count gave error in SQLDataFrames.&lt;br /&gt;
* D-11788: User roles did not work in expression language.&lt;br /&gt;
* D-11815: Variation case count showed as too large when there was other value joining events.&lt;br /&gt;
* D-11818: Flow case count calculated incorrectly in dataframes.&lt;br /&gt;
* D-11794: Switch statement returned null reference exception when condition expression evaluates to null.&lt;br /&gt;
* D-11820: Variation duration calculation gave error in dataframes.&lt;br /&gt;
* D-11867: Variations were not deterministic if there were events with same timestamps.&lt;br /&gt;
* D-11891: Snowflake data import could fail in SQL insert mode due to too many statements.&lt;br /&gt;
* D-11848: Configuration needed to be defined as valid JSON &#039;null&#039;.&lt;br /&gt;
* D-11784: Memorycache root gave errors when measures were used.&lt;br /&gt;
* D-11913: Root causes icon was missing on the header.&lt;br /&gt;
* D-11938: Design model was incorrectly not stored to the dashboard.&lt;br /&gt;
* D-11939: Filter rule dialog showed incorrectly case/event attribute datatype in eventlog mode.&lt;br /&gt;
* D-12004: Adjustment expression and Custom aggregation expression could not be emptied.&lt;br /&gt;
* D-12034: All filter rules were not visible in main header when there are lot of them.&lt;br /&gt;
* D-11821: Flow count of variation is incorrectly null for some variations.&lt;br /&gt;
* D-11834: Error when dimensioning flows by case count in dataframes.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.3 (build 925) (released 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace topmost level. All existing dashboards and scripts in the topmost level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06310: [[Big_Data_Chart|Big data chart]] to perform calculation in Snowflake.&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-05763: Possibility to set SAML service provider signing certificate.&lt;br /&gt;
* B-06765: Remove legacy library for the SAP data connector.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06779: SQLDataFrame IN function support for null values.&lt;br /&gt;
* B-06553: Round and TruncateDate functions for SQL expressions.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation parameters in dataframe processing dimensions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to new project.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11708: Text filters did not work correctly in dashboard tables.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11537: Script run failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session expiration.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11591: It was not possible to import csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11605: Implemented datatables metadata caching, as opening models list was too slow in some environments.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed when showing string values.&lt;br /&gt;
* D-11599: KPI card could not display very large values properly.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Add tooltip to effective permission table in Manage users dialog.&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes incorrectly shown for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21375</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21375"/>
		<updated>2022-05-24T07:23:29Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2022.4 (planned release date 2022-05-31) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.4 (planned release date 2022-05-31) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language has new function [[Generic_Functions_in_QPR_ProcessAnalyzer#Data_source_connectors|CallWebService]] for extracting data from web API&#039;s or make any generic http calls. The function is replacing the ReadWebService function which was meant to be a pre-production version of the same functionality. The ReadWebService function is now deprecated and it will be removed in future. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06515: New setting for charts to prevent applying chart specific filters to other charts ([[QPR_ProcessAnalyzer_Chart#Filtering_Settings|Apply chart filters to dashboard]]).&lt;br /&gt;
* B-06450: Log in screen visual layout has been renewed.&lt;br /&gt;
* B-06818: Russian language has been removed from UI.&lt;br /&gt;
* B-06876: User management system reports.&lt;br /&gt;
* B-06789: Datetime truncation functions should support halfyear and millisecond time units.&lt;br /&gt;
* B-06581: SqlExpression function for trimming white spaces from strings.&lt;br /&gt;
* B-06630: DateAdd function to SqlExpressions.&lt;br /&gt;
* B-06583: Remove devnet.onqpr.com/pawiki from source.&lt;br /&gt;
* B-06631: SqlExpression function for getting a substring of a string.&lt;br /&gt;
* B-06832: When error occurs in script run in client side, error message should be shown in script log.&lt;br /&gt;
* B-06843: Filter rule to filter events by event attribute values.&lt;br /&gt;
* B-06860: RemoveColumns function for SqlDataFrames.&lt;br /&gt;
* B-05981: Expression language function for web service calls.&lt;br /&gt;
* B-06445: Caching of Datatable.NRows.&lt;br /&gt;
* B-06497: SqlExpression function for calculating the length of a string.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11714: Scripts list hover buttons didn&#039;t work in Firefox.&lt;br /&gt;
* D-11500: Duplicated name check for workspace items was missing.&lt;br /&gt;
* D-11782: Some in-memory chart expressions gave parse exception: token recognition error at: &#039;\n&#039;.&lt;br /&gt;
* D-11784: Memorycache root gave errors when measures were used.&lt;br /&gt;
* D-11789: Changing expression to &amp;quot;none&amp;quot; crashed UI, and line breaks were incorrectly removed in multiline text fields.&lt;br /&gt;
* D-11796: Data export in pivot table didn&#039;t work.&lt;br /&gt;
* D-11802: When closing fullscreen, sometimes main header stayed invisible.&lt;br /&gt;
* D-11716: Deleted models were incorrectly listed in main header.&lt;br /&gt;
* D-11912: User management dialog showed global roles incorrectly after they have been changed.&lt;br /&gt;
* D-11940: Datatable rows column didn&#039;t show all when there is over 1 billion rows.&lt;br /&gt;
* D-11947: Dynamic dropdown lists didn&#039;t open in first click in certain situations in Firefox.&lt;br /&gt;
* D-11783: Flowchart start/end flow measure label showed in incorrect place when there are only one starting/ending flow.&lt;br /&gt;
* D-11530: When model is moved to other project, linked datatables should not be moved.&lt;br /&gt;
* D-11596: Event count calculated incorrectly using AggregateFrom events.&lt;br /&gt;
* D-11781: Persisting more complicated SqlDataFrame (one having CTEs) did not work.&lt;br /&gt;
* D-11588: EventTypes root dimensioned by case count with AggregateFrom did not work.&lt;br /&gt;
* D-11778: Variations dimensioned by flow count gave error in SQLDataFrames.&lt;br /&gt;
* D-11788: User roles did not work in expression language.&lt;br /&gt;
* D-11815: Variation case count showed as too large when there was other value joining events.&lt;br /&gt;
* D-11818: Flow case count showed incorrectly in dataframes.&lt;br /&gt;
* D-11794: Switch statement returned null reference exception when condition expression evaluates to null.&lt;br /&gt;
* D-11817: Error missing when trying to run --#CallWebService with ExecuteInClientSide=1 in web UI.&lt;br /&gt;
* D-11820: Variation duration calculation gave error in dataframes.&lt;br /&gt;
* D-11867: Variations were not deterministic if there were events with same timestamps.&lt;br /&gt;
* D-11891: Snowflake data import could fail in sql insert mode due to too many statements.&lt;br /&gt;
* D-11848: Configuration needed to be defined as valid JSON &#039;null&#039;.&lt;br /&gt;
* D-11849: Script log was not generated when running tasks in parallel using AsParallel-functionality.&lt;br /&gt;
* D-11871: Importing large number of rows to Snowflake could be very slow, as it incorrectly used sql insert.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.3 (build 925) (released 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace topmost level. All existing dashboards and scripts in the topmost level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06310: [[Big_Data_Chart|Big data chart]] to perform calculation in Snowflake.&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-05763: Possibility to set SAML service provider signing certificate.&lt;br /&gt;
* B-06765: Remove legacy library for the SAP data connector.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06779: SQLDataFrame IN function support for null values.&lt;br /&gt;
* B-06553: Round and TruncateDate functions for SQL expressions.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation parameters in dataframe processing dimensions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to new project.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11708: Text filters did not work correctly in dashboard tables.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11537: Script run failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session expiration.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11591: It was not possible to import csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11605: Implemented datatables metadata caching, as opening models list was too slow in some environments.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed when showing string values.&lt;br /&gt;
* D-11599: KPI card could not display very large values properly.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Add tooltip to effective permission table in Manage users dialog.&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes incorrectly shown for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21202</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21202"/>
		<updated>2022-04-19T11:19:38Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.3 (planned release date 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace level (topmost level). All existing dashboards and scripts in the Workspace level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
* B-06310: Big data chart to run dataframe expressions.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns with new one.&lt;br /&gt;
* B-05763: Possibility to set SAML SP signing certificate.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06553: Round and TruncateDate SQL expression language functions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to a created project.&lt;br /&gt;
* B-06765: Change SAP data extraction to use SAP NetWeaver RFC library (finalization).&lt;br /&gt;
* B-06779: SQLDataFrame In function support for null values.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation in dimensions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11591: It was not possible to import a csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed if string value was shown.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11599: KPI card could not display very big values properly.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Difficult to see, control columns in effective permission table of Manage users (tooltip was missing).&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes showed for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
* D-11708: Text filters did not work correctly.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11711: Case duration as dimension did not work in dataframe processing.&lt;br /&gt;
* D-11594: Events root dimensioned by case attribute did not work.&lt;br /&gt;
* D-11541: DataFrame query did not work if cases and events datatables have case id column with different names.&lt;br /&gt;
* D-11542: Filtering by numeric attribute values did not work with dataframe mode.&lt;br /&gt;
* D-11712: Coalesce(GetValueFrom(Cases, 1), 0) gave error in dataframe processing.&lt;br /&gt;
* D-11631: Joining cases to cases with AggregateFrom with filtering returned incorrect count.&lt;br /&gt;
* D-11723: Variations root did not work in SQLDataFrames when listing variation path.&lt;br /&gt;
* D-11562: Case attribute filter did not work in AggregateFrom function.&lt;br /&gt;
* D-11551: DataFrame processing did not work when there were two case attribute filter rules.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11578: Extra rows in the result if joining flows/eventtypes to cases.&lt;br /&gt;
* D-11573: Dimensioning did not work for literals in SQLDataFrames.&lt;br /&gt;
* D-11553: In SQL expressions, calculating with decimal numbers did not result in decimal numbers.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session idle timeout.&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11595: Filtering did not work when root was EventTypes and AggregateFrom Cases.&lt;br /&gt;
* D-11605: Opening models list was too slow in processanalyzer.onqpr.com.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21201</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=21201"/>
		<updated>2022-04-19T11:11:18Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2022.3 (planned release date 2022-04-20) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release.&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.3 (planned release date 2022-04-20) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In Workspace, dashboards and scripts cannot be created anymore to the Workspace level (topmost level). All existing dashboards and scripts in the Workspace level are moved to a new project named System, where administrators can access them. If dashboards and scripts are moved away from the Workspace level before the QPR ProcessAnalyzer 2022.3 update, the System project is not created.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
In QPR ProcessAnalyzer 2022.3, the legacy &#039;&#039;SAP NetWeaver RFC&#039;&#039; library for SAP connections has been removed, and now SAP connections use the new &#039;&#039;SAP NetWeaver RFC&#039;&#039; library. Also the related SapProvider setting in the SAP import command is not anymore in use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06654: Dashboards, models, datatables and scripts are removed from Workspace level.&lt;br /&gt;
* B-06569: Frontend components have been updated.&lt;br /&gt;
* B-06794: Translation updates for 2022.3 release.&lt;br /&gt;
* B-06310: Big data chart to run dataframe expressions.&lt;br /&gt;
* B-06812: Make it possible to overwrite existing SqlDataFrame columns with new one.&lt;br /&gt;
* B-05763: Possibility to set SAML SP signing certificate.&lt;br /&gt;
* B-06554: Support for IN operator in SQL expressions.&lt;br /&gt;
* B-06553: Round and TruncateDate SQL expression language functions.&lt;br /&gt;
* B-06759: Migrate root level dashboards and scripts to a created project.&lt;br /&gt;
* B-06765: Change SAP data extraction to use SAP NetWeaver RFC library. - finalization.&lt;br /&gt;
* B-06779: SQLDataFrame In function support for null values.&lt;br /&gt;
* B-06776: Support for NumberPrecision and DatetimeTruncation in dimensions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11591: It was not possible to import a csv file having numbers with exponential notation.&lt;br /&gt;
* D-11543: Sometimes it was not possible to scroll to last row for workspace tabs.&lt;br /&gt;
* D-11338: When filtering in the flowchart, the include/exclude selection didn&#039;t show when flowchart was in full screen.&lt;br /&gt;
* D-11196: Table column filtering context menu didn&#039;t show when table was in full screen.&lt;br /&gt;
* D-11565: Delete icon showed incorrectly in dashboard properties and session variables.&lt;br /&gt;
* D-11572: BPMN model tooltips was hidden behind the bpmn editor.&lt;br /&gt;
* D-11586: KPI Card crashed if string value was shown.&lt;br /&gt;
* D-11496: UI didn&#039;t work well in situation where there were no models available for user.&lt;br /&gt;
* D-11575: Column/bars were not visible for exported polar charts.&lt;br /&gt;
* D-11593: When creating user, error message about exists username didn&#039;t remind about inactive users.&lt;br /&gt;
* D-11599: KPI card could not display very big values properly.&lt;br /&gt;
* D-11600: Settings button was not visible in Process Discovery when KPI Card was used.&lt;br /&gt;
* D-11570: Slice into dimension didn&#039;t work for Root causes for Attributes preset.&lt;br /&gt;
* D-11589: Context menu that was not related to the recycle bin was incorrectly shown in Workspace.&lt;br /&gt;
* D-11583: Error about Maximum Rows message was not displayed in analysis result but instead {} was displayed.&lt;br /&gt;
* D-11622: Expression filter rules with different periods (DateGranularity) were handled incorrectly.&lt;br /&gt;
* D-11465: Difficult to see, control columns in effective permission table of Manage users (tooltip was missing).&lt;br /&gt;
* D-11623: Tabs in model properties dialog didn&#039;t show correctly in narrow screens.&lt;br /&gt;
* D-11638: Changing include/exclude state of existing filter rule showed incorrect filter rule parameter selections.&lt;br /&gt;
* D-11654: Two popup menus sometimes showed for Design Model Selector.&lt;br /&gt;
* D-11517: In Workspace first column &amp;quot;Name&amp;quot; was not visible if window was not wide enough to show all columns.&lt;br /&gt;
* D-11634: Dashboard Properties/Variables had the wrong checkbox icon.&lt;br /&gt;
* D-11708: Text filters did not work correctly.&lt;br /&gt;
* D-11619: Query Designer and chart multiline text boxes didn&#039;t accept non-breaking spaces.&lt;br /&gt;
* D-11645: Column data type was missing in the setting of Datatable view.&lt;br /&gt;
* D-11642: Sometimes dashboard charts showed loading animation forever.&lt;br /&gt;
* D-11711: Case duration as dimension did not work in dataframe processing.&lt;br /&gt;
* D-11594: Events root dimensioned by case attribute did not work.&lt;br /&gt;
* D-11541: DataFrame query did not work if cases and events datatables have case id column with different names.&lt;br /&gt;
* D-11542: Filtering by numeric attribute values did not work with dataframe mode.&lt;br /&gt;
* D-11712: Coalesce(GetValueFrom(Cases, 1), 0) gave error in dataframe processing.&lt;br /&gt;
* D-11631: Joining cases to cases with AggregateFrom with filtering returned incorrect count.&lt;br /&gt;
* D-11723: Variations root did not work in SQLDataFrames when listing variation path.&lt;br /&gt;
* D-11562: Case attribute filter did not work in AggregateFrom function.&lt;br /&gt;
* D-11551: DataFrame processing did not work when there were two case attribute filter rules.&lt;br /&gt;
* D-11554: Dataframe expressions were incorrectly executed by default in-memory.&lt;br /&gt;
* D-11585: Error text was misleading when SAP dll missing during import in server.&lt;br /&gt;
* D-11578: Extra rows in the result if joining flows/eventtypes to cases.&lt;br /&gt;
* D-11573: Dimensioning did not work for literals in SQLDataFrames.&lt;br /&gt;
* D-11553: In SQL expressions, calculating with decimal numbers did not result in decimal numbers.&lt;br /&gt;
* D-11610: Event count showed incorrectly when including cases based on event types (in dataframe processing).&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and try to perform client side operation after session idle timeout.&lt;br /&gt;
* D-11549: Column mappings script did not work with specific model.&lt;br /&gt;
* D-11564: &amp;quot;Given key was not present in the dictionary&amp;quot; when all mandatory but useless values were not defined in script launcher config file.&lt;br /&gt;
* D-11595: Filtering did not work when root was EventTypes and AggregateFrom Cases.&lt;br /&gt;
* D-11605: Opening models list was too slow in processanalyzer.onqpr.com.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.2 (build 854) (released 2022-03-09) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing related urls as follows: SAML authentication is initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). These changes need to be made to the identity provider and taken into use during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL_Scripting_Commands#--.23ImportSapQuery|SAP connector]] has been changed to use the newer SAP NetWeaver RFC Library provided by SAP. Due to this change, additional installation steps for [[QPR_ProcessAnalyzer_ScriptLauncher#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ScriptLauncher]] and [[Install_QPR_ProcessAnalyzer_Server_Manually#Installing%20SAP%20NetWeaver%20RFC%20Library|QPR ProcessAnalyzer Server]] need to be done. The changes only affect environments where the SAP connector is enabled.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed from QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it will not work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[SQL Scripting Commands#--.23ImportSalesforceQuery|Salesforce connector]] has been changed to use Salesforce REST API, and the API version is changed from 38 to 54. Due to the change, there might be slight differences in the Salesforce connector behavior.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in [[QPR ProcessAnalyzer Project Workspace#Datatables|Workspace]].&lt;br /&gt;
* B-06495: In the out-of-the box dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06314: In Workspace, Models and Scripts tabs refresh automatically to show the current models and scripts status.&lt;br /&gt;
* B-06551: New [[Measure, Dimension and Column Settings#Statistical calculations|statistical calculations]] for charts and other statistical calculations improvements.&lt;br /&gt;
* B-06362: Expression language: [[QPR ProcessAnalyzer Expressions#Conditional statement .28switch.29|switch-case-default-break statement]].&lt;br /&gt;
* B-05802: Support for encrypted SAML 2.0 assertions.&lt;br /&gt;
* B-06259: SAML 2.0 authentication library has been changed.&lt;br /&gt;
* B-06428: Removed limitation from SAP connector to allow multiple SAP extractions simultaneously.&lt;br /&gt;
* B-05837: Root causes calculation is available in the expression language.&lt;br /&gt;
* B-06526: When ComparisonEventLog is used in an expression, it&#039;s initialized automatically.&lt;br /&gt;
* B-06303: WCF client has been dropped.&lt;br /&gt;
* B-06563: All WCF related functionalities has been removed.&lt;br /&gt;
* B-06558: Salesforce connector has been changed to use Salesforce REST API.&lt;br /&gt;
* B-06514: In Workspace, scripting and model permission restrictions are better reflected in the UI.&lt;br /&gt;
* B-05960: Distributed computing: All datatable columns are made available in dataframe processing method.&lt;br /&gt;
* B-06500: When empty, DatabaseId is generated automatically in PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-06567: Translation updates for 2022.2 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11484: Scripts incorrectly stayed in stopping state, when system was shut down while the script was running.&lt;br /&gt;
* D-11537: Script failed to session expiration error when running in ScriptLauncher and performed a client side operation after session idle timeout.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter setting is removed in server side as it didn&#039;t work as intended.&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as it didn&#039;t work as originally intended.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11557: Highcharts based charts were not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in the Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal using the X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to the Help buttons.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for datatable properties when using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary scrollbar was sometimes displayed in System reports dialog.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: Icons in UI had small vertical alignment problem.&lt;br /&gt;
* D-11559: UI used incorrect icon for Export functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server to get partially stuck.&lt;br /&gt;
* D-11458: There was null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script didn&#039;t exist.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
* D-11231: In the Enhanced BPMN editor screen, import/open icon was wrong.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using UI languages with long words.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=20980</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=20980"/>
		<updated>2022-03-04T10:44:45Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.2 (planned release date 2022-03-08) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing urls used with it. The SAML authentication is now initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). There changes need to be set effective to the identity provider during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed in QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it won&#039;t work anymore.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https connections). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06495: In the fixed dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in Workspace.&lt;br /&gt;
* B-06514: In UI, scripting and model permissions are finalized.&lt;br /&gt;
* B-06314: Workspace improvement continuation.&lt;br /&gt;
* B-06551: New statistical calculations.&lt;br /&gt;
* B-06567: Translation updates for PA release 2022.2.&lt;br /&gt;
* B-06259: Replace SAML authentication library with Sustainsys.Saml2.&lt;br /&gt;
* B-05802: Support for encrypted SAML assertions.&lt;br /&gt;
* B-06362: Expression language: switch-case-default-break statement.&lt;br /&gt;
* B-06428: Change SAP data extraction to use SAP NetWeaver RFC library - part 2.&lt;br /&gt;
* B-05837: Root causes calculation to expression language.&lt;br /&gt;
* B-06500: Auto-generate DatabaseId to PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-05960: Distributed computing: Make all data table columns available in KPI dataframe processing method.&lt;br /&gt;
* B-06303: Drop WCF service client and references from PA.&lt;br /&gt;
* B-06526: Set RuntimeComparison automatically based on ComparisonEventLog existence.&lt;br /&gt;
* B-06563: Remove everything related to WCF services from PA service.&lt;br /&gt;
* B-06558: Implement SalesForce interface using SalesForce REST API.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as hasn&#039;t worked as originally intended.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal from X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to help buttons: &amp;lt;nowiki&amp;gt;https://wiki.onqpr.com/pa&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for Datatable properties when PA using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11557: Highcharts was not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary Scroll bar displayed for system report.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: PA icons had small vertical-align problem.&lt;br /&gt;
* D-11559: PA  UI  did not use unique icon  for Export  functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter-setting was not adjusted model&#039;s caching priority.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server PA database to get partially stuck (until SQL server session is terminated).&lt;br /&gt;
* D-11458: Null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script id didn&#039;t exist.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11484: Script stayed in stopping state, when PA is shut down while script was running.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=20979</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=20979"/>
		<updated>2022-03-04T09:07:58Z</updated>

		<summary type="html">&lt;p&gt;Justuun: Update PAB notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2022.2 (planned release date 2022-03-08) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SAML 2.0 authentication has been renewed, changing urls used with it. The SAML authentication is now initiated from path &#039;&#039;&#039;/saml2&#039;&#039;&#039; (previously it was /api/saml). In addition, the redirect back url is now &#039;&#039;&#039;/saml2/acs&#039;&#039;&#039; (previously it was /api/samlsignin). There changes need to be set effective to the identity provider during the QPR ProcessAnalyzer 2022.2 update. In addition, the redirection to the SAML authentication initialization path, that has possibly been set to IIS, need to be changed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The WCF API has been removed in QPR ProcessAnalyzer 2022.2. Before updating, all customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required. Note also that if QPR ProcessAnalyzer Excel client has still been in use, from now on it won&#039;t work anymore.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the WCF removal, [[Installing QPR ProcessAnalyzer Server|installing]] QPR ProcessAnalyzer Server is now easier, as there is only one web.config file (i.e., no separate web.config files for http and https connections). Note also that the contents of the web.config file is changed, so settings contained by the file need to be migrated manually.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06495: In the fixed dashboards, chart and flowchart settings are now remembered during the user session.&lt;br /&gt;
* B-06441: Snowflake stored datatables and models can be managed in Workspace.&lt;br /&gt;
* B-06514: In UI, scripting and model permissions are finalized.&lt;br /&gt;
* B-06314: Workspace improvement continuation.&lt;br /&gt;
* B-06551: New statistical calculations.&lt;br /&gt;
* B-06567: Translation updates for PA release 2022.2.&lt;br /&gt;
* B-06259: Replace SAML authentication library with Sustainsys.Saml2.&lt;br /&gt;
* B-05802: Support for encrypted SAML assertions.&lt;br /&gt;
* B-06362: Expression language: switch-case-default-break statement.&lt;br /&gt;
* B-06428: Change SAP data extraction to use SAP NetWeaver RFC library - part 2.&lt;br /&gt;
* B-05837: Root causes calculation to expression language.&lt;br /&gt;
* B-06500: Auto-generate DatabaseId to PA_CONFIGURATION table on startup.&lt;br /&gt;
* B-05960: Distributed computing: Make all data table columns available in KPI dataframe processing method.&lt;br /&gt;
* B-06303: Drop WCF service client and references from PA.&lt;br /&gt;
* B-06526: Set RuntimeComparison automatically based on ComparisonEventLog existence.&lt;br /&gt;
* B-06563: Remove everything related to WCF services from PA service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11507: Removed &amp;quot;Drop unused model after&amp;quot; setting from UI, as hasn&#039;t worked as originally intended.&lt;br /&gt;
* D-11523: Chart tooltip showed incorrect series when some series was hidden.&lt;br /&gt;
* D-11489: Percentage character (%) was lost from file name when exporting a filter to a json file.&lt;br /&gt;
* D-11490: Stored filter rules were lost from default public filter when setting &amp;quot;All cases&amp;quot; to default public.&lt;br /&gt;
* D-11498: Trying to import empty csv file caused JavaScript error.&lt;br /&gt;
* D-11499: Trying to import csv file with header line only, correctly suggests now strings as datatype (instead of integers).&lt;br /&gt;
* D-11494: Flow Duration Distribution report had JavaScript error in Enhanced BPMN dashboard.&lt;br /&gt;
* D-11501: Hiding event type name from flowchart caused error.&lt;br /&gt;
* D-11502: Right click didn&#039;t work when user opened BPMN editor from measures settings.&lt;br /&gt;
* D-11506: BPMN editor could not be opened in the Notification rules editor when creating measure.&lt;br /&gt;
* D-11478: Model properties window stayed visible in login page after session expiration.&lt;br /&gt;
* D-11491: JPG format file export had incorrect black background color.&lt;br /&gt;
* D-11513: Multi-select list item removal from X button didn&#039;t work.&lt;br /&gt;
* D-11505: Changed new wiki location to help buttons: &amp;lt;nowiki&amp;gt;https://wiki.onqpr.com/pa&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
* D-11486: Untranslated strings and translation inconsistencies for Finnish language fixed.&lt;br /&gt;
* D-11479: Selection list for new task could not display properly in BPMN editor.&lt;br /&gt;
* D-11508: Console error occurred when selecting Case conformance level in Notification rules editor.&lt;br /&gt;
* D-11510: Adjusting Object sample size caused error for Top violations chart.&lt;br /&gt;
* D-11144: Workspace scripts grid permissions was not checked when showing items context menu.&lt;br /&gt;
* D-11234: Creating new model option was incorrectly enabled when user had only view or analyst role for project.&lt;br /&gt;
* D-11520: In workspace, changing project with drag-and-drop takes now user permissions better into account.&lt;br /&gt;
* D-11521: Title could not display properly for Datatable properties when PA using Finnish UI.&lt;br /&gt;
* D-11536: Translation support was missing for &amp;quot;Running&amp;quot; in Script Editor.&lt;br /&gt;
* D-11450: Export filter button was enabled in not possible state.&lt;br /&gt;
* D-11557: Highcharts was not disposed correctly on redraw causing out-of-memory error.&lt;br /&gt;
* D-11444: All duplicated dashboards had same identifier.&lt;br /&gt;
* D-11483: Unnecessary Scroll bar displayed for system report.&lt;br /&gt;
* D-11402: Rename icon was using wrong graphic.&lt;br /&gt;
* D-11558: PA icons had small vertical-align problem.&lt;br /&gt;
* D-11559: PA  UI  did not use unique icon  for Export  functionality.&lt;br /&gt;
* D-11544: Datatable column names starting with lower case showed incorrectly in upper case.&lt;br /&gt;
* D-11495: Model specific DropUnusedModelsAfter-setting was not adjusted model&#039;s caching priority.&lt;br /&gt;
* D-11482: Importing table to itself using SqlDataFrame caused the SQL Server PA database to get partially stuck (until SQL server session is terminated).&lt;br /&gt;
* D-11458: Null reference error when ProcessingMethod is dataframe, ContextType is generic, and root is Cases.&lt;br /&gt;
* D-11487: ScriptById function did not return Access denied error if script id didn&#039;t exist.&lt;br /&gt;
* D-11497: Running script in web UI having ExecuteInClientSide=1 never completed.&lt;br /&gt;
* D-11461: Filtering didn&#039;t work in dataframe mode when StringifiedValues was used.&lt;br /&gt;
* D-11484: Script stayed in stopping state, when PA is shut down while script was running.&lt;br /&gt;
* D-11540: Column mappings didn&#039;t work with WithRowNumberColumn function in SqlDataFrames.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2022.1 (build 774) (released 2022-01-24) ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: If the &amp;quot;Drop Unused Model After&amp;quot; setting is specified for a model, the model may incorrectly be dropped from the memory when the memory consumption is high. As a workaround, set this setting to empty, so that the model is not dropped by itself. This incorrectly behaving setting will be removed from the software in the next release (D-11507).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06334: New dashboard component: textual labels can be added to dashboards.&lt;br /&gt;
* B-06324: Chart settings icon can be hidden in preview mode, and also icons visual layout has been improved.&lt;br /&gt;
* B-06494: Expression language: break and continue statements.&lt;br /&gt;
* B-06435: Web UI web page title in browser header simplified.&lt;br /&gt;
* B-06535: Copyright year updated to 2022.&lt;br /&gt;
* B-06466: Updated to Angular 13.&lt;br /&gt;
* B-06521: Frontend components have been updated.&lt;br /&gt;
* B-06448: Optimized Snowflake data import using Put command.&lt;br /&gt;
* B-06481: Added support for project description field to expression language and Web API.&lt;br /&gt;
* B-06491: Improvements for taking into use new SAP library.&lt;br /&gt;
* B-03053: Backend support for expression scripts permissions.&lt;br /&gt;
* B-06501: Translation updates for release 2022.1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11462: Model notifications were not visible if there was notification containing dimensions.&lt;br /&gt;
* D-11435: Links in model description showed &amp;quot;&amp;amp;&amp;quot; characters incorrectly.&lt;br /&gt;
* D-11447: Linked settings and variable mappings didn&#039;t work with flowchart.&lt;br /&gt;
* D-11454: ScriptLauncher didn&#039;t work when only hostname was specified in ServiceURL.&lt;br /&gt;
* D-11419: In CSV import, row number showed incorrectly in column count mismatch error message when file size was over 10MB.&lt;br /&gt;
* D-11425: In chart, Statistical calculation &amp;quot;Show change from previous&amp;quot; didn&#039;t show empty for first row.&lt;br /&gt;
* D-11307: Transparent color was not working for chart layout setting.&lt;br /&gt;
* D-11439: Date format was changed in workspace when changing only the language.&lt;br /&gt;
* D-11423: Dropdown lists were shown partly out of screen in smaller screens.&lt;br /&gt;
* D-11477: Maximum rows in Root causes didn&#039;t have maximum limitation.&lt;br /&gt;
* D-11167: Removed unnecessary &amp;quot;_.&amp;quot; structures from chart expressions.&lt;br /&gt;
* D-11470: Catch function failed with a constant expression and non-constant resultIfException expression.&lt;br /&gt;
* D-11429: There existed Undefined % and NaN value in Root Causes Analysis result.&lt;br /&gt;
* D-11343: Script log was written to wrong script when expression script calls SQL script.&lt;br /&gt;
* D-11377: Stdevp function incorrectly returned zero for array of one element.&lt;br /&gt;
* D-11255: Train function didn&#039;t work with only one case in training set.&lt;br /&gt;
* D-11413: Color picker cancel button didn&#039;t work.&lt;br /&gt;
* D-11414: Clicking context menu icon in projects hierarchy tree in Workspace to open sub menu, didn&#039;t do anything.&lt;br /&gt;
* D-11245: Removed not needed fonts.&lt;br /&gt;
* D-11453: Wrong font used for System reports.&lt;br /&gt;
* D-11455: Red color error message didn&#039;t use Open Sans font.&lt;br /&gt;
* D-11180: Workspace contextual menu icons vertical alignment was incorrect.&lt;br /&gt;
* D-11475: BPMN context menu hidden behind other frame when webpage zoom setting was bigger than 110%.&lt;br /&gt;
* D-11416: Context menu in projects hierarchy didn&#039;t open in Cypress tests.&lt;br /&gt;
* D-11115: Title of event type filter didn&#039;t display &amp;quot;&amp;amp;&amp;quot; character properly.&lt;br /&gt;
* D-11097: When clicking data grid input validation message, JS error appeared: TypeError: Cannot read property &#039;data&#039; of null  at Gs.getRowInfo  at Gs.mouseClickHandler.&lt;br /&gt;
* D-11267: Unable to use datatables with columns names having square brackets.&lt;br /&gt;
* D-11243: Project LastModifiedDate and LastModifiedBy are now updated when project properties are changed.&lt;br /&gt;
* D-11457: There was useless error message when HTML error is get via Web API.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.9 (build 709) (released 2021-12-20) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release has brought back SQL Server 2014 support.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore support for SQL Server 2014.&lt;br /&gt;
* B-06257: Add new SAP data extraction connector library SAP NetWeaver RFC (preview feature).&lt;br /&gt;
* B-06443: Snowflake availability status is added to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When taking into use the Web API based ScriptLauncher, the ServiceUrl setting in the ScriptLauncher [[QPR_ProcessAnalyzer_ScriptLauncher#Configuring_ScriptLauncher|configuration file]] needs to be set differently: Previously it was enough to specify the server name (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com&amp;lt;/nowiki&amp;gt;), but now also the application path needs to be specified (e.g. &amp;lt;nowiki&amp;gt;https://processanalyzer.onqpr.com/qprpa&amp;lt;/nowiki&amp;gt;). This issue will be resolved in upcoming release.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, use now specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2 and BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type. For example, in joins there may be mismatches between data types, requiring explicit type conversion.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19649</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19649"/>
		<updated>2021-12-17T06:46:23Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: Additional release for QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-17) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: Additional release for QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-17) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore limited support for SQL Server 2014 (excluding SqlDataFrames).&lt;br /&gt;
* B-06257: Change SAP data extraction to use SAP NetWeaver RFC library.&lt;br /&gt;
* B-06443: Add Snowflake availability to /api/serverinfo.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, create the tables now using specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2, BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19648</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19648"/>
		<updated>2021-12-17T06:24:25Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: Additional release for QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-17) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06489: Restore limited support for SQL Server 2014 (excluding SqlDataFrames).&lt;br /&gt;
* B-06257: Change SAP data extraction to use SAP NetWeaver RFC library.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.9 (build 700) (released 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, create the tables now using specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2, BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19625</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19625"/>
		<updated>2021-12-14T10:50:19Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-14) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, create the tables now using specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2, BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripts.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API.&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06399: Handling of simple requests has been optimized.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables.&lt;br /&gt;
* B-06413: Merge function for DataTables supporting SQL Server and Snowflake.&lt;br /&gt;
* B-06415: MatchByColumns mode for importing data to Snowflake stored datatables.&lt;br /&gt;
* B-06427: Append function for SqlDataFrames corresponding to UNION ALL in SQL.&lt;br /&gt;
* B-06397: Backend support for modifying Snowflake stored datatables.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06412: CalcTester and ScriptLauncher are combined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: Cost input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag&amp;amp;drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message was shown for query cancellation.&lt;br /&gt;
* D-11375: ProcessAnalyzer incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData was dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19619</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19619"/>
		<updated>2021-12-13T12:56:02Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, create the tables now using specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2, BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API - finalization.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables (get, copy).&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripting.&lt;br /&gt;
* B-06399: Optimize PA server&#039;s handling of &amp;quot;simple&amp;quot; requests.&lt;br /&gt;
* B-06412: Combine CalcTester with ScriptLauncher.&lt;br /&gt;
* B-06413: Add DataTable.Merge-function (Support for SQL Server + Snowflake).&lt;br /&gt;
* B-06415: Datatable operations for Snowflake stored datatables (MatchByColumns).&lt;br /&gt;
* B-06427: SqlDataFrame.Append.&lt;br /&gt;
* B-06397: Datatable operations for Snowflake stored datatables (modify).&lt;br /&gt;
* B-06257: Change SAP data extraction to use SAP NetWeaver RFC library.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: &amp;quot;Cost&amp;quot; input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag &amp;amp; drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave Unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message shown for query cancellation.&lt;br /&gt;
* D-11375: PA incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19615</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19615"/>
		<updated>2021-12-13T06:45:54Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, create the tables now using specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2, BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API - finalization.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables (get, copy).&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripting.&lt;br /&gt;
* B-06399: Optimize PA server&#039;s handling of &amp;quot;simple&amp;quot; requests.&lt;br /&gt;
* B-06412: Combine CalcTester with ScriptLauncher.&lt;br /&gt;
* B-06413: Add DataTable.Merge-function (Support for SQL Server + Snowflake).&lt;br /&gt;
* B-06415: Datatable operations for Snowflake stored datatables (MatchByColumns).&lt;br /&gt;
* B-06427: SqlDataFrame.Append.&lt;br /&gt;
* B-06397: Datatable operations for Snowflake stored datatables (modify).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: &amp;quot;Cost&amp;quot; input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag &amp;amp; drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave Unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message shown for query cancellation.&lt;br /&gt;
* D-11375: PA incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19614</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19614"/>
		<updated>2021-12-13T06:01:07Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.9 (planned release date 2021-12-14) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, ScriptLauncher uses Web API instead of legacy WCF API, and thus also the ScriptLauncher needs to be updated to 2021.9. In addition, in the ScriptLauncher configuration file, &#039;&#039;ConnectionType&#039;&#039; setting needs to be &#039;&#039;WebApi&#039;&#039; (the setting is in place in the 2021.9 release package). The new Web API based ScriptLauncher is not anymore dependent on the API protocol version, and thus starting from 2021.9, information about the protocol version is not published. The old ScriptLauncher using protocol version 39 still works with the 2021.9, but as the WCF API is deprecated, ScriptLauncher update is mandatory before updating to 2022.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.9, support for SQL Server 2012 and SQL Server 2014 has been dropped. See more in [[QPR_ProcessAnalyzer_System_Requirements#System_Requirements_for_QPR_ProcessAnalyzer_Server|system requirements]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The predefined analyses operations that QPR ProcessAnalyzer has traditionally been based on, are now deprecated and will be replaced by functionality provided by the expression language. In practice, the following features will be removed:&lt;br /&gt;
* [[SQL_Scripting_Commands#--.23GetAnalysis|--#GetAnalysis]] command in SQL scripting: If there are scripts using that command, replace them with the new [[SQL_Scripting_Commands#--.23RunQuery|--#RunQuery]] which uses the expression language to query data.&lt;br /&gt;
* [[DataFrame_in_Expression_Language#Extract_Data_to_DataFrames|Analysis]] function in expression language: If using that function, replace it with other functionalities provided by the expression language.&lt;br /&gt;
* POST /api/analysis/{analysisType} endpoint in the Web API: If using that endpoint in customized solutions, call the [[Web_API:_Expression/query|/api/expression/query]] endpoint instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer WCF API is now deprecated and it will not be available starting from 2022.1 release. All customized integrations and other solutions that use WCF API need to be converted to use [[QPR_ProcessAnalyzer_API|Web API]]. Note that there may also exist scripts that contact the WCF API using the [[SQL_Scripting_Commands#--.23CallWebService|--#CallWebService]] command. The used API can be distinguished from the url: if it contains &amp;quot;/MainService.svc&amp;quot; the connection is to the WCF API and changes are required.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
When installing 2021.9 server, note that there is a change in the web.config file, as httpRuntime element includes now targetFramework=&amp;quot;4.7.1&amp;quot; attribute. Also, QPR ProcessAnanalyzer ScriptLauncher web.config has changed, as &#039;&#039;ConnectionType&#039;&#039; is now &#039;&#039;WebApi&#039;&#039; instead of &#039;&#039;Service&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
SQL scripting commands that create datatables and temporary tables, create the tables now using specific column data types (such as NVARCHAR(MAX), INT, FLOAT, DATETIME2, BIT) instead of SQL_VARIANT. This may affect SQL commands that have relied on the SQL_VARIANT column type.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03221: [[Process_Flowchart|Flowchart]] has been renewed.&lt;br /&gt;
* B-06378: Old flowchart has been removed.&lt;br /&gt;
* B-06360: Model Manager view has been removed.&lt;br /&gt;
* B-06343: Bottleneck Flows preset is now sorted based on case counts and other visual improvements.&lt;br /&gt;
* B-06408: Translation updates for 2021.9.&lt;br /&gt;
* B-06392: Enable ScriptLauncher to use Web API - finalization.&lt;br /&gt;
* B-06309: Datatable operations for Snowflake stored datatables (get, copy).&lt;br /&gt;
* B-06346: Expression optimization for finding first/last event of specific type in case.&lt;br /&gt;
* B-06317: --#runQuery to run expression queries in SQL scripting.&lt;br /&gt;
* B-06399: Optimize PA server&#039;s handling of &amp;quot;simple&amp;quot; requests.&lt;br /&gt;
* B-06412: Combine CalcTester with ScriptLauncher.&lt;br /&gt;
* B-06413: Add DataTable.Merge-function (Support for SQL Server + Snowflake).&lt;br /&gt;
* B-06415: Datatable operations for Snowflake stored datatables (MatchByColumns).&lt;br /&gt;
* B-06427: SqlDataFrame.Append.&lt;br /&gt;
* B-06397: Datatable operations for Snowflake stored datatables (modify).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11282: Some system presets for task log analysis were very slow.&lt;br /&gt;
* D-11296: Data grid and pivot grid were showing &amp;quot;No records to display&amp;quot; when about to show content.&lt;br /&gt;
* D-11300: Following error appeared when doing logout when PA session was expired: Cannot read properties of null (reading &#039;find&#039;).&lt;br /&gt;
* D-11315: CSV export was missing from Root causes visualization.&lt;br /&gt;
* D-11316: Unnecessary error message appeared in login screen when user logged out quickly after opening the navigation menu.&lt;br /&gt;
* D-11274: Performance issue: pivot grid froze for a while during opening when there were lot of column.&lt;br /&gt;
* D-11350: In prediction, empty results should be shown when there is only one case in training set.&lt;br /&gt;
* D-11353: Incorrect expression existed in case measure &amp;quot;Event type count per case&amp;quot;.&lt;br /&gt;
* D-11361: &amp;quot;Cost&amp;quot; input box was missing in Cost Savings by Automation preset.&lt;br /&gt;
* D-11379: Search by Case ID preset was not working.&lt;br /&gt;
* D-11290: Select Start or End filter from Bottleneck flow analysis result, Querying Variation error occurred.&lt;br /&gt;
* D-11302: Chart filter didn&#039;t have any effect on root causes analysis.&lt;br /&gt;
* D-11289: CSV import didn&#039;t warn about too long column names.&lt;br /&gt;
* D-11310: Custom layout settings for highcharts were not compatible with the pivot grid.&lt;br /&gt;
* D-11341: &amp;quot;Show for null values&amp;quot; didn&#039;t work in pivot grid.&lt;br /&gt;
* D-11346: Chart configuration validation failed if there was no expression defined above defined expression.&lt;br /&gt;
* D-11345: Some charts made in old version had nullValue=null which failed schema validation and showed error message when dashboard was opened.&lt;br /&gt;
* D-11349: Expression based filter rules could not be disabled.&lt;br /&gt;
* D-11326: Long project name string broke User effective permission layout.&lt;br /&gt;
* D-11344: Invalid column name error occurred While evaluating function &amp;quot;Collect&amp;quot; in context for Pivot grid.&lt;br /&gt;
* D-11387: Incorrect schema for &amp;quot;Table actions&amp;quot; caused error when opening dashboard.&lt;br /&gt;
* D-11369: In workspace, hovering script row in table increased row height.&lt;br /&gt;
* D-11224: In Workspace, sometimes when selecting row using checkbox, previous selections were unchecked.&lt;br /&gt;
* D-11301: Drag &amp;amp; drop object in the Workspace missed a visual feedback.&lt;br /&gt;
* D-11371: On-screen settings with multiple custom UI controls having same parameter name didn&#039;t work.&lt;br /&gt;
* D-11388: Donut chart didn&#039;t work with multiple measures.&lt;br /&gt;
* D-11261: Workspace column had sorting issue with empty date values.&lt;br /&gt;
* D-11285: Datatable with lot of columns and rows caused performance slowdown.&lt;br /&gt;
* D-11156: Unnecessary &amp;quot;This field is required&amp;quot; validation message existed in Manage Users dialog.&lt;br /&gt;
* D-11370: CSV file import didn&#039;t detect timezone in dates.&lt;br /&gt;
* D-11394: Workspace showed time incorrectly for 24h clock.&lt;br /&gt;
* D-11407: In dashboard, clicking Workspace button right after clicking save, gave Unsaved changes message.&lt;br /&gt;
* D-11202: --#ImportDataTable did not create new columns when Append=1.&lt;br /&gt;
* D-11283: Backend incorrectly converted json strings that look dates to dates with different formatting.&lt;br /&gt;
* D-09499: When trying to use EventLog, CaseAttributes or EventAttributes properties in a loading script, clear error message was not given.&lt;br /&gt;
* D-11287: Sometimes incorrect error message shown for query cancellation.&lt;br /&gt;
* D-11358: ReadWebService TLS wiki updated and API test created.&lt;br /&gt;
* D-11375: PA incorrectly ran with old .Net Framework runtime.&lt;br /&gt;
* D-11376: ModelMetaData dropped from memory when there was memory pressure.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.8 (build 614) (released 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Type of property &amp;quot;measures/0/nullValue&amp;quot; must be string.&amp;quot;&#039;&#039; Despite the error message, the dashboard still works correctly. The issue can be resolved by going through all charts in the dashboard and opening the &#039;&#039;Chart settings&#039;&#039; (in the &#039;&#039;Advanced&#039;&#039; tab). If the settings contain one of the following: &#039;&#039;nullValue: null&#039;&#039;, &#039;&#039;emptyStringValue: null&#039;&#039;, &#039;&#039;trueValue: null&#039;&#039; or &#039;&#039;falseValue: null&#039;&#039;, replace them follows: &#039;&#039;nullValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;emptyStringValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;trueValue: &amp;quot;&amp;quot;&#039;&#039;, &#039;&#039;falseValue: &amp;quot;&amp;quot;&#039;&#039;. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue in 2021.8: Some dashboards created with earlier releases, may give following error when opened: &#039;&#039;Chart settings are invalid, and the chart may not work correctly. Property &amp;quot;expressionType&amp;quot; is required in dimensions/0.&amp;quot;&#039;&#039; In addition to the error message, some charts in the dashboard may not work correctly. This issue appears if there are empty measures or dimensions (&amp;quot;none&amp;quot; selected) above defined measures or dimensions. The issue can be resolved by removing the empty measures and dimensions by clicking the &#039;&#039;Remove&#039;&#039; button for the measure/dimension. This may affect how the remaining measures and dimensions are mapped to the visualization, so the mappings may need to be adjusted in the measure/dimension settings. When changes have been made, save the dashboard and check that there is no error, when the dashboard is opened. This issue will also be fixed in the next release, and if decided to wait for it, there is no need to edit the dashboards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06290: Expression optimization for pattern &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
* B-06286: Backend support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes added for different cancelling operation situations.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06221: .NET core migration: Thread.Abort calls are replaced with Thread.Interrupt.&lt;br /&gt;
* B-06349: ColumnTypes property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives now better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Log level for aborted operations should be info.&lt;br /&gt;
* D-11228: Entries were written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the Data Grid Export Service (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19303</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19303"/>
		<updated>2021-11-01T09:34:42Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.8 (planned release date 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06267: Blocking for brute force password guess attacks.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06286: Support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes for different cancelling operation situations.&lt;br /&gt;
* B-06221: .NET core migration: Get rid of Thread.Abort-calls.&lt;br /&gt;
* B-06349: ColumnTypes-property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
* B-06290: Parse-tree optimization for &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Error logs for aborted operations. Logging level is changed.&lt;br /&gt;
* D-11228: Entries are written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19302</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=19302"/>
		<updated>2021-11-01T09:15:29Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.8 (planned release date 2021-11-02) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.8 (planned release date 2021-11-02) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06288: CSV file import can update existing rows in the datatable.&lt;br /&gt;
* B-06281: User specific date format, first day of week and 12/24 clock can now be set separately from the language.&lt;br /&gt;
* B-06291: Script log is refreshed automatically during the script run.&lt;br /&gt;
* B-06269: In Workspace, projects have been moved into a separate tab.&lt;br /&gt;
* B-06213: Performance for numeric and date dimensions has been improved (by taking into use NumberPrecision and DatetimeTruncation parameters). Additionally, data type is now specified only for custom expressions, and for the custom dimensions, there is new setting &amp;quot;Date interval&amp;quot; for date values granularity (Truncate function is not used anymore).&lt;br /&gt;
* B-06316: Old data import view has been removed.&lt;br /&gt;
* B-06335: Frontend components have been updated.&lt;br /&gt;
* B-06327: Translation updates for PA release 2021.8.&lt;br /&gt;
* B-06323: Added support for stored calculation sessions.&lt;br /&gt;
* B-06286: Support for date format, first weekday and 12-hour clock in server side.&lt;br /&gt;
* B-06262: Error codes for different cancelling operation situations.&lt;br /&gt;
* B-06221: .NET core migration: Get rid of Thread.Abort-calls.&lt;br /&gt;
* B-06349: ColumnTypes-property for IDataFrame.&lt;br /&gt;
* B-06289: Enable ScriptLauncher to use Web API - improvements.&lt;br /&gt;
* B-06290: Parse-tree optimization for &amp;lt;aggregation function&amp;gt;(_.Attribute(&amp;lt;attribute name&amp;gt;)).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11257: Sometimes date axis marks didn&#039;t match with data points.&lt;br /&gt;
* D-11136: In prediction preset, when all cases were filtered out, there was error &amp;quot;Index was outside the bounds of the array&amp;quot;.&lt;br /&gt;
* D-11284: When viewing datatable contents, float type of columns are now shown in two decimals.&lt;br /&gt;
* D-11242: When dashboard was opened, it might have initially been in the scrolled down position.&lt;br /&gt;
* D-11116: Validation was missing when dashboard is imported from file.&lt;br /&gt;
* D-11252: Benchmark performance did not have input value limitation check for Repeat benchmarks.&lt;br /&gt;
* D-11219: Workspace tabs did not use Open Sans SemiBold correctly.&lt;br /&gt;
* D-11213: Dashboard Save button text was not well aligned vertically.&lt;br /&gt;
* D-11225: BPMN context menu stayed on screen when other functions were used.&lt;br /&gt;
* D-11199: CSV import validation process continued forever when the file had format error.&lt;br /&gt;
* D-11134: Two popup menus were displayed at the same time in the Workspace.&lt;br /&gt;
* D-11178: Underline of tabs was in the wrong order.&lt;br /&gt;
* D-11179: Checkbox at the table header was misaligned.&lt;br /&gt;
* D-11173: Some icons had visual defects.&lt;br /&gt;
* D-11160: Workspace item name create/rename validation failure was not clear.&lt;br /&gt;
* D-11211: Following error appeared: Could not convert object of type &#039;System.String&#039; to type System.Collections.Generic.List.&lt;br /&gt;
* D-11262: Query designer didn&#039;t work in the dataframe mode if &amp;quot;dataframe&amp;quot; was not written in lowercase.&lt;br /&gt;
* D-11299: Importing timestamps from CSV that didn&#039;t exist in the local time, was incorrectly incremented by one hour.&lt;br /&gt;
* D-11263: Model was incorrectly loaded into memory event though query is run in dataframe mode.&lt;br /&gt;
* D-11227: &amp;quot;Self referencing loop detected ...&amp;quot; error for weighted root caused when there was expression filter with NumberPrecision.&lt;br /&gt;
* D-11170: Error: &amp;quot;Unable to set the value of an uninitialized variable var1 due to variable not being defined inside the current parallel context&amp;quot;.&lt;br /&gt;
* D-11089: Querying same column multiple times omitted the duplicates from the response in SQLDataFrame.&lt;br /&gt;
* D-11247: Filtering numeric values gave incorrect results near zero.&lt;br /&gt;
* D-11198: Models where MOD_LAST_MODIFIED_DATE is null could not be deleted or modified.&lt;br /&gt;
* D-11230: Removed hardcoded allowed TLS versions from software.&lt;br /&gt;
* D-09453: Boolean values didn&#039;t work with EventAttributeValue filter.&lt;br /&gt;
* D-11256: Importing data to datatable having data and with previously created column created new columns as sql_variant.&lt;br /&gt;
* D-09452: Designed exceptions in running expressions shouldn&#039;t be logged as errors.&lt;br /&gt;
* D-11050: Time information was missing in error message.&lt;br /&gt;
* D-09497: Duplicate and empty column names gives better error message in ODBC data source model.&lt;br /&gt;
* D-11113: Stopping never ending expression calculation did not stop processing.&lt;br /&gt;
* D-11226: Operation end time was not recorded when operation was canceled.&lt;br /&gt;
* D-11258: WriteLog function didn&#039;t write to script log if function call was in sub scope.&lt;br /&gt;
* D-11171: Error logs for aborted operations. Logging level is changed.&lt;br /&gt;
* D-11228: Entries are written to the script log twice.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.7 (build 535) (released 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now fully web browser based software, and so QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05994: Duration datatype is now supported when importing data to datatables.&lt;br /&gt;
* B-05857: Implement expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06203: Translations for release 2021.7.&lt;br /&gt;
* B-06206: Web API: Existing datatable rows can be updated in CSV import (UI support implemented later).&lt;br /&gt;
* B-06207: Web API: Support for startFromPosition parameter to get last entries of the current script run log (UI support implemented later).&lt;br /&gt;
* B-06208: Exception codes implemented for usual exceptions returned by server (UI support implemented later).&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API (1).&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API (2).&lt;br /&gt;
* B-05848: Model loading has been refactored in backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11099: Operation log for open operations does not now show the current operation.&lt;br /&gt;
* D-11206: Underscore before attribute function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11220: Shuffle function was incorrectly constant foldable.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation parameter didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11060: Concurrency issue resolved with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset CasesByDurationBetweenEvents was failing in Snowflake.&lt;br /&gt;
* D-11218: Cancellation flag was not used correctly when checking if operation was cancelled.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[SQL Scripting Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18967</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18967"/>
		<updated>2021-09-17T06:07:53Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.7 (planned release date 2021-09-21) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.7 (planned release date 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now a fully web browser based software, and thus QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API - basics.&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API - client side operations.&lt;br /&gt;
* B-06006: Web API improvements.&lt;br /&gt;
* B-05848: Improvements to model loading: Model loading manager.&lt;br /&gt;
* B-06206: Possibility to update existing datatable rows in CSV import.&lt;br /&gt;
* B-05994: Duration datatype support for datatables.&lt;br /&gt;
* B-05857: Expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06207: Support for startFromPosition parameter to get last entries of the current script run log.&lt;br /&gt;
* B-06208: Exception codes from exception returned by server.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11206: Underscore before attribute-function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11060: Possible concurrency issue with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset_CasesByDurationBetweenEvents is failing in Snowflake.&lt;br /&gt;
* D-11099: Operation log for open operations should not show current operation.&lt;br /&gt;
* D-11218: Cancellation flag was not used in checking if operation was cancelled.&lt;br /&gt;
* D-11220: Shuffle should not be constant foldable.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18966</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18966"/>
		<updated>2021-09-17T06:00:18Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.7 (planned release date 2021-09-21) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.7 (planned release date 2021-09-21) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now a fully web browser based software, and thus QPR ProcessAnalyzer Excel Client is not released anymore. If you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05991: Models can be managed in the [[QPR_ProcessAnalyzer_Project_Workspace#Models|Workspace]] in a new tab.&lt;br /&gt;
* B-06212: [[Image|Images]] can be added to dashboards.&lt;br /&gt;
* B-05926: Presets performance can be [[Navigation_Menu#Benchmark_Performance|benchmarked]] with one click and results report can be export.&lt;br /&gt;
* B-06230: When duplicating elements in dashboards, now the width and height of duplicate stays same.&lt;br /&gt;
* B-05848: Improvements to model loading: Model loading manager.&lt;br /&gt;
* B-06006: Web API improvements.&lt;br /&gt;
* B-05857: Expression language function to remove all preprocessings from model.&lt;br /&gt;
* B-06265: Enable ScriptLauncher to use Web API - basics.&lt;br /&gt;
* B-06208: Exception codes from exception returned by server.&lt;br /&gt;
* B-06207: Support for startFromPosition parameter to get last entries of the current script run log.&lt;br /&gt;
* B-05856: Enable ScriptLauncher to use Web API - client side operations.&lt;br /&gt;
* B-06206: Possibility to update existing datatable rows in CSV import.&lt;br /&gt;
* B-05994: Duration datatype support for datatables.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11188: CSV file import didn&#039;t work with negative numbers.&lt;br /&gt;
* D-11210: In boxplot presets, &amp;quot;no outliers&amp;quot; minimum/maximum might incorrectly have been lower/greater than the real minimum/maximum.&lt;br /&gt;
* D-11183: Chart datalabels showed wrong numbers for some presets.&lt;br /&gt;
* D-11175: Single select list was not updated when value was set from multi select list through variable.&lt;br /&gt;
* D-11161: Font was broken in the contextual popup menu.&lt;br /&gt;
* D-11165: Dropdown list values were not updated when changing preset.&lt;br /&gt;
* D-11177: Data grid excel filter item selection unselected checkbox layout was incorrect.&lt;br /&gt;
* D-11184: Unclear error information when tried to feed string value to Highcharts when value should be numerical.&lt;br /&gt;
* D-11189: Nothing happened when clicking Delete dimension when there were no dimensions.&lt;br /&gt;
* D-11166: All text type filter should have &amp;quot;Not Contains&amp;quot; option.&lt;br /&gt;
* D-11185: Filtering didn&#039;t work for charts using variables in columns and row initialization expressions.&lt;br /&gt;
* D-11190: When deleting or modifying expressions, non-matching on-screen settings are now removed to avoid errors.&lt;br /&gt;
* D-11207: Javascript error &amp;quot;RangeError: Maximum call stack size exceeded&amp;quot; when clicked empty data grid rows area in Notifications and Business calendar.&lt;br /&gt;
* D-11208: When very small percentage of cases are shown, the header showed &amp;quot;.00&amp;quot; (now it shows ≈0%).&lt;br /&gt;
* D-11203: Removing parameters from url went to login page without clearing session and showed unnecessary error message.&lt;br /&gt;
* D-11138: Javascript error in console: &amp;quot;Cannot read property &#039;column&#039; of undefined at Gs.cellSelecting&amp;quot;.&lt;br /&gt;
* D-11200: Unselecting selected cell in table didn&#039;t hide the suggested filter.&lt;br /&gt;
* D-11215: There was a javascript error when selecting a range of two or more cells in the same line and then click any cell.&lt;br /&gt;
* D-11155: Caching is now disabled when switching between tabs in Workspace.&lt;br /&gt;
* D-11090: User terminated expression scripts didn&#039;t write to log.&lt;br /&gt;
* D-11172: Path until selected event analysis caused &amp;quot;Variable already exists in context&amp;quot; error.&lt;br /&gt;
* D-11162: DatetimeTruncation didn&#039;t work with null values in filters.&lt;br /&gt;
* D-11206: Underscore before attribute-function call caused some parse tree pattern matchers to not work.&lt;br /&gt;
* D-11060: Possible concurrency issue with Clustering Cases analysis.&lt;br /&gt;
* D-09496: All needed parameters were not not passed to expression parsing.&lt;br /&gt;
* D-11204: Preset_CasesByDurationBetweenEvents is failing in Snowflake.&lt;br /&gt;
* D-11099: Operation log for open operations should not show current operation.&lt;br /&gt;
* D-11218: Cancellation flag was not used in checking if operation was cancelled.&lt;br /&gt;
* D-11220: Shuffle should not be constant foldable.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: Additional release for QPR ProcessAnalyzer 2021.6 (build 474) (released 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a change in the expression language behavior, as now existing variables cannot be reinitialized using the &#039;&#039;&#039;let&#039;&#039;&#039; operator. Thus, an error is given, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and also it&#039;s able to spot likely bugs in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Performance issue: Separate eventlogs were sometimes still created when drilling down in dashboards.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same scope gives now error.&lt;br /&gt;
* B-03091: Columns of the datatables stored to SQL Server use now specific data types instead of SQLVARIANT.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: Server logging has been improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18812</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18812"/>
		<updated>2021-08-25T09:29:06Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-25) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language behavior has been changed, that now a variable cannot be initialized again using the &#039;&#039;&#039;let&#039;&#039;&#039; operator, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and it&#039;s able to spot likely errors in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Separate event logs were often still created when drilling down PA UI views.&lt;br /&gt;
* B-03091: Data types for SQL Server stored datatables, and tests for .pacm file import.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same context should give error.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: PA service logging improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field, didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Performance related bugfix D-11146 was only partial, and thus requires another fix which will be released soon, to completely resolve the performance issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now a fully web browser based software, and thus QPR ProcessAnalyzer Excel Client is deprecated and will not be available starting from release 2021.7 (planned release date 2021-09-21). As an Excel Client user, if you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18811</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18811"/>
		<updated>2021-08-25T09:28:43Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-25) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information about compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-25) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Expression language behavior has been changed, that now a variable cannot be initialized again using the &#039;&#039;&#039;let&#039;&#039;&#039; operator, if there is already a variable with the same name in the same scope. The new behavior reflects better how programming languages usually work, and it&#039;s able to spot likely errors in expression scripts.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06245: Separate event logs were often still created when drilling down PA UI views.&lt;br /&gt;
* B-03091: Data types for SQL Server stored datatables, and tests for .pacm file import.&lt;br /&gt;
* B-05937: Trying to initialize existing variable in the same context should give error.&lt;br /&gt;
* B-06205: Frontend 3rd party components have been updated.&lt;br /&gt;
* B-06021: PA service logging improvement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11094: In datatable import dialog, emptying datatable column name field, didn&#039;t take effect.&lt;br /&gt;
* D-11159: In chart, opening datatables list in &amp;quot;Datatable contents&amp;quot; gave error.&lt;br /&gt;
* D-11056: Table sorting using context menu didn&#039;t work.&lt;br /&gt;
* D-11157: &amp;quot;Not contains&amp;quot; filter didn&#039;t work and rule didn&#039;t show any text in header.&lt;br /&gt;
* D-11158: There was an incorrect html encoding in multiselect list label.&lt;br /&gt;
* D-09506: In pivot table, export created incorrect Excel file from zero values.&lt;br /&gt;
* D-11078: In pivot table, selection caused javascript error when mouse was released over cell value.&lt;br /&gt;
* D-11147: For json type of error responses Content-Type should be &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Latest Release: Additional release for QPR ProcessAnalyzer 2021.6 (build 460) (released 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Performance related bugfix D-11146 was only partial, and thus requires another fix which will be released soon, to completely resolve the performance issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now a fully web browser based software, and thus QPR ProcessAnalyzer Excel Client is deprecated and will not be available starting from release 2021.7 (planned release date 2021-09-21). As an Excel Client user, if you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Performance improvement: Reuse event objects in all eventlogs of the model (event level calculation performance is doubled).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11146: Filter calculation on dashboards using large model with several charts slowed down due to unnecessary duplicate eventlog generation.&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions were incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator could not be specified for duration type of columns in the CSV import.&lt;br /&gt;
* D-11154: Client side validation didn&#039;t work for duplicate user and group names.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18785</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18785"/>
		<updated>2021-08-18T11:03:07Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-19) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now a fully web browser based software, and thus QPR ProcessAnalyzer Excel Client is deprecated and will not be available starting from release 2021.7 (planned release date 2021-09-21). As an Excel Client user, if you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-06211: Reuse model event log EventWrapper objects in all model&#039;s event logs.&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions are incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator cannot be specified for Duration type of column in CSV import.&lt;br /&gt;
* D-11154: Client side validation doesn&#039;t work for duplicate user and group names.&lt;br /&gt;
* D-11146: Extra event log generation cause performance issue.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18784</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18784"/>
		<updated>2021-08-18T11:02:15Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-19) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: Additional release for QPR ProcessAnalyzer 2021.6 (planned release date 2021-08-19) ==&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer is now a fully web browser based software, and thus QPR ProcessAnalyzer Excel Client is deprecated and will not be available starting from release 2021.7 (planned release date 2021-09-21). As an Excel Client user, if you have any issues in switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11145: &amp;quot;Not contains&amp;quot; option was missing from Excel filter sub menu, and filter type was not filled automatically in Custom filter dialog.&lt;br /&gt;
* D-11121: There was an unclear error message &amp;quot;Conformance statistics cannot be calculated&amp;quot; in Conformance statistics component.&lt;br /&gt;
* D-11152: There was an unnecessary separator in projects menu in models list.&lt;br /&gt;
* D-11150: There was a date conversion issue in CSV import related to number parts with leading zeros.&lt;br /&gt;
* D-11119: DataGrid Excel export didn&#039;t work with the &amp;quot;substitute character&amp;quot;.&lt;br /&gt;
* D-11129: Case nonconformancies root tried to declare variables twice.&lt;br /&gt;
* D-11151: Some number conversions are incorrect in CSV import.&lt;br /&gt;
* D-11153: Decimal separator cannot be specified for Duration type of column in CSV import.&lt;br /&gt;
* D-11154: Client side validation doesn&#039;t work for duplicate user and group names.&lt;br /&gt;
* D-11146: Extra event log generation cause performance issue.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.6 (build 444) (released 2021-08-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05859: CSV file import is renewed and available in the Workspace (old import is still available).&lt;br /&gt;
* B-05988: Charts can be duplicated when editing dashboards.&lt;br /&gt;
* B-05969: Not contains -type of column filter is available in tables.&lt;br /&gt;
* B-03225: If user is authenticated with SAML, password changing is not available.&lt;br /&gt;
* B-03232: In dashboard export files, chart settings are stored as presentation object property instead of context variable.&lt;br /&gt;
* B-05982: Workspace context menu improvements.&lt;br /&gt;
* B-05950: Allow empty value in first column in CSV file import.&lt;br /&gt;
* B-05860: Frontend component update (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11107: In Workspace, when new project, datatable or script is clicked, the name text was highlighted by default.&lt;br /&gt;
* D-11106: Query cancellation suppression didn&#039;t work when cancellation was in the inner exception.&lt;br /&gt;
* D-11118: Issues with Dropdown list selector: (1) dates as variable values are handled incorrectly, (2) list refreshes unnecessary when activated.&lt;br /&gt;
* D-11117: Case attribute and event type filters lists incorrectly made queries already when dashboard is opened.&lt;br /&gt;
* D-11053: All texts didn&#039;t fit to screen in Syncfusion grid Excel filter when using e.g. Russian.&lt;br /&gt;
* D-11075: Datatable didn&#039;t open after creation from UI.&lt;br /&gt;
* D-11105: Wrong color in Clear Filter icon in data grid Excel filter.&lt;br /&gt;
* D-11092: Code editor should not show errors for correct code.&lt;br /&gt;
* D-11104: When context menu is opened for project that is not previously selected, hierarchy was scrolled.&lt;br /&gt;
* D-11095: For json type of error responses Content-Type is now application/json.&lt;br /&gt;
* D-11071: Web API could still return datatables with null configuration.&lt;br /&gt;
* D-11098: Small layout issue fixes.&lt;br /&gt;
* D-11133: Submenu of &amp;quot;Move to&amp;quot; is opened at the top-left corner.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.5 (build 389) (released 2021-06-23) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05846: Datatable contents can be previewed, and also new system reports dialog.&lt;br /&gt;
* B-03233: Improved UI for chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05852: New presets for intelligent process automation and boxplot visualizations.&lt;br /&gt;
* B-05828: Actions for tables to change dashboard variables.&lt;br /&gt;
* B-05853: Scripting supports also scripts written in the expression language.&lt;br /&gt;
* B-05093: Workspace visual layout has been improved and context menu is available also for projects, dashboards and datatables.&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05847: Presets performance improvements: Digital fit rate by attribute, Path until selected event, Path starting from selected event.&lt;br /&gt;
* B-05836: Changed &amp;quot;Automation opportunity scout&amp;quot; to use even types as basis and implement optimizations.&lt;br /&gt;
* B-05825: Better performing method to get event type names in model.&lt;br /&gt;
* B-05821: Improved backend performance by removing unnecessary ToArray calls.&lt;br /&gt;
* B-05817: Backend support for running expression scrips in web UI.&lt;br /&gt;
* B-05855: Running expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for CSV import.&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05840: Frontend components have been updated.&lt;br /&gt;
* B-05935: Translations for 2021.5 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11084: Syncfusion pivot table headers were not visible.&lt;br /&gt;
* D-11085: Tooltip in chart settings were stuck open in some occasions.&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much larger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting didn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appeared in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters didn&#039;t work due to single quotes don&#039;t work anymore.&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error appeared: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI incorrectly fetched resources from fonts.googleapis.com.&lt;br /&gt;
* D-10988: Pivot table javascript error: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts caused error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gave error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project didn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans were serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query failed because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: All expression lexing errors were not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
* D-11082: Filtering didn&#039;t work when clicking cell text for cells using conditional formatting.&lt;br /&gt;
* D-11080: Clustering Analysis view had TypeError: Cannot read property &#039;field&#039; of undefined.&lt;br /&gt;
* D-11087: Improved unclear error message:  Nullable object must have a value.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18418</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18418"/>
		<updated>2021-06-17T11:21:03Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.5 (planned release date 2021-06-29) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.5 (planned release date 2021-06-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-05828: Table actions for changing dashboard variable values.&lt;br /&gt;
* B-05847: Improve presets performance (Digital fit rate by attribute, Path until selected event, Path starting from selected event).&lt;br /&gt;
* B-03233: Chart background color, border color, border width and border corner radius.&lt;br /&gt;
* B-05840: Frontend components update (part 1).&lt;br /&gt;
* B-05922: Component filter for case attribute and event type selectors.&lt;br /&gt;
* B-05846: Datatable preview and system reports.&lt;br /&gt;
* B-05852: Automation and boxplot presets.&lt;br /&gt;
* B-05827: Distributed computing, part 8: SqlDataFrame support for locally stored datatables.&lt;br /&gt;
* B-05850: Distributed computing, part 9: External table naming, data table import refactorizations, generic context.&lt;br /&gt;
* B-05825: Performing way to get event type names in model.&lt;br /&gt;
* B-05849: Distributed computing, part 10: Improvements and preparations for performance tests.&lt;br /&gt;
* B-05855: Run expression scripts in ScriptLauncher.&lt;br /&gt;
* B-05946: Data type conversions for csv import (/api/importfile).&lt;br /&gt;
* B-05944: CSV file writing for expression script through ScriptLauncher and client side execution using expression scripts.&lt;br /&gt;
* B-05821: Improve performance by removing unnecessary ToArray function calls.&lt;br /&gt;
* B-05836: Change &amp;quot;Automation opportunity scout&amp;quot; to use EventType as basis and implement related AST optimizations.&lt;br /&gt;
* B-05817: Run expression scrips in web UI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-09524: Polar chart showed wrong tooltips value and graph was shown incorrectly if polar chart disabled and enabled again.&lt;br /&gt;
* D-11007: Workspace grid showed shortly incorrect content.&lt;br /&gt;
* D-11030: Javascript error: &amp;quot;TypeError: Cannot read property &#039;length&#039; of null&amp;quot; when returning to workspace.&lt;br /&gt;
* D-11042: Release package was much bigger for 2021.4 than for earlier releases due to unnecessary Monaco editor files.&lt;br /&gt;
* D-11051: Negative timespans returned by server don&#039;t work in UI.&lt;br /&gt;
* D-11052: Number of cases not updated when removing ModelId from dashboard properties.&lt;br /&gt;
* D-11054: Background color conditional formatting doesn&#039;t work for non-numerical columns.&lt;br /&gt;
* D-11055: Extra space appears in header when changing model and opening filters list.&lt;br /&gt;
* D-11058: Expression filters don&#039;t work (due to single quotes don&#039;t work anymore).&lt;br /&gt;
* D-11059: On-the-fly migration for existing stored expression filter rules using single quotes.&lt;br /&gt;
* D-11068: When zooming and moving flowchart, following console error: TypeError: Cannot read property &#039;behavior&#039; of undefined.&lt;br /&gt;
* D-11073: Chart image export should have same scale as in the dashboard.&lt;br /&gt;
* D-11072: Index out of bounds error in Flow Duration analysis view.&lt;br /&gt;
* D-11074: Dragging root causes rule from header to chart sets invalid Comparison variable breaking dashboard.&lt;br /&gt;
* D-11045: Web UI fetches resources from fonts.googleapis.com (should not).&lt;br /&gt;
* D-10988: Pivot table: Uncaught TypeError: Cannot read property &#039;refreshFrozenScrollbar&#039; of null.&lt;br /&gt;
* D-09594: Pivot table: Adjust browser size for event count analysis: Type Error: Cannot read property &#039;getPanel&#039; of null occurred.&lt;br /&gt;
* D-11043: Deleted scripts cause error if they are in the script editor tab.&lt;br /&gt;
* D-11063: Datatable.Columns gives error for new datatable.&lt;br /&gt;
* D-11064: XES import does not always import event attributes.&lt;br /&gt;
* D-11067: Copying datatable that has configuration=null leads to inconsistent copied datatable.&lt;br /&gt;
* D-11076: Moving script to project doesn&#039;t work.&lt;br /&gt;
* D-11044: Negative timespans are serialized incorrectly as positive.&lt;br /&gt;
* D-11027: SQL query fails because connection was closed by deadlock.&lt;br /&gt;
* D-11057: Optimization Where(Attribute(&amp;lt;constant 1&amp;gt;) == &amp;lt;constant 2&amp;gt;) works incorrectly.&lt;br /&gt;
* D-11040: Expression lexing errors are not handled.&lt;br /&gt;
* D-11019: Improve following unclear error message: &amp;quot;Selection failed: Unknown case attribute for object of type AttributeType: name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.4 (build 328) (released 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a breaking change in 2021.4 related to using tags in custom expressions: If a tag provides a string value, before it was written e.g. &#039;&#039;Attribute(&amp;quot;&amp;lt;#AutomationAttribute&amp;gt;&amp;quot;)&#039;&#039;, but now it needs to be written &#039;&#039;Attribute(&amp;lt;#AutomationAttribute&amp;gt;)&#039;&#039;, because the quotation marks of the string literal now come with the value replacement. The former will cause error in 2021.4, as there will be two sets of quotation marks. This problem does not concern other type of values (e.g. numeric), as they don&#039;t have quotation marks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer Excel Client is deprecated in 2021.4 and will not be available starting from 2021.5. Scripts management and recycle bin are introduced in the web UI in 2021.4, bringing all functionality in the Excel Client available in the web UI. If you are having any issues when switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Table component in dashboards has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05769&amp;amp;B-03081: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05083: Expression language scripting.&lt;br /&gt;
* B-05789: Expression language scripting: Run expression language scripts using Run function.&lt;br /&gt;
* B-05799: Expression language scripting: Run SQL scripts using Run function.&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
* B-05775: Translations for PA 2021.4 release.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18227</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18227"/>
		<updated>2021-05-17T10:14:23Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.4 (planned release date 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer Excel Client is deprecated in 2021.4 and will not be available starting from 2021.5. Scripts management and recycle bin are introduced in the web UI in 2021.4, bringing all functionality in the Excel Client available in the web UI. If you are having any issues when switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Chart table component has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05769: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-03081: Improve &amp;quot;Cost Savings by Automation&amp;quot; preset performance.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05799: Expression language scripts - part 3 (Run SQL scripts using Run function).&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05789: Expression language scripts - part 2 (Run expression language scripts using Run function).&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05083: Expression language scripts - part 1.&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
* B-05790: Distributed computing, part 7: Filtering etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10981: Remove typescript file circular references.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11033: Layout fixes for tables.&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
* D-11031: Queries made with /api/expression/query are not cached.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.2 (released 2020-03-09) == &lt;br /&gt;
Build number: 2020.2.0.41129, Model compatibility version: 3, Database version: 67, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Expression language has now a [[QPR_ProcessAnalyzer_Expressions#Conditional_operator_.28if.29|conditional operator &amp;quot;if&amp;quot;]] and [[QPR_ProcessAnalyzer_Expressions#Define_variables_.28let.29_and_assign_variable_values_.28.3D.29|variable declaration operator &amp;quot;let&amp;quot;]]. In earlier QPR ProcessAnalyzer versions, the expression language had functions [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#If|If]] and [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#Let|Let]] which earlier could also be written in lowercase (i.e. &amp;quot;if&amp;quot; and &amp;quot;let&amp;quot;). Starting from QPR ProcessAnalyzer 2020.2, the lowercase versions refer to the conditional and variable declaration operators, and the uppercase versions refer to the corresponding functions. If there are expressions containing &amp;quot;If&amp;quot; and &amp;quot;Let&amp;quot; functions written in lowercase, please change them starting with uppercase.&lt;br /&gt;
* Issue workaround: The Root Causes analysis don&#039;t work (shows empty) in the right side chart (PAPO) of the &#039;&#039;Process Discovery&#039;&#039; view. The issue can be fixed as follows by an administrator: click the &#039;&#039;Edit&#039;&#039; toggle button, click the right side chart, click the &#039;&#039;Edit&#039;&#039; icon in the top right of the chart, click the chart again, click &#039;&#039;Properties&#039;&#039; icon in the top right of the chart, open &#039;&#039;Variables&#039;&#039; tab, find the &#039;&#039;InfluenceAttributeTypeId&#039;&#039; variable, and change its value to empty (instead of &#039;&#039;20&#039;&#039;). Click &#039;&#039;Close&#039;&#039; twice to go back to the main level and click &#039;&#039;Save&#039;&#039; button. The issue will be fixed to 2020.3.&lt;br /&gt;
* Issue workaround: In ChartView, the &#039;&#039;Duration between events&#039;&#039; measure and dimension don&#039;t work when there are filters in use (the chart is empty). Workaround is to add the following &#039;&#039;Suffix expression&#039;&#039; to the measure or dimension settings (without quotes): &amp;quot;&#039;&#039;//eventtypes&#039;&#039;&amp;quot;. The issue will be fixed to 2020.3.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307779: SAML 2.0 support for PA UI.&lt;br /&gt;
* 307789: PAPO now supports ModelId variable and new filters.&lt;br /&gt;
* 307854: Filter selector for main header.&lt;br /&gt;
* 307844: Improved main header (visible in view designer and workspace) (part 2).&lt;br /&gt;
* 307820: Improved main header (visible in view designer and workspace).&lt;br /&gt;
* 307840: Model loading script is now run in a security context allowing access to the project. Setting AllowExternalDatasources for disabling ODBC interfaces.&lt;br /&gt;
* 307763: Root causes analysis supports multiple case attributes.&lt;br /&gt;
* 307737: Datatable columns can be queried without loading entire datatable into memory.&lt;br /&gt;
* 307780: When user logs in, last used model and default filter of the model is added to the session context.&lt;br /&gt;
* 307547: Expression filter rule supports value conversion expression for better compatibility with e.g. date values.&lt;br /&gt;
* 307841: Expression language has a new function [[Process_Mining_Objects_in_Expression_Language#Case|Case.DurationBetweenEvents]].&lt;br /&gt;
* 307819: Expression language improvements for functions, variables and statements.&lt;br /&gt;
* 307827: New function EventsWindow (and expression optimization to take it into use automatically)&lt;br /&gt;
* 307794: [[ QPR_ProcessAnalyzer_Objects_in_Expression_Language#Model | GenericWrite permission]] should see model object counts when case level permissions are in use.&lt;br /&gt;
* 307776: [[QPR_ProcessAnalyzer_Objects_in_Expression_Language#User.2FGroup|Effective permissions]] can be queried using expression language.&lt;br /&gt;
* 307838: /api/projects returns effective permissions for each project.&lt;br /&gt;
* 307832: Browser side caching has been optimized for performance.&lt;br /&gt;
* 307787: Session data and permission are cached for improved performance.&lt;br /&gt;
* 307853: Memory management operations to expression language.&lt;br /&gt;
* 307803: Error message improvements (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219198: In web.config, empty setting names are formatted as &amp;lt;value&amp;gt;&amp;lt;/value&amp;gt;.&lt;br /&gt;
* 219199: In web.config, ResponsePollingInterval is 3600000.&lt;br /&gt;
* 219200: Model.EstimatedMemory gave too large estimate for models with lot of event types.&lt;br /&gt;
* 219222: AggregateOthers didn&#039;t work with MaximumRowCount when dimensions is null in expression analysis.&lt;br /&gt;
* 219276: It should be possible to set filter to be model default filter when the filter is created.&lt;br /&gt;
* 219280: It should be possible to delete model default filter.&lt;br /&gt;
* 219275: Changing model default filter should only be possible for ManageViews permission.&lt;br /&gt;
* 219297: Designer user can delete other people published filter from web UI but cannot delete it from PA Excel Client.&lt;br /&gt;
* 219285: Expression filter gives &amp;quot;Value was either too large or too small for an Int32&amp;quot;.&lt;br /&gt;
* 219304: Expression analysis returning DataFrame doesn&#039;t work in SQL script that prints to Excel sheet.&lt;br /&gt;
* 219251: Sample files removed from \\Release\Files\OfficeAddIns\Excel\Example Data.&lt;br /&gt;
* 219293: AnalyzeConformance function throws KeyNotFoundException - variation data missing.&lt;br /&gt;
* 219261: Restored model model could not be open.&lt;br /&gt;
* 219271: Invalid security notification when using Excel client.&lt;br /&gt;
* 219298: X-Forwarded-For handled incorrectly in Functions.GetClientIpAddress.&lt;br /&gt;
* 219305: Decimal datatype caused problems in the expression language.&lt;br /&gt;
* 219323: Delete operation deleted unexpected project, models and datatables.&lt;br /&gt;
* 219337: EventTypes in ModelInformation in PA response should contain entire model data.&lt;br /&gt;
* 219339: Expression language: If statement without false statement causes an exception if the condition is false.&lt;br /&gt;
* 219172: Invalid filterId causes &amp;quot;Internal server error&amp;quot; and &amp;quot; Method Not allow&amp;quot; error.&lt;br /&gt;
* 219258: Exception message is not shown properly in PA Web UI for FaultException.&lt;br /&gt;
* 219281: Improving the error handling for invalid ModelId.&lt;br /&gt;
* 219284: Client side forces filterId=0 even if filter is not mentioned.&lt;br /&gt;
* 219313: After adding the same existing panel twice, not possible to delete it from the view.&lt;br /&gt;
* 219320: Duplicate id on PanelDesigner field-properties.html template.&lt;br /&gt;
* 219336: When PAPO is added from tool palette, InfluenceAttributeTypeId variable contains invalid value &amp;quot;20&amp;quot; (should be empty).&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.1 (released 2020-01-21) == &lt;br /&gt;
Build number: 2020.1.0.40909, Model compatibility version: 3, Database version: 65, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307749: Support for importing data to the datatable models.&lt;br /&gt;
* 307813: DataSourceType parameter to --#ImportEvents and --#ImportCaseAttributes ETL scripting commands.&lt;br /&gt;
* 307743: Backend support for saving the new filters.&lt;br /&gt;
* 307775: Effective dashboard permissions are included to dashboard definition when fetched from the server.&lt;br /&gt;
* 307772: Dashboard project path is added to dashboard definition when fetched from the server.&lt;br /&gt;
* 307778: When saving a view, the view is not anymore reloaded unnecessary.&lt;br /&gt;
* 307810: Expression language adjustments.&lt;br /&gt;
* 307818: Drop support for QPR ProcessAnalyzer Excel Client for Excel 2013.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219236: Microsoft.AspNet.Identity.Core.dll and Microsoft.AspNet.Identity.Core.xml files missing when installing QPR ScriptLauncher from the installation package.&lt;br /&gt;
* 219291: QPR ProcessAnalyzer didn&#039;t work in https only configuration.&lt;br /&gt;
* 219264: DataFrameMode enabled for KPI analysis even if Values have been defined (but Dimensions is empty).&lt;br /&gt;
* 219223: Variable function don&#039;t work with upper case variables.&lt;br /&gt;
* 219267: Viewing DataFrame contents in KPI analysis gives incorrect results.&lt;br /&gt;
* 219279: DataFrame columns by name is unavailable inside user defined functions in KPI analysis.&lt;br /&gt;
* 219259: It should be possible to enable CORS from all origins.&lt;br /&gt;
* 219274: &amp;quot;Inconsistent or unavailable ids&amp;quot; error when using all cases filter.&lt;br /&gt;
* 219290: Getting contents of a dashboard is slow in a customer environment.&lt;br /&gt;
* 219286: User could not open any models after using broken model.&lt;br /&gt;
* 219227: Slowness in model creation when read data from datasource - event cost calculation improvements.&lt;br /&gt;
* 219250: Slowness in event creation when read data from datasource - group by event sorting.&lt;br /&gt;
* 219292: Performance issue in /api/uielements as it unnecessarily fetched dashboard contents.&lt;br /&gt;
* 219295: Client side fix for 219292.&lt;br /&gt;
* 219269: Query results were handled incorrectly in the client side - datatype is cell specific, not column specific.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2019.9 (released 2019-12-18) == &lt;br /&gt;
Build number: 2019.9.0.40754, Model compatibility version: 2, Database version: 63, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;&lt;br /&gt;
* Starting from QPR ProcessAnalyzer 2019.9 the separately installed QPR UI is not needed anymore. Instead, the web UI is now part of QPR ProcessAnalyzer and does not require a separate installation. The new UI can be accessed in &#039;&#039;http(s)://SERVER/QPRPA/ui/&#039;&#039; (where SERVER is the hostname of your QPR ProcessAnalyzer server). Dashboards in the old QPR UI are not moved automatically to QPR ProcessAnalyzer, and also the QPR UI dashboard export files are not compatible with the new QPR ProcessAnalyzer UI.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 307785: Angular Migration: Migrate ProcessAnalyserService.&lt;br /&gt;
* 307786: Angular Migration: Migrate FieldPropertiesUtils.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 219262: Login to PA UI is not possible when there is + character in the password&lt;br /&gt;
* 219263: Opening dashboard which definition is large&lt;br /&gt;
* 219257: It should be possible to get DataFrame cell value by column name in expression analysis&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18226</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=18226"/>
		<updated>2021-05-17T06:30:50Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.4 (planned release date 2021-05-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer Excel Client is deprecated in 2021.4 and will not be available starting from 2021.5. Scripts management and recycle bin are introduced in the web UI in 2021.4, bringing all functionality in the Excel Client available in the web UI. If you are having any issues when switching over to the web UI, please give us feedback through customercare@qpr.com and describe your process mining use case.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Scripts that are stored to the &#039;&#039;model&#039;&#039; or &#039;&#039;user&#039;&#039; context are not available in the scripting web UI (scripts in &#039;&#039;project&#039;&#039; and &#039;&#039;system&#039;&#039; context are available). If you have scripts in the model or user context, they need to be recreated in the project or system context using the Excel Client latest in 2021.4. Starting from 2021.5, scripts in the model or user context are preserved in the system, but cannot be used anymore (and they will be removed in a future release).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Tables used in dashboards are updated to the next generation of Syncfusion JS2 components. The [[QPR_ProcessAnalyzer_Chart#Visualization_Settings|Custom layout]] settings (defined as JSON) of the table might not be compatible between the generations, and thus they need to be changed manually after updating to 2021.4. See instructions how to migrate settings between the generations of the component: https://ej2.syncfusion.com/documentation/grid/ej1-api-migration/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Starting from QPR ProcessAnalyzer 2021.4, the [[Data_Grid_Export_Service|Data Grid Export Service]] (used for exporting tables as Excel files) is not needed anymore. The renewed table is able to create export files in the browser side without using any server/cloud side service. If the Data Grid Export Service has previously been installed, it&#039;s recommended to uninstall it for security reasons (to reduce attack surface).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a new step in the QPR ProcessAnalyzer server installation instructions for allowing large process mining models: [[Installing_QPR_ProcessAnalyzer_Server#.Net_Configuration:_gcAllowVeryLargeObjects|.Net configuration: gcAllowVeryLargeObjects]]. The change should also be done for earlier QPR ProcessAnalyzer server versions if using models that have more than 50 million events.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03297: Scripting is available in the web UI.&lt;br /&gt;
* B-03231: Recycle bin for models and projects is available in the web UI.&lt;br /&gt;
* B-05764: Chart table component has been upgraded to newer generation of Syncfusion JS2.&lt;br /&gt;
* B-05814: There are now default parameter values for most preset.&lt;br /&gt;
* B-05769: &amp;quot;Cost Savings by Automation&amp;quot; preset performance has been improved.&lt;br /&gt;
* B-03081: Improve &amp;quot;Cost Savings by Automation&amp;quot; preset performance.&lt;br /&gt;
* B-05745: Functions CaseByName and Reverse, and improved support for TimespanPrecision/DatetimeTruncation.&lt;br /&gt;
* B-05750: Expression language functions for managing datatables.&lt;br /&gt;
* B-05800: Improvements to SQL script log writing.&lt;br /&gt;
* B-05799: Expression language scripts - part 3 (Run SQL scripts using Run function).&lt;br /&gt;
* B-05762: Distributed computing, part 6: Improvements related to imports to external distributed computing systems&lt;br /&gt;
* B-05812: Optimize &amp;quot;Automation opportunity scout&amp;quot; preset and remove root items duplicate removal from dimensioning&lt;br /&gt;
* B-05789: Expression language scripts - part 2 (Run expression language scripts using Run function).&lt;br /&gt;
* B-05752: Delete multiple items at the same time: Recyclebin.DeletePermanently().&lt;br /&gt;
* B-05083: Expression language scripts - part 1.&lt;br /&gt;
* B-05082: Distributed computing, part 5: Improving KPI analysis expressions and data import.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10987: Filtering doesn&#039;t work from dimensions that need to use root expression.&lt;br /&gt;
* D-10959: Unsaved change confirmation Russian translation  has &amp;quot;% 0&amp;quot; in message.&lt;br /&gt;
* D-10981: Remove typescript file circular references.&lt;br /&gt;
* D-10993: Column chart not working in Measure settings.&lt;br /&gt;
* D-10978: PA WebUI:  incorrect Case Level Permission expressions prevent using Model manager.&lt;br /&gt;
* D-10984: Model cannot be used when in model json settings Permission.Case=&amp;quot;&amp;quot;.&lt;br /&gt;
* D-11010: Chart comparison cannot be created from header root cause analysis.&lt;br /&gt;
* D-09533: Table column width changes back to default.&lt;br /&gt;
* D-09509: Datatable multi-selection:  Uncaught TypeError: this.selectedRowCellIndexes[_].cellIndex.push is not a function.&lt;br /&gt;
* D-09521: Columns in wrong order for some of the periods in Event Count Trend by Types preset.&lt;br /&gt;
* D-09507: Tooltips for chart table columns shown far away from the column.&lt;br /&gt;
* D-11004: Error: Uncaught (in promise): Error: Dataset doesn&#039;t contain column &amp;quot;measure0&amp;quot;.&lt;br /&gt;
* D-10970: Parameter define controls should display for full size Duration analysis view.&lt;br /&gt;
* D-11013: TypeError: Cannot read property &#039;querySelectorAll&#039; of null.&lt;br /&gt;
* D-11018: Case duration exclude cases filter has wrong text in header.&lt;br /&gt;
* D-11021: BPMN editor console warnings: &amp;quot;Passing callbacks to is deprecated and will be removed in a future major release&amp;quot;.&lt;br /&gt;
* D-11001: Filter option and checkbox display in two rows.&lt;br /&gt;
* D-09593: TypeError: Cannot read property &#039;0&#039; of undefined.&lt;br /&gt;
* D-10999: Error: &amp;lt;rect&amp;gt; attribute width or X: Expected length, &amp;quot;NaN&amp;quot;.&lt;br /&gt;
* D-11012: Tooltip still shown after moving criteria for finding root causes  from header.&lt;br /&gt;
* D-10972: Include and exclude dropdown list cannot display properly when analysis view display in fullscreen.&lt;br /&gt;
* D-11020: Boxplot filtering by clicking does not work.&lt;br /&gt;
* D-10992: PDF generated in Chart settings shows some info twice.&lt;br /&gt;
* D-09513: When changing model and chart settings contain case/event attribute that doesn&#039;t exist in the model, error is given.&lt;br /&gt;
* D-11023: All mappings in Measures tab not shown when changing to Box Plot Chart.&lt;br /&gt;
* D-11024: Error messages not in logical order for missing values when drawing charts.&lt;br /&gt;
* D-10994: Empty popup for dashboard link going to a non-existing dashboard.&lt;br /&gt;
* D-10961: TypeError: Cannot read property &#039;refreshUI&#039; of null.&lt;br /&gt;
* D-11026: Unsupported BPMN node types should not be selectable.&lt;br /&gt;
* D-11035: Table column resize causes never ending loading animation.&lt;br /&gt;
* D-11036: Chart settings doesn&#039;t open, if configuration has non-existing preset definition.&lt;br /&gt;
* D-11033: Layout fixes for tables.&lt;br /&gt;
* D-11008: &amp;quot;The given key was not present in the dictionary&amp;quot; still appears in dashboards.&lt;br /&gt;
* D-11000: Model is incorrectly dropped first time some Permissions Expression data is added.&lt;br /&gt;
* D-10990: System.ArgumentException thrown on model loading from HashSet.SetCapacity.&lt;br /&gt;
* D-10977: Dimension rounding works incorrectly in expression filters.&lt;br /&gt;
* D-11003: Model JSON configuration related error to cases datasource. &lt;br /&gt;
* D-11005: Error shown in some situations after empty string Permissions expression has been removed.&lt;br /&gt;
* D-11031: Queries made with /api/expression/query are not cached.&lt;br /&gt;
* D-11034: Business calendar calculates incorrectly.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.3 (build 263) (released 2021-03-30) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03242: Sampling for the analyzed objects of the chart.&lt;br /&gt;
* B-03239: Chart settings visual improvement and reorganization (migration to Syncfusion JS2).&lt;br /&gt;
* B-03307: Miscellaneous improvements to Workspace.&lt;br /&gt;
* B-03075: Models are kept in memory when settings are changed (excluding datasources and calculated attributes).&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05075: Script entities are accessible in the expression language.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03315: Distributed computing: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-10965: &amp;quot;The given key was not present in the dictionary&amp;quot; error when calculating expression referring to attribute values.&lt;br /&gt;
* D-10985: SAML service provider self-signed certificate is renewed.&lt;br /&gt;
* D-10976: Donut showed slices in incorrect order.&lt;br /&gt;
* D-09534: Filters were not working correctly in some cases.&lt;br /&gt;
* D-10974: Median aggregation didn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10962: Tables conditional formatting referring to other columns, didn&#039;t work.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-09581: Fix for error: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message is now more specific in the &amp;quot;no access&amp;quot; case.&lt;br /&gt;
* D-09592: Fix for error: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart alignment issue.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: Server required To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting was missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10967: Missing translation for &amp;quot;Select All&amp;quot; filter option.&lt;br /&gt;
* D-10969: Fix for error: SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import failed.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.2 (released 2020-03-09) == &lt;br /&gt;
Build number: 2020.2.0.41129, Model compatibility version: 3, Database version: 67, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Expression language has now a [[QPR_ProcessAnalyzer_Expressions#Conditional_operator_.28if.29|conditional operator &amp;quot;if&amp;quot;]] and [[QPR_ProcessAnalyzer_Expressions#Define_variables_.28let.29_and_assign_variable_values_.28.3D.29|variable declaration operator &amp;quot;let&amp;quot;]]. In earlier QPR ProcessAnalyzer versions, the expression language had functions [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#If|If]] and [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#Let|Let]] which earlier could also be written in lowercase (i.e. &amp;quot;if&amp;quot; and &amp;quot;let&amp;quot;). Starting from QPR ProcessAnalyzer 2020.2, the lowercase versions refer to the conditional and variable declaration operators, and the uppercase versions refer to the corresponding functions. If there are expressions containing &amp;quot;If&amp;quot; and &amp;quot;Let&amp;quot; functions written in lowercase, please change them starting with uppercase.&lt;br /&gt;
* Issue workaround: The Root Causes analysis don&#039;t work (shows empty) in the right side chart (PAPO) of the &#039;&#039;Process Discovery&#039;&#039; view. The issue can be fixed as follows by an administrator: click the &#039;&#039;Edit&#039;&#039; toggle button, click the right side chart, click the &#039;&#039;Edit&#039;&#039; icon in the top right of the chart, click the chart again, click &#039;&#039;Properties&#039;&#039; icon in the top right of the chart, open &#039;&#039;Variables&#039;&#039; tab, find the &#039;&#039;InfluenceAttributeTypeId&#039;&#039; variable, and change its value to empty (instead of &#039;&#039;20&#039;&#039;). Click &#039;&#039;Close&#039;&#039; twice to go back to the main level and click &#039;&#039;Save&#039;&#039; button. The issue will be fixed to 2020.3.&lt;br /&gt;
* Issue workaround: In ChartView, the &#039;&#039;Duration between events&#039;&#039; measure and dimension don&#039;t work when there are filters in use (the chart is empty). Workaround is to add the following &#039;&#039;Suffix expression&#039;&#039; to the measure or dimension settings (without quotes): &amp;quot;&#039;&#039;//eventtypes&#039;&#039;&amp;quot;. The issue will be fixed to 2020.3.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307779: SAML 2.0 support for PA UI.&lt;br /&gt;
* 307789: PAPO now supports ModelId variable and new filters.&lt;br /&gt;
* 307854: Filter selector for main header.&lt;br /&gt;
* 307844: Improved main header (visible in view designer and workspace) (part 2).&lt;br /&gt;
* 307820: Improved main header (visible in view designer and workspace).&lt;br /&gt;
* 307840: Model loading script is now run in a security context allowing access to the project. Setting AllowExternalDatasources for disabling ODBC interfaces.&lt;br /&gt;
* 307763: Root causes analysis supports multiple case attributes.&lt;br /&gt;
* 307737: Datatable columns can be queried without loading entire datatable into memory.&lt;br /&gt;
* 307780: When user logs in, last used model and default filter of the model is added to the session context.&lt;br /&gt;
* 307547: Expression filter rule supports value conversion expression for better compatibility with e.g. date values.&lt;br /&gt;
* 307841: Expression language has a new function [[Process_Mining_Objects_in_Expression_Language#Case|Case.DurationBetweenEvents]].&lt;br /&gt;
* 307819: Expression language improvements for functions, variables and statements.&lt;br /&gt;
* 307827: New function EventsWindow (and expression optimization to take it into use automatically)&lt;br /&gt;
* 307794: [[ QPR_ProcessAnalyzer_Objects_in_Expression_Language#Model | GenericWrite permission]] should see model object counts when case level permissions are in use.&lt;br /&gt;
* 307776: [[QPR_ProcessAnalyzer_Objects_in_Expression_Language#User.2FGroup|Effective permissions]] can be queried using expression language.&lt;br /&gt;
* 307838: /api/projects returns effective permissions for each project.&lt;br /&gt;
* 307832: Browser side caching has been optimized for performance.&lt;br /&gt;
* 307787: Session data and permission are cached for improved performance.&lt;br /&gt;
* 307853: Memory management operations to expression language.&lt;br /&gt;
* 307803: Error message improvements (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219198: In web.config, empty setting names are formatted as &amp;lt;value&amp;gt;&amp;lt;/value&amp;gt;.&lt;br /&gt;
* 219199: In web.config, ResponsePollingInterval is 3600000.&lt;br /&gt;
* 219200: Model.EstimatedMemory gave too large estimate for models with lot of event types.&lt;br /&gt;
* 219222: AggregateOthers didn&#039;t work with MaximumRowCount when dimensions is null in expression analysis.&lt;br /&gt;
* 219276: It should be possible to set filter to be model default filter when the filter is created.&lt;br /&gt;
* 219280: It should be possible to delete model default filter.&lt;br /&gt;
* 219275: Changing model default filter should only be possible for ManageViews permission.&lt;br /&gt;
* 219297: Designer user can delete other people published filter from web UI but cannot delete it from PA Excel Client.&lt;br /&gt;
* 219285: Expression filter gives &amp;quot;Value was either too large or too small for an Int32&amp;quot;.&lt;br /&gt;
* 219304: Expression analysis returning DataFrame doesn&#039;t work in SQL script that prints to Excel sheet.&lt;br /&gt;
* 219251: Sample files removed from \\Release\Files\OfficeAddIns\Excel\Example Data.&lt;br /&gt;
* 219293: AnalyzeConformance function throws KeyNotFoundException - variation data missing.&lt;br /&gt;
* 219261: Restored model model could not be open.&lt;br /&gt;
* 219271: Invalid security notification when using Excel client.&lt;br /&gt;
* 219298: X-Forwarded-For handled incorrectly in Functions.GetClientIpAddress.&lt;br /&gt;
* 219305: Decimal datatype caused problems in the expression language.&lt;br /&gt;
* 219323: Delete operation deleted unexpected project, models and datatables.&lt;br /&gt;
* 219337: EventTypes in ModelInformation in PA response should contain entire model data.&lt;br /&gt;
* 219339: Expression language: If statement without false statement causes an exception if the condition is false.&lt;br /&gt;
* 219172: Invalid filterId causes &amp;quot;Internal server error&amp;quot; and &amp;quot; Method Not allow&amp;quot; error.&lt;br /&gt;
* 219258: Exception message is not shown properly in PA Web UI for FaultException.&lt;br /&gt;
* 219281: Improving the error handling for invalid ModelId.&lt;br /&gt;
* 219284: Client side forces filterId=0 even if filter is not mentioned.&lt;br /&gt;
* 219313: After adding the same existing panel twice, not possible to delete it from the view.&lt;br /&gt;
* 219320: Duplicate id on PanelDesigner field-properties.html template.&lt;br /&gt;
* 219336: When PAPO is added from tool palette, InfluenceAttributeTypeId variable contains invalid value &amp;quot;20&amp;quot; (should be empty).&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.1 (released 2020-01-21) == &lt;br /&gt;
Build number: 2020.1.0.40909, Model compatibility version: 3, Database version: 65, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307749: Support for importing data to the datatable models.&lt;br /&gt;
* 307813: DataSourceType parameter to --#ImportEvents and --#ImportCaseAttributes ETL scripting commands.&lt;br /&gt;
* 307743: Backend support for saving the new filters.&lt;br /&gt;
* 307775: Effective dashboard permissions are included to dashboard definition when fetched from the server.&lt;br /&gt;
* 307772: Dashboard project path is added to dashboard definition when fetched from the server.&lt;br /&gt;
* 307778: When saving a view, the view is not anymore reloaded unnecessary.&lt;br /&gt;
* 307810: Expression language adjustments.&lt;br /&gt;
* 307818: Drop support for QPR ProcessAnalyzer Excel Client for Excel 2013.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219236: Microsoft.AspNet.Identity.Core.dll and Microsoft.AspNet.Identity.Core.xml files missing when installing QPR ScriptLauncher from the installation package.&lt;br /&gt;
* 219291: QPR ProcessAnalyzer didn&#039;t work in https only configuration.&lt;br /&gt;
* 219264: DataFrameMode enabled for KPI analysis even if Values have been defined (but Dimensions is empty).&lt;br /&gt;
* 219223: Variable function don&#039;t work with upper case variables.&lt;br /&gt;
* 219267: Viewing DataFrame contents in KPI analysis gives incorrect results.&lt;br /&gt;
* 219279: DataFrame columns by name is unavailable inside user defined functions in KPI analysis.&lt;br /&gt;
* 219259: It should be possible to enable CORS from all origins.&lt;br /&gt;
* 219274: &amp;quot;Inconsistent or unavailable ids&amp;quot; error when using all cases filter.&lt;br /&gt;
* 219290: Getting contents of a dashboard is slow in a customer environment.&lt;br /&gt;
* 219286: User could not open any models after using broken model.&lt;br /&gt;
* 219227: Slowness in model creation when read data from datasource - event cost calculation improvements.&lt;br /&gt;
* 219250: Slowness in event creation when read data from datasource - group by event sorting.&lt;br /&gt;
* 219292: Performance issue in /api/uielements as it unnecessarily fetched dashboard contents.&lt;br /&gt;
* 219295: Client side fix for 219292.&lt;br /&gt;
* 219269: Query results were handled incorrectly in the client side - datatype is cell specific, not column specific.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2019.9 (released 2019-12-18) == &lt;br /&gt;
Build number: 2019.9.0.40754, Model compatibility version: 2, Database version: 63, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;&lt;br /&gt;
* Starting from QPR ProcessAnalyzer 2019.9 the separately installed QPR UI is not needed anymore. Instead, the web UI is now part of QPR ProcessAnalyzer and does not require a separate installation. The new UI can be accessed in &#039;&#039;http(s)://SERVER/QPRPA/ui/&#039;&#039; (where SERVER is the hostname of your QPR ProcessAnalyzer server). Dashboards in the old QPR UI are not moved automatically to QPR ProcessAnalyzer, and also the QPR UI dashboard export files are not compatible with the new QPR ProcessAnalyzer UI.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 307785: Angular Migration: Migrate ProcessAnalyserService.&lt;br /&gt;
* 307786: Angular Migration: Migrate FieldPropertiesUtils.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 219262: Login to PA UI is not possible when there is + character in the password&lt;br /&gt;
* 219263: Opening dashboard which definition is large&lt;br /&gt;
* 219257: It should be possible to get DataFrame cell value by column name in expression analysis&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=17906</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=17906"/>
		<updated>2021-03-30T06:37:38Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.3 (planned release date 2021-04-07) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.3 (planned release date 2021-04-07) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03307: Workspace improvements.&lt;br /&gt;
* B-03242: Sampling for root of the chart.&lt;br /&gt;
* B-03239: Chart settings migration to Syncfusion JS2.&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05075: Expression language read interface for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03075: Keep model in memory when most settings are changed.&lt;br /&gt;
* B-03315: Distributed computing, part 4: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-09581: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message could be more specific in the no access -case.&lt;br /&gt;
* D-09592: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart not looking good.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: PA Server requires To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10962: Chart conditional formatting referring to other columns, doesn&#039;t work.&lt;br /&gt;
* D-10974: Median aggregation doesn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10967: Select All filter option need translation.&lt;br /&gt;
* D-10969: ERROR SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09534: Filters not working correctly.&lt;br /&gt;
* D-10976: Donut shows slices in incorrect order.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-10965: The given key was not present in the dictionary&amp;quot; error when calculation expression.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import fails.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
* D-10985: SAML SP self-signed cert has expired.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.2 (released 2020-03-09) == &lt;br /&gt;
Build number: 2020.2.0.41129, Model compatibility version: 3, Database version: 67, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Expression language has now a [[QPR_ProcessAnalyzer_Expressions#Conditional_operator_.28if.29|conditional operator &amp;quot;if&amp;quot;]] and [[QPR_ProcessAnalyzer_Expressions#Define_variables_.28let.29_and_assign_variable_values_.28.3D.29|variable declaration operator &amp;quot;let&amp;quot;]]. In earlier QPR ProcessAnalyzer versions, the expression language had functions [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#If|If]] and [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#Let|Let]] which earlier could also be written in lowercase (i.e. &amp;quot;if&amp;quot; and &amp;quot;let&amp;quot;). Starting from QPR ProcessAnalyzer 2020.2, the lowercase versions refer to the conditional and variable declaration operators, and the uppercase versions refer to the corresponding functions. If there are expressions containing &amp;quot;If&amp;quot; and &amp;quot;Let&amp;quot; functions written in lowercase, please change them starting with uppercase.&lt;br /&gt;
* Issue workaround: The Root Causes analysis don&#039;t work (shows empty) in the right side chart (PAPO) of the &#039;&#039;Process Discovery&#039;&#039; view. The issue can be fixed as follows by an administrator: click the &#039;&#039;Edit&#039;&#039; toggle button, click the right side chart, click the &#039;&#039;Edit&#039;&#039; icon in the top right of the chart, click the chart again, click &#039;&#039;Properties&#039;&#039; icon in the top right of the chart, open &#039;&#039;Variables&#039;&#039; tab, find the &#039;&#039;InfluenceAttributeTypeId&#039;&#039; variable, and change its value to empty (instead of &#039;&#039;20&#039;&#039;). Click &#039;&#039;Close&#039;&#039; twice to go back to the main level and click &#039;&#039;Save&#039;&#039; button. The issue will be fixed to 2020.3.&lt;br /&gt;
* Issue workaround: In ChartView, the &#039;&#039;Duration between events&#039;&#039; measure and dimension don&#039;t work when there are filters in use (the chart is empty). Workaround is to add the following &#039;&#039;Suffix expression&#039;&#039; to the measure or dimension settings (without quotes): &amp;quot;&#039;&#039;//eventtypes&#039;&#039;&amp;quot;. The issue will be fixed to 2020.3.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307779: SAML 2.0 support for PA UI.&lt;br /&gt;
* 307789: PAPO now supports ModelId variable and new filters.&lt;br /&gt;
* 307854: Filter selector for main header.&lt;br /&gt;
* 307844: Improved main header (visible in view designer and workspace) (part 2).&lt;br /&gt;
* 307820: Improved main header (visible in view designer and workspace).&lt;br /&gt;
* 307840: Model loading script is now run in a security context allowing access to the project. Setting AllowExternalDatasources for disabling ODBC interfaces.&lt;br /&gt;
* 307763: Root causes analysis supports multiple case attributes.&lt;br /&gt;
* 307737: Datatable columns can be queried without loading entire datatable into memory.&lt;br /&gt;
* 307780: When user logs in, last used model and default filter of the model is added to the session context.&lt;br /&gt;
* 307547: Expression filter rule supports value conversion expression for better compatibility with e.g. date values.&lt;br /&gt;
* 307841: Expression language has a new function [[Process_Mining_Objects_in_Expression_Language#Case|Case.DurationBetweenEvents]].&lt;br /&gt;
* 307819: Expression language improvements for functions, variables and statements.&lt;br /&gt;
* 307827: New function EventsWindow (and expression optimization to take it into use automatically)&lt;br /&gt;
* 307794: [[ QPR_ProcessAnalyzer_Objects_in_Expression_Language#Model | GenericWrite permission]] should see model object counts when case level permissions are in use.&lt;br /&gt;
* 307776: [[QPR_ProcessAnalyzer_Objects_in_Expression_Language#User.2FGroup|Effective permissions]] can be queried using expression language.&lt;br /&gt;
* 307838: /api/projects returns effective permissions for each project.&lt;br /&gt;
* 307832: Browser side caching has been optimized for performance.&lt;br /&gt;
* 307787: Session data and permission are cached for improved performance.&lt;br /&gt;
* 307853: Memory management operations to expression language.&lt;br /&gt;
* 307803: Error message improvements (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219198: In web.config, empty setting names are formatted as &amp;lt;value&amp;gt;&amp;lt;/value&amp;gt;.&lt;br /&gt;
* 219199: In web.config, ResponsePollingInterval is 3600000.&lt;br /&gt;
* 219200: Model.EstimatedMemory gave too large estimate for models with lot of event types.&lt;br /&gt;
* 219222: AggregateOthers didn&#039;t work with MaximumRowCount when dimensions is null in expression analysis.&lt;br /&gt;
* 219276: It should be possible to set filter to be model default filter when the filter is created.&lt;br /&gt;
* 219280: It should be possible to delete model default filter.&lt;br /&gt;
* 219275: Changing model default filter should only be possible for ManageViews permission.&lt;br /&gt;
* 219297: Designer user can delete other people published filter from web UI but cannot delete it from PA Excel Client.&lt;br /&gt;
* 219285: Expression filter gives &amp;quot;Value was either too large or too small for an Int32&amp;quot;.&lt;br /&gt;
* 219304: Expression analysis returning DataFrame doesn&#039;t work in SQL script that prints to Excel sheet.&lt;br /&gt;
* 219251: Sample files removed from \\Release\Files\OfficeAddIns\Excel\Example Data.&lt;br /&gt;
* 219293: AnalyzeConformance function throws KeyNotFoundException - variation data missing.&lt;br /&gt;
* 219261: Restored model model could not be open.&lt;br /&gt;
* 219271: Invalid security notification when using Excel client.&lt;br /&gt;
* 219298: X-Forwarded-For handled incorrectly in Functions.GetClientIpAddress.&lt;br /&gt;
* 219305: Decimal datatype caused problems in the expression language.&lt;br /&gt;
* 219323: Delete operation deleted unexpected project, models and datatables.&lt;br /&gt;
* 219337: EventTypes in ModelInformation in PA response should contain entire model data.&lt;br /&gt;
* 219339: Expression language: If statement without false statement causes an exception if the condition is false.&lt;br /&gt;
* 219172: Invalid filterId causes &amp;quot;Internal server error&amp;quot; and &amp;quot; Method Not allow&amp;quot; error.&lt;br /&gt;
* 219258: Exception message is not shown properly in PA Web UI for FaultException.&lt;br /&gt;
* 219281: Improving the error handling for invalid ModelId.&lt;br /&gt;
* 219284: Client side forces filterId=0 even if filter is not mentioned.&lt;br /&gt;
* 219313: After adding the same existing panel twice, not possible to delete it from the view.&lt;br /&gt;
* 219320: Duplicate id on PanelDesigner field-properties.html template.&lt;br /&gt;
* 219336: When PAPO is added from tool palette, InfluenceAttributeTypeId variable contains invalid value &amp;quot;20&amp;quot; (should be empty).&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.1 (released 2020-01-21) == &lt;br /&gt;
Build number: 2020.1.0.40909, Model compatibility version: 3, Database version: 65, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307749: Support for importing data to the datatable models.&lt;br /&gt;
* 307813: DataSourceType parameter to --#ImportEvents and --#ImportCaseAttributes ETL scripting commands.&lt;br /&gt;
* 307743: Backend support for saving the new filters.&lt;br /&gt;
* 307775: Effective dashboard permissions are included to dashboard definition when fetched from the server.&lt;br /&gt;
* 307772: Dashboard project path is added to dashboard definition when fetched from the server.&lt;br /&gt;
* 307778: When saving a view, the view is not anymore reloaded unnecessary.&lt;br /&gt;
* 307810: Expression language adjustments.&lt;br /&gt;
* 307818: Drop support for QPR ProcessAnalyzer Excel Client for Excel 2013.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219236: Microsoft.AspNet.Identity.Core.dll and Microsoft.AspNet.Identity.Core.xml files missing when installing QPR ScriptLauncher from the installation package.&lt;br /&gt;
* 219291: QPR ProcessAnalyzer didn&#039;t work in https only configuration.&lt;br /&gt;
* 219264: DataFrameMode enabled for KPI analysis even if Values have been defined (but Dimensions is empty).&lt;br /&gt;
* 219223: Variable function don&#039;t work with upper case variables.&lt;br /&gt;
* 219267: Viewing DataFrame contents in KPI analysis gives incorrect results.&lt;br /&gt;
* 219279: DataFrame columns by name is unavailable inside user defined functions in KPI analysis.&lt;br /&gt;
* 219259: It should be possible to enable CORS from all origins.&lt;br /&gt;
* 219274: &amp;quot;Inconsistent or unavailable ids&amp;quot; error when using all cases filter.&lt;br /&gt;
* 219290: Getting contents of a dashboard is slow in a customer environment.&lt;br /&gt;
* 219286: User could not open any models after using broken model.&lt;br /&gt;
* 219227: Slowness in model creation when read data from datasource - event cost calculation improvements.&lt;br /&gt;
* 219250: Slowness in event creation when read data from datasource - group by event sorting.&lt;br /&gt;
* 219292: Performance issue in /api/uielements as it unnecessarily fetched dashboard contents.&lt;br /&gt;
* 219295: Client side fix for 219292.&lt;br /&gt;
* 219269: Query results were handled incorrectly in the client side - datatype is cell specific, not column specific.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2019.9 (released 2019-12-18) == &lt;br /&gt;
Build number: 2019.9.0.40754, Model compatibility version: 2, Database version: 63, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;&lt;br /&gt;
* Starting from QPR ProcessAnalyzer 2019.9 the separately installed QPR UI is not needed anymore. Instead, the web UI is now part of QPR ProcessAnalyzer and does not require a separate installation. The new UI can be accessed in &#039;&#039;http(s)://SERVER/QPRPA/ui/&#039;&#039; (where SERVER is the hostname of your QPR ProcessAnalyzer server). Dashboards in the old QPR UI are not moved automatically to QPR ProcessAnalyzer, and also the QPR UI dashboard export files are not compatible with the new QPR ProcessAnalyzer UI.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 307785: Angular Migration: Migrate ProcessAnalyserService.&lt;br /&gt;
* 307786: Angular Migration: Migrate FieldPropertiesUtils.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 219262: Login to PA UI is not possible when there is + character in the password&lt;br /&gt;
* 219263: Opening dashboard which definition is large&lt;br /&gt;
* 219257: It should be possible to get DataFrame cell value by column name in expression analysis&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=17902</id>
		<title>QPR ProcessAnalyzer Release Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Release_Notes&amp;diff=17902"/>
		<updated>2021-03-29T13:53:29Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Next Release: QPR ProcessAnalyzer 2021.3 (planned release date 2021-04-07) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains new features and fixed issues for each QPR ProcessAnalyzer release. For information on the compatibility of different versions, see [[QPR ProcessAnalyzer Version Compatibility|Version Compatibility Information]].&lt;br /&gt;
&lt;br /&gt;
== Next Release: QPR ProcessAnalyzer 2021.3 (planned release date 2021-04-07) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03307: Workspace improvements.&lt;br /&gt;
* B-03242: Sampling for root of the chart.&lt;br /&gt;
* B-03239: Chart settings migration to Syncfusion JS2.&lt;br /&gt;
* B-03079: Improvements to model JSON configuration for Case/EventAttributes.&lt;br /&gt;
* B-03302: Scripting backend changes: Single state for scripts.&lt;br /&gt;
* B-05075: Expression language read interface for scripts.&lt;br /&gt;
* B-05079: API for creating and editing scripts.&lt;br /&gt;
* B-05074: Frontend components update.&lt;br /&gt;
* B-03308: In Query Designer, ContextType should be &amp;quot;Model&amp;quot;, when ProcessingMethod is &amp;quot;DataFrame&amp;quot;.&lt;br /&gt;
* B-05077: Support for scripts in POST /api/uielements/setproject/{projectid} and DELETE /qprpa/api/uielements.&lt;br /&gt;
* B-03296: API for recycle bin.&lt;br /&gt;
* B-03075: Keep model in memory when most settings are changed.&lt;br /&gt;
* B-03315: Distributed computing, part 4: Streamlining dataframe based KPI analysis configurations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* D-09581: Cannot read property &#039;length&#039; of undefined.&lt;br /&gt;
* D-09589: The error message could be more specific in the no access -case.&lt;br /&gt;
* D-09592: TypeError: Cannot read property &#039;querySelector&#039; of null.&lt;br /&gt;
* D-09518: Stacking for Column Pyramid Chart not looking good.&lt;br /&gt;
* D-09597: Case attribute and event type filter components are not showing counts and visualize items without cases.&lt;br /&gt;
* D-09591: PA Server requires To field information to send a notification.&lt;br /&gt;
* D-09494: Username and setting missing in ScriptLauncher logs.&lt;br /&gt;
* D-09535: TakeSample function should not decrease performance when sampling is not needed.&lt;br /&gt;
* D-09580: TakeSample function should support DataFrames.&lt;br /&gt;
* D-09610: Expression based greater/lower than filters don&#039;t show texts in header.&lt;br /&gt;
* D-09601: Filter rule editor bugs: wrong counts and existing filters not taken into account.&lt;br /&gt;
* D-09606: Flowchart doesn&#039;t show loading spinner.&lt;br /&gt;
* D-09609: JavaScript error when opening flowchart for the first time.&lt;br /&gt;
* D-10963: Chart table web links should not encode tag if it contains entire url.&lt;br /&gt;
* D-10960: Client side query cache should be cleared when model is dropped, reloaded or model settings changed.&lt;br /&gt;
* D-10962: Chart conditional formatting referring to other columns, doesn&#039;t work.&lt;br /&gt;
* D-10974: Median aggregation doesn&#039;t work in table conditional formatting.&lt;br /&gt;
* D-10967: Select All filter option need translation.&lt;br /&gt;
* D-10969: ERROR SyntaxError: Unexpected token u in JSON at position 0.&lt;br /&gt;
* D-10979: Browser log should not contain informational messages.&lt;br /&gt;
* D-10982: Model properties has problem to get new added datatables for CASE and EVENT Datasources.&lt;br /&gt;
* D-09534: Filters not working correctly.&lt;br /&gt;
* D-10976: Donut shows slices in incorrect order.&lt;br /&gt;
* D-09522: Uncaught TypeError: Cannot read property &#039;call&#039; of undefined.&lt;br /&gt;
* D-09911: Turn off filter rule will cause i[e][a] is not iterable at Function.compactFilterRules error.&lt;br /&gt;
* D-09510: Clicking workspace button or switching between editor modes don&#039;t close chart settings.&lt;br /&gt;
* D-09519: Chart configuration validation doesn&#039;t show error message.&lt;br /&gt;
* D-09603: ERROR TypeError: Cannot read property &#039;getConfiguration&#039; of null.&lt;br /&gt;
* D-09525: Search line is not under the search string for filters in Query Designer.&lt;br /&gt;
* D-10965: The given key was not present in the dictionary&amp;quot; error when calculation expression.&lt;br /&gt;
* D-09441: &amp;quot;In&amp;quot; function doesn&#039;t work with different integer types.&lt;br /&gt;
* D-09612: &amp;quot;In&amp;quot; function doesn&#039;t work when written in lower case.&lt;br /&gt;
* D-09586: CSV file import fails.&lt;br /&gt;
* D-09595: Query cancellation doesn&#039;t work in /api/expression/query.&lt;br /&gt;
* D-09440: User management web API doesn&#039;t write to operation log.&lt;br /&gt;
&lt;br /&gt;
== Latest Release: QPR ProcessAnalyzer 2021.2 (build 215) (released 2021-03-03) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* B-03237: Dialog for defining email notifications.&lt;br /&gt;
* 308126: Dialog for defining business calendars and using business calendars in charts.&lt;br /&gt;
* 308087: Datatables can be renamed and duplicated.&lt;br /&gt;
* 308090: Model settings dialog renewed, new dialog for calculated attributes, dialog for editing filter rules renewed, model duplicating.&lt;br /&gt;
* B-03292: Support for Polish language.&lt;br /&gt;
* B-03265: Automatic license reactivation.&lt;br /&gt;
* B-03314: Triggering email notifications using expression language.&lt;br /&gt;
* 308094: BPMN models are validated in the BPMN editor.&lt;br /&gt;
* B-03293: TakeSample function to expression language.&lt;br /&gt;
* B-03298: API call for expression query.&lt;br /&gt;
* B-03300: Components update.&lt;br /&gt;
* B-03299: Translations updates.&lt;br /&gt;
* B-03301: Distributed computing, part 1: Merge code from distributed computing branch.&lt;br /&gt;
* B-03317: Distributed computing, part 2: Access external DDBMS via data tables&lt;br /&gt;
* B-03311: Distributed computing, part 3: Restoring support for Spark and Snowflake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219613: Analyzed objects &amp;quot;Events of specific type&amp;quot; didn&#039;t work in chart when there is one event selected.&lt;br /&gt;
* 219611: Filtering attributes with empty string values did not work.&lt;br /&gt;
* 219616: Unnecessary small vertical scrollbar in models list in Chrome and Edge.&lt;br /&gt;
* 219624: Dashboard link set variables incorrectly to dashboard context.&lt;br /&gt;
* 219436: Improved error message, when user has no access to any models.&lt;br /&gt;
* 219505: Bottom margin was missing for dashboard if aspect ratio flex is 1.&lt;br /&gt;
* 219434: Error appeared when creating conformance filter for invalid BPMN model.&lt;br /&gt;
* 219427: Error &amp;quot;Conformance model created without any start events!&amp;quot; appeared and BPMN view was not usable.&lt;br /&gt;
* D-09584: Filter parameter was not passed correctly in the url when opening UI.&lt;br /&gt;
* D-09515: When creating/editing filter rule, selections shown should be filtered with other filter rules.&lt;br /&gt;
* D-09495: /api/signout to return 204 also when activation or session is expired.&lt;br /&gt;
* D-09568: Multi-select data from different datatable columns causes error.&lt;br /&gt;
* D-09569: Model loading failed after previously trying to load model with invalid calculated case attribute.&lt;br /&gt;
* D-09570: Performance optimization: BusinessCalendar function changed to constant foldable.&lt;br /&gt;
* D-09572: Clustering Cases analysis failed when data contains null values.&lt;br /&gt;
* D-09573: Predicted Long Cases fails on performance test machine.&lt;br /&gt;
* D-09574: Datatable copy fails to timeout with large data and blocks fetching datatables metadata.&lt;br /&gt;
* D-09577: Server crashed e.g. when editing calculated attributes (error in object finalizer).&lt;br /&gt;
* D-09578: Excel client: Operation log showed details of only one operation.&lt;br /&gt;
* D-09579: &amp;quot;From&amp;quot; in an expression was treated a keyword even if it should not be.&lt;br /&gt;
* D-09587: Improve logging in model loading.&lt;br /&gt;
* D-09516: JavaScript error when sorting by identifier in workspace: &amp;quot;Cannot read property &#039;closeDialog&#039; of undefined&amp;quot;.&lt;br /&gt;
* D-09576: api/expression/query changed to use ProcessCoreInterfaceCall.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 163) (released 2021-01-18) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308096: New function &amp;quot;EventLog&amp;quot; to expression language to explicitly define preprocessings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219612: Opening models dropdown list jammed UI when there are lot of models.&lt;br /&gt;
* 219495: Improve error message when trying to change login name to already existing.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2021.1 (build 156) (released 2021-01-12) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
There is a potential performance issue with the list of models in the header, which may appear when there are dozens of models in the list. When there are lot of models, the models list jams the UI when opened. The next release (build 163) has solved the issue.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2021.1 does not have the &#039;&#039;&#039;Data Grid&#039;&#039;&#039; and &#039;&#039;&#039;HTML&#039;&#039;&#039; presentation objects, and they have been replaced by easier-to-use and more powerful [[QPR_ProcessAnalyzer_Chart|Chart]] presentation object, which supports many layouts such as [[QPR_ProcessAnalyzer_Table|tables]]. After updating to QPR ProcessAnalyzer 2021.1, existing dashboards containing Data Grid and HTML presentation objects will contain a placeholder with a message that the presentation object doesn&#039;t exist. That placeholder can be removed and replaced with the Chart presentation object. If you need to preserve settings for the removed presentation objects, that needs to be done before updating to QPR ProcessAnalyzer 2021.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Data types of the datatables and temporary tables created by the [[QPR_ProcessAnalyzer_Scripting_Commands#--.23ImportSapQuery|--#ImportSapQuery]] command has been changed: previously data types were NVARCHAR(255) for all columns. Now the maximum length in the NVARCHAR data type depends on the SAP data field length. This optimizes the space needed for data storage. In addition, there is a new parameter &#039;&#039;&#039;ConvertDataTypes&#039;&#039;&#039; allowing to specify which data types are converted correctly instead of using textual format.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308075: Chart data point colors can be defined using [[QPR_ProcessAnalyzer_Graphs#Conditional_Formatting|conditional formatting]].&lt;br /&gt;
* 307816: Datatables to workspace (part 1).&lt;br /&gt;
* 308076: QPRLibraries migration to Syncfusion JS2 (part 4).&lt;br /&gt;
* 308086: Syncfusion JS2 update.&lt;br /&gt;
* 307975: Data grid presentation objects and datasets have been removed.&lt;br /&gt;
* 307974: Remove HTML presentation objects have been removed.&lt;br /&gt;
* 308073: Create presentation object types for all HTML presentation objects used in system views - part 2.&lt;br /&gt;
* 308077: Translation updates for PA release 2021.1.&lt;br /&gt;
* 307652: Remove QPR Connector.&lt;br /&gt;
* 307709: Remove most of Excel client functionality and support of Xpress.&lt;br /&gt;
* 308039: Web API for terminating operations.&lt;br /&gt;
* 308046: Web API for copying datatable.&lt;br /&gt;
* 308051: [[Importing_Data_from_SAP|Data type conversions]] have been improved for SAP import.&lt;br /&gt;
* 308105: Copyright information update to 2021.&lt;br /&gt;
* 308063: SmtpFromAddress setting for sending email.&lt;br /&gt;
* 307368 &amp;amp; 308084: Business calendar for duration calculation.&lt;br /&gt;
* 307565: Expression filter rule improvements for comparing numerical values.&lt;br /&gt;
* 307990: Email notifications part 1.&lt;br /&gt;
* 308071: Conformance analysis performance improvements.&lt;br /&gt;
* 308080: IIS configurations for .po and .woff2 files.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219589: Enhanced BPMN system view has unnecessary horizontal scrollbar.&lt;br /&gt;
* 219590: UI got frozen when opening workspace from home view if no other system view opened just before.&lt;br /&gt;
* 219595: Long words were not wrapped in message dialog.&lt;br /&gt;
* 219519: Error message did not show clear enough information.&lt;br /&gt;
* 219557: Root causes analysis is changed to take into account summary row column count.&lt;br /&gt;
* 219592: Excel client installer did not contain all connector files.&lt;br /&gt;
* 219600: Confirmation message is improved when deleting project.&lt;br /&gt;
* 219607: Dashboards don&#039;t work with bpmn models having linebreaks.&lt;br /&gt;
* 219604: Special characters do not work correctly in chart settings.&lt;br /&gt;
* 219606: Using dashboard links sometimes causes an error message to popup.&lt;br /&gt;
* 219608: Conformance statistics po tooltip in tool palette is incorrect.&lt;br /&gt;
* 219593: Getting data tables is really slow and the query times out after 30 seconds.	&lt;br /&gt;
* 219582: ScriptLauncher not work in direct database mode.&lt;br /&gt;
* 219549: Number of columns in the totals row of analysis types 14 (root causes) and 29 (duration root causes) should be same as in other rows.	&lt;br /&gt;
* 219544: Inconsistent # Cases Total when running an analysis.&lt;br /&gt;
* 219539: Excessively large amount of data added into expression language exception messages.&lt;br /&gt;
* 217293: SQL script parser lost lines and error show wrong line numbers.&lt;br /&gt;
* 219572: In-memory dataframes (SimpleDataTable) don&#039;t work with &amp;gt;1 billion unique strings.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 113) (released 2020-12-09) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
This release fixes the following performance issue &#039;&#039;&#039;219585: Showing models list blocks until model loadings have been completed&#039;&#039;&#039;. It caused the Model manager and list of models not to open while a model loading was in progress. This may have caused considerable performance degradation in environments where large models are loaded manually by users.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308061: QPR ProcessAnalyzer version related detailed information is shown User settings.&lt;br /&gt;
* 308067: Charts have performance benchmarking to measure the time taken to calculate a chart.&lt;br /&gt;
* 308042: Dashboard layout logic has been changed in a way that the possible empty space is preserved when viewing dashboards.&lt;br /&gt;
* 308002: Web.config contains by default HTTP response header Cache-Control: no-cache, so that browsers check the latest QPR ProcessAnalyzer version is in use after update.&lt;br /&gt;
* 308079: New parameter OperationId is added to operation log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219585: Showing models list blocks until model loadings have been completed.&lt;br /&gt;
* 217940: PAPO flowchart scroll position was incorrectly on the very left.&lt;br /&gt;
* 219564: Duplicate of dropdown list contents appears in wrong place when opening dynamic single selected list after changing model.&lt;br /&gt;
* 219511: Scheduled loading of datatables caused the server to run out of memory.&lt;br /&gt;
* 219591: Using Web.HttpsOnly.config caused HTTP Error 500.19 - Duplicate connection cache-control.&lt;br /&gt;
* 219586: Previous modifications to Web.config are also done to Web.HttpOnly.config.&lt;br /&gt;
* 219566: Settings panel cannot be opened for flowchart.&lt;br /&gt;
* 219569: Conformance check view has &amp;quot;Cannot read property min of undefined&amp;quot; JavaScript error.&lt;br /&gt;
* 219562: It was not be possible to filter based on the rest of the items exceeding maximum in charts when there are more than one dimension.&lt;br /&gt;
* 219422: Chart Setting dialogue was not closed when user was redirected to relogin after session expiring.&lt;br /&gt;
* 219584: Flowchart cache was not cleared when user logs out.&lt;br /&gt;
* 219536: SVC log file was incorrectly generated to QPRPA root folder.&lt;br /&gt;
* 219532: Creating new objects using Web API incorrectly required property id=-1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.8 (build 80) (released 2020-11-10) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The [[QPR ProcessAnalyzer Version Compatibility|database major version]] has changed in QPR ProcessAnalyzer 2020.8, which means that earlier QPR ProcessAnalyzer releases are not compatible with the database that has been updated to QPR ProcessAnalyzer 2020.8. This needs to be taken into account in those environments where multiple versions of QPR ProcessAnalyzer server are run using the same database.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Eventlog data for the legacy models is removed from the database automatically when updating to QPR ProcessAnalyzer 2020.8. This leads to permanent loss of data if all the needed models are not converted into the datatable-based models before updating to QPR ProcessAnalyzer 2020.8. If there are model conversions to be done, install QPR ProcessAnalyzer 2020.6 that can be used at the same time with QPR ProcessAnalyzer 2020.7 and make the conversions as described in the release notes for QPR ProcessAnalyzer 2020.7. After the conversion, update to QPR ProcessAnalyzer 2020.8 can be done (and QPR ProcessAnalyzer 2020.6 and 2020.7 be uninstalled). If you need help in converting your models, please contact customercare@qpr.com.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;web.httpsOnly.config&#039;&#039;&#039; file included in the 2020.8 installation package is incorrect and it should not be used. If you need the web.httpsOnly.config file in your installation, please use the file available [[Web.HttpsOnly.config_for_2020.8|here]]. The issue has been fixed in the next release (build 113).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer 2020.8 brings a change in the server Web.config file which need to be taken into account in the update. The change concerns section &#039;&#039;configuration&#039;&#039; &amp;gt; &#039;&#039;runtime&#039;&#039; &amp;gt; &#039;&#039;assemblyBinding&#039;&#039; &amp;gt; &#039;&#039;bindingRedirect&#039;&#039; for &#039;&#039;Newtonsoft.Json&#039;&#039;, where the new line is &#039;&#039;&#039;&amp;lt;bindingRedirect oldVersion=&amp;quot;0.0.0.0-11.0.0.0&amp;quot; newVersion=&amp;quot;11.0.0.0&amp;quot; /&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307071: User management is available in the Web UI.&lt;br /&gt;
* 308038: Database tables related to the legacy model data structures are removed from the database.&lt;br /&gt;
* 308028: PAPO is changed to a component containing the Flowchart only that does not contain any other analyses.&lt;br /&gt;
* 308060: Web links can be defined for tables. Web links can be parametrized to contain information from the clicked row.&lt;br /&gt;
* 308068: Chart definition and preset improvements, e.g. Query analysis, Root causes analysis in tabular format, Case count trend by type.&lt;br /&gt;
* 308031: Server API: Web API for models.&lt;br /&gt;
* 308045: Server API: Version information to /api/serverinfo.&lt;br /&gt;
* 308050: Expression language: Template strings containing embedded expressions.&lt;br /&gt;
* 308056: Server API: Filters support for NumberPrecision/DatetimeTruncation/TimespanPrecision and StringifiedValues.&lt;br /&gt;
* 308062: Server API: The expression analysis, has a &amp;quot;criteria&amp;quot; property for filtering analysis results.&lt;br /&gt;
* 308069: Constant folding optimization for expression language.&lt;br /&gt;
* 307965: Expression language: New functions for handling dataframes.&lt;br /&gt;
* 308041: SendEmail function in expression language.&lt;br /&gt;
* 308049: Backend performance improvements for dashboards.&lt;br /&gt;
* 307910: Caching improvements: QueryIdentifier is not part of the cache key, and UserId is excluded from cache key when the expression is not user specific.&lt;br /&gt;
* 307806: Angular Web UI framework is updated to version 10.&lt;br /&gt;
* 308034: All 3rd party components in the Web UI are updated.&lt;br /&gt;
* 308059: Expression language: Modify scoping in user defined functions to correspond more with javascript (static/lexical) scoping.&lt;br /&gt;
* 307985: Create presentation object types for all HTML presentation objects used in system views - part 1.&lt;br /&gt;
* 308037&amp;amp;308055: QPRLibraries migration to Syncfusion JS2 - parts 2/3.&lt;br /&gt;
* 308043: Language translation has been updated.&lt;br /&gt;
* 308065: Restore feature: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219241: Filter from ChartView is not confirmed when clicking Flowchart.&lt;br /&gt;
* 219507: X-AspNet-Version http response header has been removed from error responses.&lt;br /&gt;
* 219533: Dashboard gave randomly &amp;quot;Collection was modified, enumeration operation may not execute&amp;quot; error.&lt;br /&gt;
* 219540: Conformance analysis with incorrect BPMN model containing loops crashed server.&lt;br /&gt;
* 219349: When flow is selected in PAPO flowchart, event type filtering should not be possible.&lt;br /&gt;
* 219535: Empty strings in X-axis values show category index.&lt;br /&gt;
* 219554: When using lasso tool to filter in chart, y-axis position should be ignored in most chart types.&lt;br /&gt;
* 219558: Clustering and prediction doesn&#039;t take into account when there is one event type selected.&lt;br /&gt;
* 219221: Add many duplicate filters to same view should be prevented.&lt;br /&gt;
* 219534: It should not be possible to create filter rules without values selected.&lt;br /&gt;
* 219546: PA page content stays in very small area after reload page.&lt;br /&gt;
* 219555: Changing focus to other chart while selection is in progress creates invalid filter if clicked chart has chart filter.&lt;br /&gt;
* 219403: Improved error message texts for access denied errors.&lt;br /&gt;
* 219514: GET api/users/memberships/{id} should also return group&#039;s members.&lt;br /&gt;
* 219565: &amp;quot;No measure or dimensions have been defined&amp;quot; error in Conformance Root Check view.&lt;br /&gt;
* 219567: Typo in Chart Settings Presets.&lt;br /&gt;
* 219570: Color scale is inverted in Root causes for case duration preset.&lt;br /&gt;
* 219573: Event type filter component doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 39) (released 2020-10-21) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 308058: Roll back improvement of model statistics calculation (307988) which inadvertently changed the Excel client protocol.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 36) (released 2020-10-13) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Known issue: QPR ProcessAnalyzer 2020.7.1 is not compatible with Excel Client 2020.7, even though the Excel Client protocol version hasn&#039;t changed. To resolve the issue, update Excel Client to 2020.7.1.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308036: Default values of chart margins have been adjusted, and there is a dashed line helping aligning charts.&lt;br /&gt;
* 307988: Model statistics (e.g. cases, events, event types) calculation has been improved. Now the statistics are not reset when model settings are changed, and case count shows only cases having events.&lt;br /&gt;
* 307956: Backend support for dimension values rounding for numbers, datetimes and durations.&lt;br /&gt;
* 308040: Variation calculation performance has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219518: Root cause analysis doesn&#039;t change after first analysis when comparison criteria is changed.&lt;br /&gt;
* 219523: Analysis query fails when there are filter rules and model is not already in memory.&lt;br /&gt;
* 219516: User description in Excel breaks web UI.&lt;br /&gt;
* 219527: Opening UI with a link containing sys:dashboard opens previously used model instead of model stored to dashboard.&lt;br /&gt;
* 219525: Filtering fails when first clicking chart and then PAPO flowchart.&lt;br /&gt;
* 219510: Filter creation doesn&#039;t work from &amp;quot;Cases where specific events occur&amp;quot; dimension.&lt;br /&gt;
* 219503: Flow duration gives &amp;quot;Index out of bounds&amp;quot; when selecting a flow that does not exist.&lt;br /&gt;
* 219517: &amp;quot;Cases with specific case attribute value&amp;quot; measure doesn&#039;t take into account datatypes.&lt;br /&gt;
* 219254: When other than traditional model has never been loaded, model statistics should return null in expression language.&lt;br /&gt;
* 219509: Event types is empty after ResetModelCache.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.7 (build 12) (released 2020-09-29) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 1em 1em;background-color:#ffcdd3;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Support for the legacy models is dropped in QPR ProcessAnalyzer 2020.7, and the models need to be converted to the new datatable-based models before updating to QPR ProcessAnalyzer 2020.7. You can check the model type as follows: Open QPR ProcessAnalyzer Web UI, open the models dropdown list in the header, find the model, open &#039;&#039;Properties&#039;&#039; for the model, and go to the &#039;&#039;Datasources&#039;&#039; tab. If the &#039;&#039;Load from Database&#039;&#039; is &#039;&#039;yes&#039;&#039;, the model is a legacy model and requires conversion.&lt;br /&gt;
&lt;br /&gt;
The conversion can be done as follows:&lt;br /&gt;
# In QPR ProcessAnalyzer Web UI, export the model as a .pacm file by clicking &#039;&#039;Export Model&#039;&#039; in the &#039;&#039;Model Properties&#039;&#039; (in the &#039;&#039;Actions&#039;&#039; tab).&lt;br /&gt;
# Go to the &#039;&#039;Datasources&#039;&#039; tab, change the &#039;&#039;Load from Database&#039;&#039; from &#039;&#039;Yes&#039;&#039; to &#039;&#039;No&#039;&#039;, and change the &#039;&#039;Cases&#039;&#039; &#039;&#039;Datasource&#039;&#039; to &#039;&#039;Datatable&#039;&#039;. The &#039;&#039;Events&#039;&#039; &#039;&#039;Datasource&#039;&#039; is already correct.&lt;br /&gt;
# Import the .pacm file back to the same model using the &#039;&#039;Data Import&#039;&#039; in the navigation menu. In the import form, select &#039;&#039;Import to Existing&#039;&#039; model and choose the model. Checkbox &#039;&#039;Add to existing data&#039;&#039; can be in either position.&lt;br /&gt;
&lt;br /&gt;
Notes regarding the conversion:&lt;br /&gt;
* Exporting and importing operations might take long time for very large models.&lt;br /&gt;
* Model id&#039;s are not changed in the conversion.&lt;br /&gt;
* Original filters and their id&#039;s are preserved but new duplicate filters are created during the import (which can be deleted).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
QPR ProcessAnalyzer server installation has some files removed comparing to the previous version, because the WCF tester legacy functionality has been removed. Please note this, if updating the server by replacing the old files, because the files that need to be removed don&#039;t actually get removed with that method. The files to be removed are &#039;&#039;default.aspx&#039;&#039;, &#039;&#039;favicon.ico&#039;&#039; and &#039;&#039;processanalyzer.png&#039;&#039; and folder &#039;&#039;scripts&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
[[QPR_ProcessAnalyzer_Version_Compatibility|Excel Client protocol version]] is changed which requires to update QPR ProcessAnalyzer Excel Client when updating to QPR ProcessAnalyzer 2020.7. See more how to [[Installing_QPR_ProcessAnalyzer_Excel_Client#Installing_QPR_ProcessAnalyzer_Excel_Client|update Excel Client]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
The version numbering of QPR ProcessAnalyzer has changed, and now releases are identified using a simple version number instead of the previous version format (e.g. 2020.6.0.42152). The version number can be seen in the &#039;&#039;User Settings&#039;&#039; in the main navigation menu.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 308003: Filter rules can be turned off.&lt;br /&gt;
* 308021: Dimension specific maximum number of items can be defined.&lt;br /&gt;
* 308006: KPI card has customizable colors.&lt;br /&gt;
* 308009: Dimension values can be mapped to colors for visualization.&lt;br /&gt;
* 308008: Chart specific model selection.&lt;br /&gt;
* 308017: Remove left and right axis synchronization in Chart.&lt;br /&gt;
* 307995: Ending tasks in web UI.&lt;br /&gt;
* 307987: Navigation menu width is set based on dashboard names.&lt;br /&gt;
* 307993: Model size estimate is decreased by 20 %.&lt;br /&gt;
* 308018: Bottleneck identification and optimizations for models having lots of cases.&lt;br /&gt;
* 307994: Taken into use functions stdev, stdevp, var and varp in Chart.&lt;br /&gt;
* 308016: Migrate Chart pivot to Syncfusion JS2 PivotTable.&lt;br /&gt;
* 307805: Syncfusion JS2 migration - part 1.&lt;br /&gt;
* 308025: Chart components migration to Syncfusion JS2 (part 1).&lt;br /&gt;
* 307939: Remove manually updated version numbers.&lt;br /&gt;
* 308005: Remove &amp;quot;Dimensions/columns as calculated attributes&amp;quot; and &amp;quot;Chart settings (compacted)&amp;quot; from chart.&lt;br /&gt;
* 307999: Remove legacy model settings from model properties.&lt;br /&gt;
* 308020: Change default bpmn model to empty.&lt;br /&gt;
* 307758: Standard deviation, sample standard deviation, variance and sample variance to expression language.&lt;br /&gt;
* 307976: Angular migration finalization.&lt;br /&gt;
* 307992: In Conformance root causes view, replace datagrid with a chart.&lt;br /&gt;
* 307759: Add requirements and tests to mathematical functions from NCalc.&lt;br /&gt;
* 307879: Optimize preprocessing for model event log.&lt;br /&gt;
* 307916&amp;amp;308010: Drop support for legacy models.&lt;br /&gt;
* 308007: &amp;quot;On-screen settings follow flow selection&amp;quot; to work for all start and event event type selections.&lt;br /&gt;
* 308030: Change password changing to use /api/users/password.&lt;br /&gt;
* 307989: Expression language: Dictionary.Clone-function and improvement to generic ToDictionary and ToDataFrame functions.&lt;br /&gt;
* 308029: Revision number in UI.&lt;br /&gt;
* 308004: Expression designer results field should be editable.&lt;br /&gt;
* 307996&amp;amp;308012: Translation fixes.&lt;br /&gt;
* 307954: Web API for datatables.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219429: Chart case attribute dropdown list item count did not match with the chart presentation.&lt;br /&gt;
* 219487: When moving and resizing, presentation objects should be aligned with each other and with the canvas.&lt;br /&gt;
* 219472: Improvements to model and data table loading slowness and memory usage.&lt;br /&gt;
* 219465: &amp;quot;Case/event attribute not found&amp;quot; error messages improved.&lt;br /&gt;
* 219474: Filter rule text said &amp;quot;undefined&amp;quot; for some expression based filters.&lt;br /&gt;
* 219462: User could not fix incorrect chart settings.&lt;br /&gt;
* 219471: &amp;quot;All cases&amp;quot; option was not visible when changing between models that don&#039;t have filters.&lt;br /&gt;
* 219488: Filter selection should be cancelled when changing dashboard.&lt;br /&gt;
* 219494: Duration values in flowchart were sometimes rounded incorrectly.&lt;br /&gt;
* 219484: Alignment of dashboard objects was difficult.&lt;br /&gt;
* 219502: When clicking same Case attribute/Event attribute preset again, loading animation staid for ever.&lt;br /&gt;
* 219481: Stdev, stdevp, var and varp functions should return null when there are zero or one items in the array.&lt;br /&gt;
* 219496: Series should be stacked bottom-to-top and from-left-to-right in charts.&lt;br /&gt;
* 219499: Chart colors were reset to default when resizing window.&lt;br /&gt;
* 219480: Attribute+Variation filter resulted in zero cases.&lt;br /&gt;
* 219479: SAML login redirection replaces contains http even if https is configured.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.6 (released 2020-08-18) == &lt;br /&gt;
Build number: 2020.6.0.42152, Model compatibility version: 3, Database version: 74, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307918: Localization for Russian, Spanish, German, Finnish and Swedish.&lt;br /&gt;
* 307921: New dashboard Preview mode is separated from the Edit mode, to be able to temporarily change chart settings without saving them to the dashboard. &lt;br /&gt;
* 307982: Changes to showing model last imported date and additional information to Model Properties dialog.&lt;br /&gt;
* 307983: Editing calculated case and event attributes.&lt;br /&gt;
* 307980: Chart setting &amp;quot;On-screen Settings Follow Flow Selection&amp;quot; to freeze chart from reacting to flow selection.&lt;br /&gt;
* 307824: Expression language function improvements (IndexOf, LastIndexOf, ToString, ParseDateTime, First, Last).&lt;br /&gt;
* 307952: When loading model data, the order of events inside cases is primarily based on the timestamp and secondarily by event row number.&lt;br /&gt;
* 307953: Querying model-datatable linking in expression language.&lt;br /&gt;
* 307817: User management operations to Web API.&lt;br /&gt;
* 307900: Memory consumption improvement for getting number of unique attribute values.&lt;br /&gt;
* 307978: Performance improvement: Taken into use AttributeType.UniqueCount to replace Count(_.Values) in expression used by UI.&lt;br /&gt;
* 307781: ProjectId property is removed from dashboard export files.&lt;br /&gt;
* 307955: Dataframes are loaded in parallel.&lt;br /&gt;
* 307934: AsParallel function implementation has been finalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219388: Old data comes to dashboard when data imported to datatable.&lt;br /&gt;
* 219412: No scrollbar for both error message and web UI window.&lt;br /&gt;
* 219414: Error message appears in Clustering Analysis for model with zero events and cases.&lt;br /&gt;
* 219419: QueryIdentifier should be excluded from client side query cache.&lt;br /&gt;
* 219426: Script editor cannot save changes in 2020.5 version.&lt;br /&gt;
* 219430: Filtering does not work in PAPO Cases and Event Types when using French.&lt;br /&gt;
* 219431: PAPO Events and Root Causes not working when using French.&lt;br /&gt;
* 219435: Dialogues have small layout issue.&lt;br /&gt;
* 219441: Deletion does not work correctly in folders screen when selecting using shift+ctrl-click.&lt;br /&gt;
* 219160: Hidden case attributes are visible in profiling case analysis, and in Influence Analysis for case attributes settings.&lt;br /&gt;
* 219418: Missing translations for the Clustering analysis.&lt;br /&gt;
* 219446: JavaScript error when closing dialog using the X button.&lt;br /&gt;
* 219444: Deselecting selected item by re-clicking it will not hide the selection buttons in Chart and generates an error in browser console&lt;br /&gt;
* 219449: Prediction fails with certain small models.&lt;br /&gt;
* 219450: Evaluation stack is not generated correctly if an exception occurs while inside a function having no parameters.&lt;br /&gt;
* 219456: Query cache is not cleared when model settings are changed.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.5 (released 2020-06-29) == &lt;br /&gt;
Build number: 2020.5.0.41888, Model compatibility version: 3, Database version: 73, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Dashboards structure is simplified, as panels are removed and presentation objects are placed directly to the dashboard canvas. In addition, panel headers are not available anymore. Presentation objects have now background color, border color, border width and border corner radius, that were previously in the panel level. All existing dashboards are automatically migrated to the newer structure. Existing dashboards that have several presentation objects within a same panel, are positioned on top of the others, so in those cases presentation objects need to be repositioned manually after updating to QPR ProcessAnalyzer 2020.5.&lt;br /&gt;
* IP address verification of user sessions has been removed. Previously, each user session was only allowed from the same IP address. This kind of security feature won&#039;t work with IPv6 addresses which usually change more often than IPv4 addresses.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307938: Support for French language.&lt;br /&gt;
* 307868: New dashboard designer that doesn&#039;t have panels.&lt;br /&gt;
* 307947: Tables conditional formatting&lt;br /&gt;
* 307948: Dashboard properties layout and terminology changes.&lt;br /&gt;
* 307911: IP address verification has been removed.&lt;br /&gt;
* 307931: Expression language and performance improvements (originated from Spark prototyping).&lt;br /&gt;
* 307774: Web API operation /api/importfile for data import.&lt;br /&gt;
* 307933: Default logging mode has been changed to ExclusiveLock for all components.&lt;br /&gt;
* 307904: Server side support for UI languages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed issues:&#039;&#039;&#039;&lt;br /&gt;
* 219372: Issue with simultaneous eventlog processing that caused &amp;quot;Value cannot be null&amp;quot; errors and sometimes calculation with incorrect eventlogs.&lt;br /&gt;
* 219375: --#CallWebService didn&#039;t work with Content-Type parameter.&lt;br /&gt;
* 219357: UI was stuck to IdP login page when SAML settings (e.g SAMLUserIdAttribute) were misconfigured.&lt;br /&gt;
* 219391: After logout GetOperationProgress failed for validating session.&lt;br /&gt;
* 219408: Removed focus outline border from buttons and textboxes.&lt;br /&gt;
* 219398: ETL Access denied CheckIsInProjectContext.&lt;br /&gt;
* 219373: Case.FlowOccurrences and Case.FlowOccurrencesByType have Variations preprocessing missing.&lt;br /&gt;
* 219382: Query for open operations should not return &amp;quot;open&amp;quot; operations that were started before the server startup time.&lt;br /&gt;
* 219402: Model with LoadOnStartup=true doesn&#039;t work with case level permission with expressions referring to current user.&lt;br /&gt;
* 219409: Filters containing event type and variation rules always filter out all cases.&lt;br /&gt;
* 219416: Error in model loading in startup can effect other model loading.&lt;br /&gt;
* 219369: Change error message &amp;quot;Time out while waiting for server response.&amp;quot;.&lt;br /&gt;
* 219387: Text filter options opened to left for ChartView making them partly hidden for first column.&lt;br /&gt;
* 219395: Save button not always enabled when editing dashboard.&lt;br /&gt;
* 219396: Context change notification should not be called for closing dashboard charts.&lt;br /&gt;
* 219411: Right click menu issue in PA Flowchart analysis view.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.4 (released 2020-05-26) == &lt;br /&gt;
Build number: 2020.4.0.41643, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33. ([[QPR_ProcessAnalyzer_Version_Compatibility|see more]])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* In QPR ProcessAnalyzer 2020.4, the deployment package dashboards come with the installation, so there is no deployment package anymore to be installed. The previous deployment package located in the &#039;&#039;QPR ProcessAnalyzer UI&#039;&#039; project can be deleted when 2020.4 is installed.&lt;br /&gt;
* To fix issue &#039;&#039;Datetimes are incorrect in files exported from data grids&#039;&#039; (219377), [[Data Grid Export Service|data grid export service]] needs to be updated from version V001 to V002.&lt;br /&gt;
* Issue workaround: After updating to QPR ProcessAnalyzer 2020.4, dashboards containing the root causes analysis give an error message about invalid chart configuration. The problem can be fixed as follows: from the JSON text that appears in the full screen text editor, make the following text replacements: &amp;quot;Case Attribute&amp;quot; --&amp;gt; &amp;quot;Case attribute&amp;quot; and &amp;quot;Attribute Value&amp;quot; --&amp;gt; &amp;quot;Attribute value&amp;quot;. When the dashboard is saved, the error doesn&#039;t appear anymore.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to replace &#039;&#039;??_remove&#039;&#039; with the [[Generic_Functions_in_QPR_ProcessAnalyzer#RemoveNulls|RemoveNulls]] function. Example: Expression &#039;&#039;Average((_.Attribute(&amp;quot;Cost&amp;quot;) ??_remove)._)&#039;&#039; can be changed to &#039;&#039;Average(RemoveNulls(_.Attribute(&amp;quot;Cost&amp;quot;)))&#039;&#039;.&lt;br /&gt;
* To improve performance, for custom expressions in charts it&#039;s recommended to change expressions that make duration aggregations to work in a way that the aggregation is made before converting TimeSpans to integers (e.g. to days). Example: expression &#039;&#039;Average(_.Duration.TotalDays)&#039;&#039; can be changed to &#039;&#039;Average(_.Duration).TotalDays&#039;&#039;.&lt;br /&gt;
* Issue: In Firefox, when opening a dashboard, an error message &amp;quot;Error in chart settings&amp;quot; might appear (the dashboard is still opened correctly). If the issue appears, it&#039;s recommended to use Chrome, where the issue does not appear that often. There are no other workarounds available for the issue.&lt;br /&gt;
* Issue: FlowOccurrences and FlowOccurrencesByType properties don&#039;t work for Case objects when there are also filter rules applied. Some measures and dimensions use those properties. QPR ProcessAnalyzer 2020.5 will fix the issue, and for earlier versions there is no workaround. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307859: Deployment package dashboards are embedded to QPR ProcessAnalyzer release.&lt;br /&gt;
* 307899: RemoveNulls function to remove null values from arrays.&lt;br /&gt;
* 307915: Expression language improvements related to CSV file generation.&lt;br /&gt;
* 307809: When dashboard is opened, editing mode is disabled when no rights to edit the dashboard.&lt;br /&gt;
* 307829: Highcharts, Syncfusion, GoJS and some other components have been updated to their latest versions.&lt;br /&gt;
* 307848: Component updates for building QPR ProcessAnalyzer UI.&lt;br /&gt;
* 307882: JavaScript libraries are split into smaller files in release build.&lt;br /&gt;
* 307932: Some PAPO buttons are removed from the tool palette.&lt;br /&gt;
* 307912&amp;amp;307917: ChartView and main header improvements for 2020.4 (parts 1 and 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219365: Sometimes system stuck during the time models were being loaded into memory.&lt;br /&gt;
* 219326&amp;amp;219377: Datetimes are incorrect in files exported from data grids (time zone difference) (See also the notes above).&lt;br /&gt;
* 219378: ChartView resizing sometimes didn&#039;t work when using full screen.&lt;br /&gt;
* 219371: Error messages have been improved for session expired and unknown error.&lt;br /&gt;
* 219360: Some styles were defined twice in CSS.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2020.3 (released 2020-04-23) == &lt;br /&gt;
Build number: 2020.3.0.41450, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features&#039;&#039;&#039;:&lt;br /&gt;
* 307902 ChartView improvements for 2020.3 hotfix: Custom expressions have by default datatype &amp;quot;auto&amp;quot;, added support for binding to multi-select lists in Variable bindings, bugfix: Custom sorting didn&#039;t work in presets, bugfix: Aggregation method for Pivot table was not selected correctly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219370: Dashboards could not be edited by other than administrators.&lt;br /&gt;
* 219361: Flowchart sometimes crashed to ThrowKeyNotFoundException when pressing Root Causes button.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.3 (released 2020-04-16) == &lt;br /&gt;
Build number: 2020.3.0.41413, Model compatibility version: 3, Database version: 71, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Legacy Chart and Gauge presentation objects are removed from QPR ProcessAnalyzer (they are different than ChartView). If there are dashboards containing those types of presentation objects after updating to 2020.3, there will be a placeholder frame instead with an error message of a non-existing presentation object. To change the dashboard, remove those placeholders and replace with ChartViews. It&#039;s recommended to make the replacement to ChartViews before the update, because chart and gauge settings cannot be accessed anymore in 2020.3.&lt;br /&gt;
* ChartView will change from an HTML presentation object to a native presentation object, which ensures that dashboards will work in future releases when the ChartView is evolving. ChartViews created with 2020.2 will be automatically migrated to the native ChartViews in 2020.3. ChartViews created with 2020.1 or earlier releases need to be updated manually by removing the ChartView from the dashboard and replacing it with a new ChartView.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307849: Securely stored strings for passwords.&lt;br /&gt;
* 307746: ChartView is now a native presentation object instead of an HTML presentation object. ChartView&#039;s made in 2020.2 are automatically converted to the native presentation objects.&lt;br /&gt;
* 307880: When a datatable model is moved to another project, the linked datatables should also be moved to the project.&lt;br /&gt;
* 307556: Functions to expression language to improve usability and performance: CaseCount, EventCount, EventCountByType and Round.&lt;br /&gt;
* 307895: SQL scripting command for database commit.&lt;br /&gt;
* 307850: Expression language performance improvement by a new way to calling functions and properties.&lt;br /&gt;
* 307858: Expression language: Support for array operators.&lt;br /&gt;
* 307845: Header buttons layout has been improved.&lt;br /&gt;
* 307870: Preprocessings are determined automatically.&lt;br /&gt;
* 307761: Functionality that user doesn&#039;t have access is now disabled in the dashboard designer and workspace to avoid access denied errors.&lt;br /&gt;
* 307839: Generic chart and gauge presentation objects are removed.&lt;br /&gt;
* 307863: Automatic redirection to SAML authentication.&lt;br /&gt;
* 307872: API support for querying if SAML is configured.&lt;br /&gt;
* 307846: Error message further improvements.&lt;br /&gt;
* 307888: Error message text changes for Dashboard not found and Multiple dashboards found.&lt;br /&gt;
* 307874 &amp;amp; 307887: ChartView and main header has been improved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219341: Analysis function unnecessarily required FilterId parameter.&lt;br /&gt;
* 219343: Root causes analysis gave access denied when using Analysis function.&lt;br /&gt;
* 219348: Query cancellation caused database connection leakage.&lt;br /&gt;
* 219332: &amp;quot;Thread was being aborted&amp;quot; returned to client while loading model from datatable.&lt;br /&gt;
* 219321: Removed unnecessary error log lines &amp;quot;Missing expected HttpRequest X-Forwarded-For&amp;quot; that appeared even if UseXForwardedForAsClientIp=false.&lt;br /&gt;
* 219335: [_remove ]._ or empty array is not handled correctly in a KPI dimension.&lt;br /&gt;
* 219340: default.aspx does not work.&lt;br /&gt;
* 219330: EditDashboards permission should be needed for target project when moving dashboards between projects.&lt;br /&gt;
* 219347: Queries done by the main header were cancelled when view is changed.&lt;br /&gt;
* 219355: Expression language: Was unable to use properties of the parent context in dictionary initialization.&lt;br /&gt;
* 219346: PAPO flowchart should have by default median duration shown on flows and flow counts hidden.&lt;br /&gt;
* 219333: PAPO generated incorrect filter JSON and unnecessary query.&lt;br /&gt;
* 219311: When opened a view by identifier, the view was fetched twice from the server.&lt;br /&gt;
* 219329: Unnecessary information was stored in database for dashboard definitions.&lt;br /&gt;
* 219362: Issues with session expiration checks.&lt;br /&gt;
* 219364: Session expiration with SAML authentication configured gives incorrect error message.&lt;br /&gt;
* 219344: Case count view in model manager header and Home view can cause unwanted model loading.&lt;br /&gt;
* 219242: Flowchart is not updated correctly after event type filtering.&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.2 (released 2020-03-09) == &lt;br /&gt;
Build number: 2020.2.0.41129, Model compatibility version: 3, Database version: 67, PACM file version: 7, Protocol version: 33.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Expression language has now a [[QPR_ProcessAnalyzer_Expressions#Conditional_operator_.28if.29|conditional operator &amp;quot;if&amp;quot;]] and [[QPR_ProcessAnalyzer_Expressions#Define_variables_.28let.29_and_assign_variable_values_.28.3D.29|variable declaration operator &amp;quot;let&amp;quot;]]. In earlier QPR ProcessAnalyzer versions, the expression language had functions [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#If|If]] and [[Generic_Properties_and_Functions_in_QPR_ProcessAnalyzer_Expressions#Let|Let]] which earlier could also be written in lowercase (i.e. &amp;quot;if&amp;quot; and &amp;quot;let&amp;quot;). Starting from QPR ProcessAnalyzer 2020.2, the lowercase versions refer to the conditional and variable declaration operators, and the uppercase versions refer to the corresponding functions. If there are expressions containing &amp;quot;If&amp;quot; and &amp;quot;Let&amp;quot; functions written in lowercase, please change them starting with uppercase.&lt;br /&gt;
* Issue workaround: The Root Causes analysis don&#039;t work (shows empty) in the right side chart (PAPO) of the &#039;&#039;Process Discovery&#039;&#039; view. The issue can be fixed as follows by an administrator: click the &#039;&#039;Edit&#039;&#039; toggle button, click the right side chart, click the &#039;&#039;Edit&#039;&#039; icon in the top right of the chart, click the chart again, click &#039;&#039;Properties&#039;&#039; icon in the top right of the chart, open &#039;&#039;Variables&#039;&#039; tab, find the &#039;&#039;InfluenceAttributeTypeId&#039;&#039; variable, and change its value to empty (instead of &#039;&#039;20&#039;&#039;). Click &#039;&#039;Close&#039;&#039; twice to go back to the main level and click &#039;&#039;Save&#039;&#039; button. The issue will be fixed to 2020.3.&lt;br /&gt;
* Issue workaround: In ChartView, the &#039;&#039;Duration between events&#039;&#039; measure and dimension don&#039;t work when there are filters in use (the chart is empty). Workaround is to add the following &#039;&#039;Suffix expression&#039;&#039; to the measure or dimension settings (without quotes): &amp;quot;&#039;&#039;//eventtypes&#039;&#039;&amp;quot;. The issue will be fixed to 2020.3.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307779: SAML 2.0 support for PA UI.&lt;br /&gt;
* 307789: PAPO now supports ModelId variable and new filters.&lt;br /&gt;
* 307854: Filter selector for main header.&lt;br /&gt;
* 307844: Improved main header (visible in view designer and workspace) (part 2).&lt;br /&gt;
* 307820: Improved main header (visible in view designer and workspace).&lt;br /&gt;
* 307840: Model loading script is now run in a security context allowing access to the project. Setting AllowExternalDatasources for disabling ODBC interfaces.&lt;br /&gt;
* 307763: Root causes analysis supports multiple case attributes.&lt;br /&gt;
* 307737: Datatable columns can be queried without loading entire datatable into memory.&lt;br /&gt;
* 307780: When user logs in, last used model and default filter of the model is added to the session context.&lt;br /&gt;
* 307547: Expression filter rule supports value conversion expression for better compatibility with e.g. date values.&lt;br /&gt;
* 307841: Expression language has a new function [[Process_Mining_Objects_in_Expression_Language#Case|Case.DurationBetweenEvents]].&lt;br /&gt;
* 307819: Expression language improvements for functions, variables and statements.&lt;br /&gt;
* 307827: New function EventsWindow (and expression optimization to take it into use automatically)&lt;br /&gt;
* 307794: [[ QPR_ProcessAnalyzer_Objects_in_Expression_Language#Model | GenericWrite permission]] should see model object counts when case level permissions are in use.&lt;br /&gt;
* 307776: [[QPR_ProcessAnalyzer_Objects_in_Expression_Language#User.2FGroup|Effective permissions]] can be queried using expression language.&lt;br /&gt;
* 307838: /api/projects returns effective permissions for each project.&lt;br /&gt;
* 307832: Browser side caching has been optimized for performance.&lt;br /&gt;
* 307787: Session data and permission are cached for improved performance.&lt;br /&gt;
* 307853: Memory management operations to expression language.&lt;br /&gt;
* 307803: Error message improvements (part 2).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219198: In web.config, empty setting names are formatted as &amp;lt;value&amp;gt;&amp;lt;/value&amp;gt;.&lt;br /&gt;
* 219199: In web.config, ResponsePollingInterval is 3600000.&lt;br /&gt;
* 219200: Model.EstimatedMemory gave too large estimate for models with lot of event types.&lt;br /&gt;
* 219222: AggregateOthers didn&#039;t work with MaximumRowCount when dimensions is null in expression analysis.&lt;br /&gt;
* 219276: It should be possible to set filter to be model default filter when the filter is created.&lt;br /&gt;
* 219280: It should be possible to delete model default filter.&lt;br /&gt;
* 219275: Changing model default filter should only be possible for ManageViews permission.&lt;br /&gt;
* 219297: Designer user can delete other people published filter from web UI but cannot delete it from PA Excel Client.&lt;br /&gt;
* 219285: Expression filter gives &amp;quot;Value was either too large or too small for an Int32&amp;quot;.&lt;br /&gt;
* 219304: Expression analysis returning DataFrame doesn&#039;t work in SQL script that prints to Excel sheet.&lt;br /&gt;
* 219251: Sample files removed from \\Release\Files\OfficeAddIns\Excel\Example Data.&lt;br /&gt;
* 219293: AnalyzeConformance function throws KeyNotFoundException - variation data missing.&lt;br /&gt;
* 219261: Restored model model could not be open.&lt;br /&gt;
* 219271: Invalid security notification when using Excel client.&lt;br /&gt;
* 219298: X-Forwarded-For handled incorrectly in Functions.GetClientIpAddress.&lt;br /&gt;
* 219305: Decimal datatype caused problems in the expression language.&lt;br /&gt;
* 219323: Delete operation deleted unexpected project, models and datatables.&lt;br /&gt;
* 219337: EventTypes in ModelInformation in PA response should contain entire model data.&lt;br /&gt;
* 219339: Expression language: If statement without false statement causes an exception if the condition is false.&lt;br /&gt;
* 219172: Invalid filterId causes &amp;quot;Internal server error&amp;quot; and &amp;quot; Method Not allow&amp;quot; error.&lt;br /&gt;
* 219258: Exception message is not shown properly in PA Web UI for FaultException.&lt;br /&gt;
* 219281: Improving the error handling for invalid ModelId.&lt;br /&gt;
* 219284: Client side forces filterId=0 even if filter is not mentioned.&lt;br /&gt;
* 219313: After adding the same existing panel twice, not possible to delete it from the view.&lt;br /&gt;
* 219320: Duplicate id on PanelDesigner field-properties.html template.&lt;br /&gt;
* 219336: When PAPO is added from tool palette, InfluenceAttributeTypeId variable contains invalid value &amp;quot;20&amp;quot; (should be empty).&lt;br /&gt;
&lt;br /&gt;
== QPR ProcessAnalyzer 2020.1 (released 2020-01-21) == &lt;br /&gt;
Build number: 2020.1.0.40909, Model compatibility version: 3, Database version: 65, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features:&#039;&#039;&#039;&lt;br /&gt;
* 307749: Support for importing data to the datatable models.&lt;br /&gt;
* 307813: DataSourceType parameter to --#ImportEvents and --#ImportCaseAttributes ETL scripting commands.&lt;br /&gt;
* 307743: Backend support for saving the new filters.&lt;br /&gt;
* 307775: Effective dashboard permissions are included to dashboard definition when fetched from the server.&lt;br /&gt;
* 307772: Dashboard project path is added to dashboard definition when fetched from the server.&lt;br /&gt;
* 307778: When saving a view, the view is not anymore reloaded unnecessary.&lt;br /&gt;
* 307810: Expression language adjustments.&lt;br /&gt;
* 307818: Drop support for QPR ProcessAnalyzer Excel Client for Excel 2013.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs:&#039;&#039;&#039;&lt;br /&gt;
* 219236: Microsoft.AspNet.Identity.Core.dll and Microsoft.AspNet.Identity.Core.xml files missing when installing QPR ScriptLauncher from the installation package.&lt;br /&gt;
* 219291: QPR ProcessAnalyzer didn&#039;t work in https only configuration.&lt;br /&gt;
* 219264: DataFrameMode enabled for KPI analysis even if Values have been defined (but Dimensions is empty).&lt;br /&gt;
* 219223: Variable function don&#039;t work with upper case variables.&lt;br /&gt;
* 219267: Viewing DataFrame contents in KPI analysis gives incorrect results.&lt;br /&gt;
* 219279: DataFrame columns by name is unavailable inside user defined functions in KPI analysis.&lt;br /&gt;
* 219259: It should be possible to enable CORS from all origins.&lt;br /&gt;
* 219274: &amp;quot;Inconsistent or unavailable ids&amp;quot; error when using all cases filter.&lt;br /&gt;
* 219290: Getting contents of a dashboard is slow in a customer environment.&lt;br /&gt;
* 219286: User could not open any models after using broken model.&lt;br /&gt;
* 219227: Slowness in model creation when read data from datasource - event cost calculation improvements.&lt;br /&gt;
* 219250: Slowness in event creation when read data from datasource - group by event sorting.&lt;br /&gt;
* 219292: Performance issue in /api/uielements as it unnecessarily fetched dashboard contents.&lt;br /&gt;
* 219295: Client side fix for 219292.&lt;br /&gt;
* 219269: Query results were handled incorrectly in the client side - datatype is cell specific, not column specific.&lt;br /&gt;
&lt;br /&gt;
== Additional release for QPR ProcessAnalyzer 2019.9 (released 2019-12-18) == &lt;br /&gt;
Build number: 2019.9.0.40754, Model compatibility version: 2, Database version: 63, PACM file version: 7, Protocol version: 32.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;&lt;br /&gt;
* Starting from QPR ProcessAnalyzer 2019.9 the separately installed QPR UI is not needed anymore. Instead, the web UI is now part of QPR ProcessAnalyzer and does not require a separate installation. The new UI can be accessed in &#039;&#039;http(s)://SERVER/QPRPA/ui/&#039;&#039; (where SERVER is the hostname of your QPR ProcessAnalyzer server). Dashboards in the old QPR UI are not moved automatically to QPR ProcessAnalyzer, and also the QPR UI dashboard export files are not compatible with the new QPR ProcessAnalyzer UI.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Features for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 307785: Angular Migration: Migrate ProcessAnalyserService.&lt;br /&gt;
* 307786: Angular Migration: Migrate FieldPropertiesUtils.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed bugs for QPR ProcessAnalyzer:&#039;&#039;&#039;&lt;br /&gt;
* 219262: Login to PA UI is not possible when there is + character in the password&lt;br /&gt;
* 219263: Opening dashboard which definition is large&lt;br /&gt;
* 219257: It should be possible to get DataFrame cell value by column name in expression analysis&lt;br /&gt;
&lt;br /&gt;
== Old Releases ==&lt;br /&gt;
See older releases in [[QPR ProcessAnalyzer Release Archive]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Category: QPR ProcessAnalyzer]]&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17584</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17584"/>
		<updated>2021-01-27T07:25:03Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* Latest Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Before updating, please read all the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and the target releases, for any special considerations regarding the update.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip QPR Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://files.qpr.com/releases/Release_history_2020-09-01.pdf Release history]&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzer_156.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzer_113.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzer_80.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzer_39.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzer_36.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzer_12.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzerServer_156.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzerServer_113.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzerServer_80.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzerServer_39.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzerServer_36.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzerServer_12.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server. Note that QPR UI is not used to run QPR ProcessAnalyzer.&lt;br /&gt;
* QPR UI 2020.2.1: https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2019.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2019.1.1: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR_Suite_2019.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
*ArchiMate 3.1 Add-on 2019.1.0 (Including ArchiMate 3.1 template, ArchiMate 3.1 template with example viewpoints, ArchiMate 3.1 MEFF Export &amp;amp; ArchiMate 3.1 MEFF Import): https://files.qpr.com/releases/QPR_EnterpriseArchitect_ArchiMate_3.1_Add-on_2019.1.0/QPR_EnterpriseArchitect_ArchiMate_3.1_Add-on_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2017.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2017.1.1: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR_Suite_2017.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2017.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17528</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17528"/>
		<updated>2021-01-20T08:22:23Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR Suite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Before updating, please read all the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and the target releases, for any special considerations regarding the update.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip QPR Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzer_156.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzer_113.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzer_80.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzer_39.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzer_36.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzer_12.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzerServer_156.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzerServer_113.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzerServer_80.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzerServer_39.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzerServer_36.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzerServer_12.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server. Note that QPR UI is not used to run QPR ProcessAnalyzer.&lt;br /&gt;
* QPR UI 2020.2.1: https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2019.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2019.1.1: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR_Suite_2019.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
*ArchiMate 3.1 Add-on 2019.1.0 (Including ArchiMate 3.1 template, ArchiMate 3.1 template with example viewpoints, ArchiMate 3.1 MEFF Export &amp;amp; ArchiMate 3.1 MEFF Import): https://files.qpr.com/releases/QPR_EnterpriseArchitect_ArchiMate_3.1_Add-on_2019.1.0/QPR_EnterpriseArchitect_ArchiMate_3.1_Add-on_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2017.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2017.1.1: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR_Suite_2017.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2017.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17527</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17527"/>
		<updated>2021-01-20T08:02:22Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR Suite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Before updating, please read all the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and the target releases, for any special considerations regarding the update.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip QPR Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzer_156.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzer_113.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzer_80.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzer_39.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzer_36.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzer_12.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzerServer_156.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzerServer_113.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzerServer_80.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzerServer_39.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzerServer_36.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzerServer_12.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server. Note that QPR UI is not used to run QPR ProcessAnalyzer.&lt;br /&gt;
* QPR UI 2020.2.1: https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2019.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2019.1.1: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR_Suite_2019.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2017.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2017.1.1: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR_Suite_2017.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2017.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17525</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17525"/>
		<updated>2021-01-19T13:51:20Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR Suite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Before updating, please read all the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and the target releases, for any special considerations regarding the update.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip QPR Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzer_163.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzer_156.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzer_113.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzer_80.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzer_39.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzer_36.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzer_12.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 163): https://files.qpr.com/releases/QPRProcessAnalyzerServer_163.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2021.1 (build 156): https://files.qpr.com/releases/QPRProcessAnalyzerServer_156.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 113): https://files.qpr.com/releases/QPRProcessAnalyzerServer_113.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.8 (build 80): https://files.qpr.com/releases/QPRProcessAnalyzerServer_80.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzerServer_39.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzerServer_36.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzerServer_12.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server. Note that QPR UI is not used to run QPR ProcessAnalyzer.&lt;br /&gt;
* QPR UI 2020.2.1: https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2019.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR2019_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2019.1.1: https://files.qpr.com/releases/QPR_Suite_2019.1.1/QPR_Suite_2019.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1.1 Clients: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Clients_Setup_x86.exe&lt;br /&gt;
* QPR Suite 2017.1.1 Servers: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR2017_Servers_Setup_x64.exe&lt;br /&gt;
* QPR Suite 2017.1.1: https://files.qpr.com/releases/QPR_Suite_2017.1.1/QPR_Suite_2017.1.1.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2017.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2017.1.0_Add-on_feature_package_1/QPR_Suite_2017.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17215</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=17215"/>
		<updated>2020-11-09T13:04:32Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Before updating, please read all the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and the target releases, for any special considerations regarding the update.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzer_39.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRProcessAnalyzerServer_39.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip QPR Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7.2 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzer_39.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7.1 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzer_36.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzer_12.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7.2 (build 39): https://files.qpr.com/releases/QPRProcessAnalyzerServer_39.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7.1 (build 36): https://files.qpr.com/releases/QPRProcessAnalyzerServer_36.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.7 (build 12): https://files.qpr.com/releases/QPRProcessAnalyzerServer_12.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.6: https://files.qpr.com/releases/ProcessAnalyzer_2020.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.5: https://files.qpr.com/releases/ProcessAnalyzer_2020.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.4: https://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.3: https://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: https://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: https://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: https://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: https://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: https://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server. Note that QPR UI is not used to run QPR ProcessAnalyzer.&lt;br /&gt;
* QPR UI 2020.2.1: https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=16360</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=16360"/>
		<updated>2020-06-25T14:44:45Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR UI Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip QPR Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.4: http://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.3: http://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: http://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: http://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: http://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.4: http://files.qpr.com/releases/ProcessAnalyzer_2020.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.3: http://files.qpr.com/releases/ProcessAnalyzer_2020.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: http://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: http://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: http://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV002.zip&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Deployment Package ==&lt;br /&gt;
[[QPR_ProcessAnalyzer_Deployment_Package|Installation instructions]] for QPR ProcessAnalyzer Deployment Package. NOTE: Starting from QPR ProcessAnalyzer 2020.4, no deployment package is needed.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2020.3: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV019.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2020.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV018.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2020.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV016.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.9: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV015.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server.&lt;br /&gt;
* QPR UI 2020.2.1: https://files.qpr.com/releases/QPR_UI_2020.2.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=15647</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=15647"/>
		<updated>2020-03-23T11:47:24Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR UI Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV018.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Deployment Package]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip QPR UI Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.2: http://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2020.1: http://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.9: http://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.2: http://files.qpr.com/releases/ProcessAnalyzer_2020.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2020.1: http://files.qpr.com/releases/ProcessAnalyzer_2020.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.9: http://files.qpr.com/releases/ProcessAnalyzer_2019.9.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Deployment Package ==&lt;br /&gt;
[[QPR_ProcessAnalyzer_Deployment_Package|Installation instructions]] for QPR ProcessAnalyzer Deployment Package. Note that this Deployment Package cannot be used with QPR UI.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2020.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV018.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2020.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV016.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.9: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV015.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server.&lt;br /&gt;
* QPR UI 2020.2: https://files.qpr.com/releases/QPR_UI_2020.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3.1: https://files.qpr.com/releases/QPR_UI_2019.3.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3: https://files.qpr.com/releases/QPR_UI_2019.3.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.2: https://files.qpr.com/releases/QPR_UI_2019.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.1: https://files.qpr.com/releases/QPR_UI_2019.1.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.8: https://files.qpr.com/releases/QPR_UI_2018.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.7: https://files.qpr.com/releases/QPR_UI_2018.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.6: https://files.qpr.com/releases/QPR_UI_2018.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.5: https://files.qpr.com/releases/QPR_UI_2018.5.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Deployment Package for QPR UI ==&lt;br /&gt;
&lt;br /&gt;
[[QPR_ProcessAnalyzer_Deployment_Package|Installation instructions]] for QPR ProcessAnalyzer Deployment Package. QPR ProcessAnalyzer Deployment Package for QPR UI is used when QPR ProcessAnalyzer uses QPR UI as a user interface.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2020.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV017.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.8 and 2019.9: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV014.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV013.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV012.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV011.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV010.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.3: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV009.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV007.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2019.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV006.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2018.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV005.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2018.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV004.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2018.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2018.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV002.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package for QPR UI 2018.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR BusinessManagementSystem Deployment Package==&lt;br /&gt;
[[QPR_BusinessManagementSystem|Installation instructions]] for QPR BusinessManagementSystem.&lt;br /&gt;
* QPR BusinessManagementSystem 2019.5: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.2: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.2.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.1: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR UI Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=14696</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=14696"/>
		<updated>2019-12-10T08:30:19Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR UI Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV014.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;UI]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot; style=&amp;quot;font-size: 16px; line-height: 1.1em&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip QPR BusinessMagementSystem&amp;lt;br /&amp;gt;Deployment Package]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip QPR UI Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer UI (Deployment Package)==&lt;br /&gt;
[[QPR_ProcessAnalyzer_UI|Installation instructions]] for QPR ProcessAnalyzer UI. QPR UI and QPR ProcessAnalyzer UI versions need to be the same.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV014.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV013.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV012.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV011.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV010.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.3: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV009.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV007.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV006.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV005.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV004.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV002.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server.&lt;br /&gt;
* QPR UI 2019.9: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3.1: https://files.qpr.com/releases/QPR_UI_2019.3.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3: https://files.qpr.com/releases/QPR_UI_2019.3.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.2: https://files.qpr.com/releases/QPR_UI_2019.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.1: https://files.qpr.com/releases/QPR_UI_2019.1.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.8: https://files.qpr.com/releases/QPR_UI_2018.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.7: https://files.qpr.com/releases/QPR_UI_2018.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.6: https://files.qpr.com/releases/QPR_UI_2018.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.5: https://files.qpr.com/releases/QPR_UI_2018.5.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR BusinessManagementSystem Deployment Package==&lt;br /&gt;
[[QPR_BusinessManagementSystem|Installation instructions]] for QPR BusinessManagementSystem.&lt;br /&gt;
* QPR BusinessManagementSystem 2019.5: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.2: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.2.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.1: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR UI Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=14695</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=14695"/>
		<updated>2019-12-10T08:30:00Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR UI Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV014.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;UI]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot; style=&amp;quot;font-size: 16px; line-height: 1.1em&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip QPR BusinessMagementSystem&amp;lt;br /&amp;gt;Deployment Package]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip QPR UI Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.8: http://files.qpr.com/releases/ProcessAnalyzer_2019.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer UI (Deployment Package)==&lt;br /&gt;
[[QPR_ProcessAnalyzer_UI|Installation instructions]] for QPR ProcessAnalyzer UI. QPR UI and QPR ProcessAnalyzer UI versions need to be the same.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV014.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV013.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV012.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV011.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV010.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.3: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV009.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV007.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV006.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV005.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV004.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV002.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server.&lt;br /&gt;
* QPR UI 2019.0: https://files.qpr.com/releases/QPR_UI_2019.9.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3.1: https://files.qpr.com/releases/QPR_UI_2019.3.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3: https://files.qpr.com/releases/QPR_UI_2019.3.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.2: https://files.qpr.com/releases/QPR_UI_2019.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.1: https://files.qpr.com/releases/QPR_UI_2019.1.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.8: https://files.qpr.com/releases/QPR_UI_2018.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.7: https://files.qpr.com/releases/QPR_UI_2018.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.6: https://files.qpr.com/releases/QPR_UI_2018.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.5: https://files.qpr.com/releases/QPR_UI_2018.5.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR BusinessManagementSystem Deployment Package==&lt;br /&gt;
[[QPR_BusinessManagementSystem|Installation instructions]] for QPR BusinessManagementSystem.&lt;br /&gt;
* QPR BusinessManagementSystem 2019.5: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.2: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.2.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.1: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR UI Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=14412</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=14412"/>
		<updated>2019-10-30T07:59:16Z</updated>

		<summary type="html">&lt;p&gt;Justuun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV013.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;UI]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot; style=&amp;quot;font-size: 16px; line-height: 1.1em&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip QPR BusinessMagementSystem&amp;lt;br /&amp;gt;Deployment Package]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip QPR UI Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.7: http://files.qpr.com/releases/ProcessAnalyzer_2019.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server.&lt;br /&gt;
* QPR UI 2019.8: https://files.qpr.com/releases/QPR_UI_2019.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3.1: https://files.qpr.com/releases/QPR_UI_2019.3.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3: https://files.qpr.com/releases/QPR_UI_2019.3.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.2: https://files.qpr.com/releases/QPR_UI_2019.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.1: https://files.qpr.com/releases/QPR_UI_2019.1.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.8: https://files.qpr.com/releases/QPR_UI_2018.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.7: https://files.qpr.com/releases/QPR_UI_2018.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.6: https://files.qpr.com/releases/QPR_UI_2018.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.5: https://files.qpr.com/releases/QPR_UI_2018.5.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer UI (Deployment Package)==&lt;br /&gt;
[[QPR_ProcessAnalyzer_UI|Installation instructions]] for QPR ProcessAnalyzer UI. QPR UI and QPR ProcessAnalyzer UI versions need to be the same.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV014.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV013.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV012.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV011.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV010.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.3: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV009.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV007.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV006.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV005.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV004.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV002.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR BusinessManagementSystem Deployment Package==&lt;br /&gt;
[[QPR_BusinessManagementSystem|Installation instructions]] for QPR BusinessManagementSystem.&lt;br /&gt;
* QPR BusinessManagementSystem 2019.5: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.2: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.2.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.1: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR UI Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1: https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
	<entry>
		<id>https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=13957</id>
		<title>QPR ProcessAnalyzer Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.onqpr.com/pa/index.php?title=QPR_ProcessAnalyzer_Downloads&amp;diff=13957"/>
		<updated>2019-09-27T11:07:21Z</updated>

		<summary type="html">&lt;p&gt;Justuun: /* QPR UI Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Releases==&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Excel Client]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe QPR UI Server]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV012.zip QPR ProcessAnalyzer&amp;lt;br /&amp;gt;UI]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot; style=&amp;quot;font-size: 16px; line-height: 1.1em&amp;quot;&amp;gt;[https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip QPR BusinessMagementSystem&amp;lt;br /&amp;gt;Deployment Package]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-reporting-add-201910 QPR Reporting Add-on]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip QPR UI Data Grid&amp;lt;br /&amp;gt;Export Service]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;downloadButton&amp;quot;&amp;gt;[https://community.qpr.com/qpr-suite-201910 QPR Suite]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Excel Client==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Excel_Client|Installation instructions]] for QPR ProcessAnalyzer Excel Client.&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
* QPR ProcessAnalyzer Excel Client 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer.exe&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer Server==&lt;br /&gt;
[[Installing_QPR_ProcessAnalyzer_Server|Installation instructions]] for QPR ProcessAnalyzer Server.&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.6: http://files.qpr.com/releases/ProcessAnalyzer_2019.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.5: http://files.qpr.com/releases/ProcessAnalyzer_2019.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.4: http://files.qpr.com/releases/ProcessAnalyzer_2019.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.3: http://files.qpr.com/releases/ProcessAnalyzer_2019.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.2: http://files.qpr.com/releases/ProcessAnalyzer_2019.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2019.1: http://files.qpr.com/releases/ProcessAnalyzer_2019.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.8: http://files.qpr.com/releases/ProcessAnalyzer_2018.8.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.7: http://files.qpr.com/releases/ProcessAnalyzer_2018.7.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.6: http://files.qpr.com/releases/ProcessAnalyzer_2018.6.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.5: http://files.qpr.com/releases/ProcessAnalyzer_2018.5.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.4: http://files.qpr.com/releases/ProcessAnalyzer_2018.4.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.3: http://files.qpr.com/releases/ProcessAnalyzer_2018.3.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.2: http://files.qpr.com/releases/ProcessAnalyzer_2018.2.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
* QPR ProcessAnalyzer Server 2018.1: http://files.qpr.com/releases/ProcessAnalyzer_2018.1.0/QPR%20ProcessAnalyzer%20Service.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Server==&lt;br /&gt;
[[QPR_UI_Installation_Checklist|Installation instructions]] for QPR UI Server.&lt;br /&gt;
* QPR UI 2019.7: https://files.qpr.com/releases/QPR_UI_2019.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6.1: https://files.qpr.com/releases/QPR_UI_2019.6.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.6: https://files.qpr.com/releases/QPR_UI_2019.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.5: https://files.qpr.com/releases/QPR_UI_2019.5.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.4: https://files.qpr.com/releases/QPR_UI_2019.4.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3.1: https://files.qpr.com/releases/QPR_UI_2019.3.1/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.3: https://files.qpr.com/releases/QPR_UI_2019.3.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.2: https://files.qpr.com/releases/QPR_UI_2019.2.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2019.1: https://files.qpr.com/releases/QPR_UI_2019.1.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.8: https://files.qpr.com/releases/QPR_UI_2018.8.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.7: https://files.qpr.com/releases/QPR_UI_2018.7.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.6: https://files.qpr.com/releases/QPR_UI_2018.6.0/QPR_UI.exe&lt;br /&gt;
* QPR UI 2018.5: https://files.qpr.com/releases/QPR_UI_2018.5.0/QPR_UI.exe&lt;br /&gt;
&lt;br /&gt;
Note: QPR UI is a web browser application which doesn&#039;t require any client installation.&lt;br /&gt;
&lt;br /&gt;
==QPR ProcessAnalyzer UI (Deployment Package)==&lt;br /&gt;
[[QPR_ProcessAnalyzer_UI|Installation instructions]] for QPR ProcessAnalyzer UI. QPR UI and QPR ProcessAnalyzer UI versions need to be the same.&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV012.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV011.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV010.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.3: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV009.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.2: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV007.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2019.1: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV006.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.8: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV005.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.7: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV004.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.6: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV003.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.5: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV002.zip&lt;br /&gt;
* QPR ProcessAnalyzer Deployment Package 2018.4: https://files.qpr.com/releases/PADeploymentPackage/QPRPADeploymentPackageV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR BusinessManagementSystem Deployment Package==&lt;br /&gt;
[[QPR_BusinessManagementSystem|Installation instructions]] for QPR BusinessManagementSystem.&lt;br /&gt;
* QPR BusinessManagementSystem 2019.5: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.5.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.2: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.2.0.zip&lt;br /&gt;
* QPR BusinessManagementSystem 2019.1: https://files.qpr.com/releases/QPRUIApplications/QPRBusinessManagementSystem/QPRBusinessManagementSystem_2019.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR UI Data Grid Export Service==&lt;br /&gt;
[[QPR_UI_Data_Grid_Export_Service|Installation instructions]] for QPR UI Data Grid Export Service.&lt;br /&gt;
* https://files.qpr.com/releases/DataGridExport/QPRGridExportAddonInstallV001.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Reporting Add-on==&lt;br /&gt;
[[QPR_Reporting_Add-on|Installation instructions]] for QPR Reporting Add-on.&lt;br /&gt;
* QPR Reporting Add-on 2019.1 (compatible with QPR Suite 2019.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202019.1.0/QPR%20Reporting%20Add-on%202019.1.0.zip&lt;br /&gt;
* QPR Reporting Add-on 2018.1 (compatible with QPR Suite 2017.1): https://files.qpr.com/releases/QPR%20Reporting%20Add-on%202018.1.0/QPR%20Reporting%20Add-on%202018.1.0.zip&lt;br /&gt;
&lt;br /&gt;
==QPR Suite==&lt;br /&gt;
* QPR Suite 2019.1: https://community.qpr.com/qpr-suite-201910&lt;br /&gt;
* QPR Suite 2019.1 Portal Add-on Feature Package: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
* QPR Suite 2019.1 Excel Integration Scripts Add-on: https://files.qpr.com/releases/QPR_Suite_2019.1.0_Add-on_feature_package_1/QPR_Suite_2019.1_Add-on_Excel_Integration_Scripts.zip&lt;br /&gt;
* QPR Suite 2017.1.1: https://community.qpr.com/qpr-suite-2017-1-1.&lt;br /&gt;
* QPR Suite 2017.1 Portal Add-on Feature Package: https://community.qpr.com/system/files/resource/QPR_Suite_2017.1.0_Portal_Add-on_feature_package_1.zip&lt;br /&gt;
&lt;br /&gt;
* QPR Suite Accelerators are available in https://community.qpr.com/node/1683.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Justuun</name></author>
	</entry>
</feed>