QPR ProcessAnalyzer Release Notes: Difference between revisions
No edit summary |
|||
| (766 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
This page | This page lists all new features and fixed issues for each QPR ProcessAnalyzer release. | ||
== Next Release: QPR ProcessAnalyzer | == Next Release: QPR ProcessAnalyzer 2025.7 (planned 2025-11-11) == | ||
[[Next_Release_Roadmap|See roadmap for next release features and fixes]] | |||
== Latest Release: QPR ProcessAnalyzer 2025.6 (build 10690) (released 2025-10-01) == | |||
New features presentation: [https://files.qpr.com/releases/QPR_ProcessAnalyzer_2025_6.pdf QPR_ProcessAnalyzer_2025_6.pdf] | |||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
Known issue: If the [[PA_Configuration_database_table#:~:text=DefaultUiLanguage|DefaultUiLanguage]] system configuration is not defined, users who haven't changed their own language, are unable to login. To prevent this problem, please ensure the DefaultUiLanguage is defined. The next release will fix this issue (D-14706). | |||
</div> | </div> | ||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
Content-Security-Policy (CSP) HTTP header has been updated to enhance security by implementing more restrictive settings. The following directives have been added: | |||
* object-src 'none' | |||
* frame-ancestors 'self' | |||
* form-action 'none' | |||
* base-uri 'none' | |||
* worker-src blob: | |||
These new restrictions may affect usage that has previously been possible. For example, with the new settings, QPR ProcessAnalyzer can be embedded to a website only within the same origin. For detailed instructions on embedding QPR ProcessAnalyzer on a different website, please refer to [[Embed_to_Website|this quide]]. Additionally, for information on modifying the CSP settings, see documentation for [[QPR_ProcessAnalyzer_Security_Hardening#HTTP_Response_Headers|security hardening]]. | |||
</div> | </div> | ||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
In the QPR ProcessAnalyzer 2025.6 Native App, the release version number is not displayed correctly in the User Settings dialog. This omission does not have any other complications. QPR ProcessAnalyzer 2025.6 is the only release with this issue, making it possible to identify this release despite the missing version number. This issue is specific to the Native App only. The next release will fix this issue (D-14703). | |||
</div> | </div> | ||
===New features=== | |||
* | * [[User_Settings#Starting_dashboard|Starting dashboard]] after login can be defined for user groups, allowing to create customized starting pages for easy navigation. (B-08791) | ||
* | * Snowflake [[QPR_ProcessAnalyzer_Chart#Filtering_Settings|chart's event filters]] are now embedded to filters created from chart, to precisely follow chart calculation. (B-08845) | ||
* Result data can be filtered in Snowflake charts using [[QPR_ProcessAnalyzer_Chart#:~:text=Result%20filtering%20expression|result filtering expression]] which works for any datasets. (B-08751) | |||
* Filter rules order now stays the same when making filter selections and confirming filter. (B-08801) | |||
* | * Added model setting [[QPR_ProcessAnalyzer_Project_Workspace#Hiding_Object_Count_Statistics|Show object count statistics]] to hide object counts information in dropdown lists to optimize performance. (B-08849) | ||
* Added support for [[Chart_On-screen_Settings#:~:text=showStatistics|hiding statistics for on-screen setting]] dropdown lists to improve performance, and in addition the case ID is hidden Case/Event attribute profiling presets. (B-08840) | |||
* | * Added following audit fields to users and groups: Created date, Created by, Last modified date, and Last modified by. (B-08792) | ||
* Snowflake Native App: Added procedure to that [[QPR_ProcessAnalyzer_Native_App_in_Snowflake#Recover_administrator_access|creates administrator user to Native App]] if access to the app has been lost. Also, prevented user management operations that remove own access. (B-08733) | |||
* | * Snowflake Native App: Added procedure to [[Change_Native_App_Compute_Pool_Size|change Native App compute pool size]]. Changed new Native Apps to use CPU_X64_S size compute pool, and improved Native App stability. (B-08859) | ||
* | |||
* | |||
* | |||
* | |||
===Fixed issues=== | |||
* | * Snowflake Cortex based AI Assistant didn't show the results table. (D-14643) | ||
* | * When percent stacking is used, Y-axis values are now shown as percentages in data label and tooltip. (D-14633) | ||
* D- | * Fixed issue where Label&Link component had sometimes unnecessary vertical scrollbar. (D-14685) | ||
* | * Model validation showed incorrect error message for models with numeric duplicate case ID's. (D-14687) | ||
* D- | * In Workspace, scripts "View current run log" dialog didn't update log correctly when new entries were added. (D-14662) | ||
* | * Event type mapping in charts didn't work in object-centric models. (D-14620) | ||
* Model generation didn't work as transformation step using _system.ML.ApplyTransformation function. (D-14654) | |||
* D- | * Others aggregation has been removed from date type of dimensions because tables don't work with textual data in date columns. (D-14623) | ||
* | * Fixed issue in AI Assistant where using both Snowflake Cortex and OpenAI modes caused error. (D-14646) | ||
* | * In User Management Effective permissions table, column filter incorrectly showed "true" and "false" as options. (D-14639) | ||
* Pivot table incorrectly showed "Numeric value is not recognized" error when Count or Unique count aggregations were used. (D-14559) | |||
* | * Workspace buttons are now visible in small screens spanning to multiple lines. (D-14587) | ||
* Added tooltip text to "Move to" submenu containing projects so that long project names can be seen. (D-14612) | |||
* D- | * Translation was missing from error messages when deleting items from recycle bin. (D-14652) | ||
* | * Fixed data type related issues with in-memory Floor, Ceiling and aggregation functions. (D-14622) | ||
* Optimized resource loading by getting rid of unnecessary file assets/i18n/en_US.json. (D-14641) | |||
* | * Fixed issue where opening script editor gave javascript error about content-security-policy violation. (D-14627) | ||
* Fixed issue in charts showing datatable content had a strange error when datatable was not selected. (D-14650) | |||
* Fixed incorrect data types in some project, user and group related measures. (D-14619) | |||
* Fixed issue where moving expression scripts was not possible when SQL Scripting was not allowed. (D-14624) | |||
* | * Deleting and renaming scripts were not available for expression scripts when SQL Scripting was not allowed. (D-14625) | ||
* Improved documentation for situation when non-existing Snowflake warehouse is configured for a model. (D-14543) | |||
* | * Project properties dialog shows a descriptive text when no secrets have been defined instead of an empty table. (D-14611) | ||
* Improved messages and New project button visibility in Workspace top level when no projects are shown. (D-14609) | |||
* | * Event preset gave error if enabling Apply with Chart Filters setting and trying to create filters. (D-14695) | ||
* | ===Other improvements=== | ||
* Added QPR ProcessAnalyzer API request ID to Snowflake queries to easily find matching query in Snowflake query history. (B-08839) | |||
* | * [[QPR_ProcessAnalyzer_Security_Hardening#Added_HTTP_Headers|Content Security Policy HTTP header]] includes now object-src, frame-ancestors, form-action, base-uri, and worker-src. (B-08794) | ||
* Snowflake queries have been optimized by removing null and empty string checks from mapped columns as they are now handled by the model validation check. (B-08837) | |||
* | * Added backend support for object-centric model filtering based on case-centric filter rules. (B-08836) | ||
* | * Frontend components have been updated. (B-08851) | ||
* Backend components have been updated. (B-08852) | |||
* | |||
== QPR ProcessAnalyzer 2025.5 (build 10361) (released 2025-08-21) == | |||
* | New features presentation: [https://files.qpr.com/releases/QPR_ProcessAnalyzer_2025_5.pdf QPR_ProcessAnalyzer_2025_5.pdf] | ||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
When using Snowflake Cortex, the AI Assistant is not showing the results table in the assistant's response. This issue has been fixed by the next release. | |||
</div> | </div> | ||
===New features=== | |||
* | * [[Object-Centric_Flowchart|Object-centric flowchart]] can also use object-to-object relations to link events and objects simplifying event-to-object configuration. (B-08671) | ||
* [[AI_Assistant_for_QPR_ProcessAnalyzer|AI Assistant]] can provide precise quantitative analysis by making queries to eventlog data (powered by Snowflake Cortex Analyst and Agents). (B-08652) | |||
* [[Filtering_in_QPR_ProcessAnalyzer|Flows and variations can be filtered]] from any event attribute viewpoint in Snowflake. (B-08737) | |||
* Added [[Project_Properties_Dialog|project properties dialog]] for viewing project information, changing Snowflake connection settings and project secrets. (B-08655) | |||
* [[QPR_ProcessAnalyzer_Project_Workspace#Validating_Model|Model validity check]] easily detects technically invalid models and shows detailed reason for invalidity. (B-08624) | |||
* Projects can be [[QPR_ProcessAnalyzer_Project_Workspace#Exporting_Project|exported]] to json files and imported as new projects. (B-08717) | |||
* Action buttons can be added to dashboard by defining [[Label_and_Link|label component]] that can change dashboard variables and run scripts. (B-08694) | |||
* Web user interface is available in [[Languages_and_Localization|Ukrainian language]]. (B-08734) | |||
== QPR | ===Fixed issues=== | ||
* Fixed following error when performing client-side SAP import: Could not find a part of the path (QPR_ImportSource_Chunk_*.tmp). (D-14589) | |||
* Fixed issue where ManageProjects permission was incorrectly required when running scripts using QPR ScriptLauncher non-legacy mode. (D-14562) | |||
* Fixed following error when using SAP import from SQL script called from expression language called from SQL: The given key '' was not present in the dictionary. (D-14593) | |||
* Some analyses didn't work, when case ID columns for cases and events datatables differed only in upper/lowercase letters. (D-14556) | |||
* Business calendar didn't work for some measures/dimensions/columns and some had business calendar checkboxes missing. (D-14563) | |||
* Prediction failed to following error: transformer_model_next_activity/event_year_input_embedding. (D-14551) | |||
* Scripting now works correctly after rows from PA_OPERATION_STATUS table have been deleted. (D-14545) | |||
* Fixed issue where case-centric flowchart was very slow for object-centric model. (D-14544) | |||
* Prevented creating dashboards, models and scripts with duplicate names in the same project. (D-09480) | |||
* KPI Card now shows line breaks correctly in textual values. (D-14546) | |||
* Improved table Excel export for list data to show items with separator character instead of showing as JSON. (D-14479) | |||
* Column showing non-conformance reason was incorrectly aligned to right. (D-14570) | |||
* GetRelatedValueFrom function caused column name conflict when used multiple times in same query. (D-14591) | |||
* Fixed issue where in-memory sorting for arrays gave "Error in sorting analysis result rows possibly due to multiple types of values ...". (D-14592) | |||
* Array type of values were shown incorrectly when used Last Row Aggregates Over-limit Rows setting. (D-14616) | |||
* Fixed the "Most common" text aggregation sorting error for in-memory calculation. (D-14573) | |||
* Snowflake model validation gave incorrect error message when mapped column didn't exist in datatable. (D-14565) | |||
* Improved model validation to detect when connection string key for model or datatable does not exist. (D-14607) | |||
* Model validation gave incorrect error when when events datatable case id mapping was missing. (D-14566) | |||
* Model validation gave incorrect error message when cases and events datatables were in different datasources. (D-14567) | |||
* Model validation gave incorrect error message when underlying Snowflake table didn't exist. (D-14568) | |||
* Workspace Card/Table mode toggle buttons were not translated. (D-14547) | |||
* Some invalid queries gave unexpected errors and strange outputs. (D-14569) | |||
* Added translations to model notifications preview table headers. (D-14590) | |||
* Added translations to access denied message for header object counts indicator. (D-13967) | |||
* AI Assistant explaining charts speaks now user interface language. (D-14578) | |||
* AI Agent prompt chart editor didn't show correctly if model was not selected. (D-14536) | |||
* AI Assistant gave "Unsupported cache table type" error when trying to explain object-centric flowchart. (D-14477) | |||
===Other improvements=== | |||
* When trying to open dashboard with an invalid model, the precise model validation error message is shown. (B-08629) | |||
* Account locked message is now same as username/password incorrect to prevent account enumeration attack. (B-08740) | |||
* Stringified value format supports also json objects. (B-08766) | |||
* Event attribute used as event type can be defined for flow and variation filters in Snowflake models (backend support). (B-08705) | |||
* Translations have been updated. (B-08757) | |||
* Frontend components have been updated. (B-08760) | |||
* Backend components have been updated. (B-08759) | |||
== QPR ProcessAnalyzer 2025.4 (build 9985) (released 2025-05-28) == | |||
New features presentation: [https://files.qpr.com/releases/QPR_ProcessAnalyzer_2025_4.pdf QPR_ProcessAnalyzer_2025_4.pdf] | |||
===New features=== | |||
* | * Added new AI Agent presets analyzing current state and proposing improvements based on different viewpoints, such as Event and Case Counts, Automation, Bottlenecks, and Root Causes. (B-08710) | ||
* | * Added a [[Filter_Selectors#Filter_selector|generic filtering component]] that can be configured for creating any type of filters for distinct values. (B-08654) | ||
* Volume declining in measures due to case sampling can be compensated in chart and flowchart by using a [[Measure,_Dimension_and_Column_Settings#Statistical_calculations|Statistical calculation method]]. (B-08598) | |||
* In object-centric models, Object ID, Event ID, Event timestamp, and Event type [[Object-centric_Process_Mining_Model#Object-centric_perspectives|attribute names]] are shown correctly. (B-08680) | |||
* Snowflake native app has now [[QPR_ProcessAnalyzer_Native_App_in_Snowflake#User_access_to_application|application roles]] for user (for using app) and administrator (for managing app). (B-08660) | |||
* For Snowflake native app, IMPORTED PRIVILEGES ON SNOWFLAKE DB privilege is removed and instead the [[QPR_ProcessAnalyzer_Native_App_in_Snowflake#Optional_privilege_for_AI_Agent|CORTEX_USER database role]] can be assigned. (B-08718) | |||
* | * [[QPR_ProcessAnalyzer_Native_App_in_Snowflake#Logging|Native app logging]] has been improved and now sharing application logs with QPR is possible. (B-08661) | ||
* Added [[DataFrame_in_Expression_Language#CsvToDataFrame|CsvToDataFrame]] function to expression language to convert textual CSV data into in-memory dataframe. (B-08246) | |||
* | |||
* | |||
* | |||
* | |||
* | |||
== | ===Fixed issues=== | ||
* Fixed "Invalid identifier" error when opening attribute selection list for case attribute preset caused by object id columns which differed only by letter capitalization. (D-14539) | |||
* When Image component is clicked in dashboard edit mode, the component is now selected instead of link followed. (D-14525) | |||
* Filters created from dimensions having dimension-specific filter rules will now create expression filter rule where dimensions-specific filter is embedded, for accurately following the selection. (D-14499) | |||
* Filtering variations or list of event attribute values didn't work in in-memory models. (D-14476) | |||
* Fixed issue where AI Agent didn't update when dashboard variable changed used by prompt chart. (D-14537) | |||
* Fixed issue where some statistical calculations inadvertently changed row order when applying in groups. (D-14495) | |||
* In in-memory models, array type of data was not dimensioned correctly. (D-14518) | |||
* AI Agent Process Variations preset gave "division by zero" error when there were zero cases. (D-14508) | |||
* Table grouping header labels were not formatted correctly. (D-14514) | |||
* Fixed Root causes analysis to work with object-centric models. (D-14515) | |||
* Filtering by OcelObjectId didn't work when model didn't have object type table for perspective used in filter. (D-14522) | |||
* Fixed Root causes analysis with weighting expression to work with object-centric models. (D-14517) | |||
* Fixed issue where persisting query results where query is started from datatable having custom table name overwrote data in original table. (D-14528) | |||
* Flowchart SVG export did not show start and end symbols. (D-12401) | |||
* Fixed issue where join operation didn't find renamed columns in SqlDataFrames. (D-14512) | |||
* Improved chart filtering button positions to work with small chart sizes. (D-14509) | |||
* Datatable foreign key columns dictionary data type was incorrect preventing reading columns information. (D-14505) | |||
* Workspace scripts editor allowed to change script code for viewer users (altough not save it). (D-14534) | |||
* In chart custom sorting, trying to refer to measure that had None aggregation, caused SQL compilation error. (D-14526) | |||
* Model validation check crashed when the datatables were in different datasources. (D-14502) | |||
===Other improvements=== | |||
* Added expression language functions for using Snowflake Cortex Agents with Cortex Analyst access to query eventlogs. (B-08647) | |||
* Projects can be export and imported in JSON format containing dashboards, models, datatables and scripts. (B-08613) | |||
* Simplified object-centric model queries by accepting OcelObjectId as object attribute name in filters. (B-08702) | |||
* Streamlined import API by removing importMode parameter and changing default fileType to CSV. (B-08704) | |||
* Frontend components have been updated. (B-08695) | |||
* Backend components has been updated. (B-08696) | |||
== Additional release for QPR ProcessAnalyzer 2025.3 (build 9805) (released 2025-04-30)== | |||
===New features=== | |||
* Navigation menu is now displaying dashboards from open dashboard's project or from selected Workspace project (earlier dashboards were shown from the selected model's project). (B-08673) | |||
* | |||
===Fixed issues=== | |||
* | * Fixed issue where AI Agent made unnecessary queries when filtering dashboard, and also opening dashboard with lot of chart may have been slow. (D-14503) | ||
* When datatable columns were modified, queries to the data may have given "Invalid identifier" error. (D-14507) | |||
* | * Clustering analysis didn't work with object-centric models. (D-14486) | ||
* When a new groups is added, it's selected by default in the Manage Users dialog. Also clicking a selected group does not deselect it. (D-14491) | |||
* Deleting last group didn't remove the group from the list. (D-14504) | |||
* | |||
* | |||
* | |||
== Additional release for QPR ProcessAnalyzer | == Additional release for QPR ProcessAnalyzer 2025.3 (build 9725) (released 2025-04-23)== | ||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
There is an issue causing some dashboards having more than 50 charts to open slowly. The issue has been fixed in the next release by D-14503. | |||
</div> | </div> | ||
=== Fixed Issues === | |||
* D- | * Fixed issue where system stopped responding after opening Scripts tab several times (error in logs: Timeout expired prior to obtaining a connection from the pool). (D-14506) | ||
* D- | * Fixed issue where the object-centric models object types tables didn't work without the timestamp column. (B-08683) | ||
* Snowflake cache tables are now created after initiating calculation is completed to improve performance. (D-14460) | |||
* Fixed issue in User Management where assigning role to project or adding user to group was not saved when there was a column filter. (D-14124) | |||
== QPR ProcessAnalyzer 2025.3 (build 9699) (released 2025-04-16)== | |||
New features presentation: [https://files.qpr.com/releases/QPR_ProcessAnalyzer_2025_3.pdf QPR_ProcessAnalyzer_2025_3.pdf] | |||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
There is a potentially serious issue that can cause the system to stop responding, when opening the Scripts tab in the Workspace. The issue has been fixed in the next release (build 9725) by D-14506. | |||
</div> | </div> | ||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
Object-centric model simplification in the story B-08667 (object attributes can only have a single value) doesn't work with this release. The issue has been fixed in the next release (build 9725) by B-08683. | |||
</div> | |||
===New features=== | |||
* Enhanced [[AI_Agent|AI Agent]] with UI for editing prompt datasets, and added checkbox to include other charts in dashboard to prompt. (B-08641) | |||
* In [[Object-centric_Process_Mining_Model|object-centric models]], object-to-object relations are now followed by traversing once all object types. (B-08606) | |||
* In object-centric models, event type and object type tables are not mandatory anymore, and common attributes can be specified in events and objects tables. (B-08663) | |||
* Object-centric models support simplified structure where object attributes can only have a single value. (B-08667) | |||
* "Object relation steps" setting can be empty to traverse all linked objects in the object-centric model. (B-08668) | |||
* Snowflake Event Types preset has been improved by adding suggestion of desired and undesired activities based on frequency of occurrence. (B-08656) | |||
* Added checkbox for [[Measure,_Dimension_and_Column_Settings#Advanced_settings|disabling filtering]] for individual dimensions or columns. (B-08589) | |||
* Case and event attributes dropdown lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (B-08316) | |||
* [[SAML_2.0_Federated_Authentication|SAML authentication]] can now synchronize user groups from identity provider. (B-08612) | |||
* Groups can be [[Manage_Users_and_Groups#Deleting_Group|deleted]] in user management. (B-08330) | |||
* [[Storing_Secrets_for_Scripts|Secrets]] can be defines as global that can be used by all projects. To set global secrets, [[Generic_Functions_in_QPR_ProcessAnalyzer#SetSecret|SetSecret]] function works also in the generic context. (B-08599) | |||
* Snowflake [[Clustering_Analysis|Clustering analysis]] shows now number of event occurrences as features describing clusters. (B-08353) | |||
* Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (B-07910) | |||
===Fixed issues=== | |||
* Fixed a potential issue which could have leaked database connections and caused connection pool starvation. (D-14414) | |||
* Renewed self-signed certificate used by SAML 2.0 authentication with ten years of validity. (D-14424) | |||
* Improved CallWebService function to send request body when using DELETE method. (D-14488) | |||
* Login page now shows correct error message when there are serious system errors during login. (D-14480) | |||
* "Datatable contents (in-memory)" option now works also with Snowflake datatables. (D-14391) | |||
* Added maximum data size limitation to AI assistant to avoid error with large datasets. (D-14419) | |||
* Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (D-14421) | |||
* KPI card now shows a scrollbar when content doesn't fit to the available space. (D-13428) | |||
* Workspace projects hierarchy tooltips didn't show special characters correctly. (D-14430) | |||
* BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (D-14399) | |||
* Value expressions didn't work that are referred in dimension and containing aggregation. (D-13624) | |||
* Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (D-14408) | |||
* Fixed issue where query to non-existing model incorrectly returned "Sequence contains no elements". (D-14402) | |||
* Incorrect StringifiedValues in chart settings and expression filter rule caused UI to stuck. (D-14485) | |||
* Table column filter value list didn't show the null value label correctly. (D-13844) | |||
* "Visualize list items with colors" setting didn't work with the "Last Row Aggregates Over-limit Rows" setting. (D-14357) | |||
* Made sure that failed queries are not added to model filter cache. (D-14484) | |||
* Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (D-14395) | |||
* Fixed issue where chart settings opened on top of full screen BPMN editor. (D-14472) | |||
* Show details button in some error messages didn't have any effect when pressed. (D-14490) | |||
* Model validation message was incorrect for model where other datatable is Snowflake and other SQL Server. (D-14475) | |||
===Other improvements=== | |||
* Logging has been set to Warning level for Native App to avoid excessive number of log entries to Snowflake events table. (B-08687) | |||
* Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate datatable with zero rows while the operation is still in progress. (B-08634) | |||
* Improved Snowflake cache table creation logic when there are multiple simultaneous queries. (B-08622) | |||
* Refactored SQL Server operations to improve robustness and avoid leaking database connections. (B-08649) | |||
* Frontend components have been updated. (B-08638) | |||
* Backend components have been updated. (B-08639) | |||
* Translations have been updated. (B-08640) | |||
==Additional release for QPR ProcessAnalyzer 2025.2 (build 9476) (released 2025-03-19)== | |||
=== Fixed issues === | |||
* | * Fixed issue where charts axis labels had unnecessary line breaks on spaces. (D-14413) | ||
* Fixed issue where AI Agent and LLMComplete function didn't work in Native App. (D-14410) | |||
* | * Fixed translations for Workspace Scripts tab column filter for Status and Result columns. (D-14393) | ||
* Fixed issue where Volume Distribution of Flow Analyzed object type didn't work. (D-14390) | |||
* | * Removed reference to fonts.googleapis.com for stylesheets to avoid content-security-policy error. (D-14373) | ||
* | * Syncfusion dialog headers now show special characters correctly. (D-14407) | ||
* Object attribute filter gave null reference error when object type didn't exist in model. (D-14379) | |||
* | |||
* | |||
* | |||
==QPR ProcessAnalyzer 2025.2 (build 9410) (released 2025-03-05)== | |||
New features presentation: [https://files.qpr.com/releases/QPR_ProcessAnalyzer_2025_2.pdf QPR_ProcessAnalyzer_2025_2.pdf] | |||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
Detection of models with incomplete datasource configuration has been improved, and now models where the event timestamp column type is string, are not anymore considered valid models. Earlier the string type of data was accepted and converted into dates when model was loaded (for in-memory models) or in SQL queries (in Snowflake models). | |||
The following query can be run in the [[Navigation_Menu#Expression_Designer|Expression Designer]] (with System administrator user) to list models where the events datatable timestamp column type is string: | |||
<pre> | <pre> | ||
let | Models.Where({ | ||
let timestampColumn = _.Configuration?.TryGetValue("Datasource")?.TryGetValue("Events")?.TryGetValue("Columns")?.TryGetValue("Timestamp"); | |||
return First(_.EventsDatatable?.Columns?.Where(Name==timestampColumn))?.Datatype == "String"; | |||
} | }).(Name + " (id: " + Id + ")"); | ||
</pre> | </pre> | ||
</div> | </div> | ||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
For Snowflake dashboards, table actions to [[QPR_ProcessAnalyzer_Table#Table_actions|set dashboard variables]] now set the variable values in the [[Stringified_Value_Format|stringified format]] instead of as raw values. This makes the variables set by table actions compatible with the [[Chart_Linked_Settings|linked settings]] which also use the stringified format by default for the Snowflake models. | |||
</div> | </div> | ||
===New features=== | |||
* | *Introduced [[AI Agent]] which is a new dashboard component showing LLM generated answers based on user prompt and input data. (B-08556) | ||
* | *Added [[Filtering_in_QPR_ProcessAnalyzer_Queries#Object-centric_filter_rules|filtering by object attributes]] for object-centric models. Filters can be created from dialog or selecting items from charts. (B-08547) | ||
*In object-centric models, object-to-object relations are followed only forward and backward directions. Additionally, there are performance improvements for object-centric models. (B-08577) | |||
*Snowflake warehouse can be [[QPR_ProcessAnalyzer_Project_Workspace#Change_Snowflake_Warehouse_for_Model|specified for each model]] allowing to use optimal type of warehouse for different sizes of models. (B-08610) | |||
* | *Home screen has been removed, and [[QPR_ProcessAnalyzer_Project_Workspace|Workspace]] has new card layout and other UX improvements. (B-08541) | ||
* Added [[Filtering_in_QPR_ProcessAnalyzer#Saving_filters|filter description]] field to filter properties dialog. (B-08451) | |||
*Removed event type existence check from charts, so that non-existing event types are allowed. (B-08585) | |||
*Snowflake Native App configuration data can be [[QPR_ProcessAnalyzer_Native_App_in_Snowflake#Backup_configuration_data|backed up to a snapshot and restored]]. (B-08591) | |||
*Improved detection of invalid models by adding [[QPR_ProcessAnalyzer_Objects_in_Expression_Language#CheckModelValidity|CheckModelValidity]] function returning model validation errors. (B-08426) | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
===Fixed issues=== | |||
* | *Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348) | ||
*In-memory chart "Cases filtered by attribute" didn't work for date type of attributes. (D-14387) | |||
*Fixed issue where each dashboard element resize made element width or height increase when chart margin was more than zero. (D-14361) | |||
*Chart related buttons are now hidden in datatable content preview. (D-14360) | |||
*Fixed issue where gateway based data import didn't write SAP errors into script log. (D-14351) | |||
* | * Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352) | ||
*"Users" system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266) | |||
*Fixed issue where AI Assistant crashed when used with a model having ODBC or expression datasource. (D-14340) | |||
* | *Fixed issue where AI Assistant explaining charts crashed when applying to Label component. (D-14344) | ||
*Improved client-side import not to perform redundant datatable configuration data queries. (D-14347) | |||
*Model was incorrectly identified as in-memory model when datatables were missing. (D-14325) | |||
*Model default filter is now in use when model is opened from Workspace. (D-14376) | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* | |||
== QPR ProcessAnalyzer | ===Other improvements=== | ||
*Changed Snowflake charts to store [[QPR_ProcessAnalyzer_Table#Table_actions|variable change actions]] in stringified format to make them compatible with linked settings. (B-08587) | |||
*Backend support for [[Filtering_in_QPR_ProcessAnalyzer_Queries#Object-centric_filter_rules|object-centric filter rules Disabled flag]]. (B-08611) | |||
*Implemented Entity Framework based database initialization and migrations. (B-08566) | |||
*Added support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581) | |||
*Frontend components have been updated. (B-08597) | |||
*Backend components have been updated. (B-08596) | |||
*Translations have been updated for release 2025.2. (B-08607) | |||
==QPR ProcessAnalyzer 2025.1 (build 9124) (released 2025-01-23)== | |||
New features presentation: [https://files.qpr.com/releases/QPR_ProcessAnalyzer_2025_1.pdf QPR_ProcessAnalyzer_2025_1.pdf] | |||
===New features=== | |||
*B-08526: Variations and other lists can be visualized with colors, and "List separator" field is available for dimensions and columns. | |||
*B-08530: Charts can have a [[QPR_ProcessAnalyzer_Chart#Visual_Settings|description text]] which are shown in a dialog when pressing the info button. | |||
*B-08546: Added [[SQL_Expressions#LLMComplete|LlmComplete]] function to access Snowflake Cortex large language models. | |||
*B-08439: Added project settings [[QPR_ProcessAnalyzer_Project_Workspace#Project-level_Snowflake_Database_and_Schema|DatabaseNameInDataSource and SchemaNameInDataSource]] to define Snowflake database and schema. | |||
*B-08531: Projects can be created in expression language using [[Generic_Functions_in_QPR_ProcessAnalyzer#CreateProject|CreateProject]] function. | |||
*B-08387: Added backend support for object-centric model [[Filtering_in_QPR_ProcessAnalyzer_Queries#Object-centric_filter_rules|filtering for object attributes]]. | |||
===Fixed issues=== | |||
* | * D-14339: Week numbers showed incorrect year for last dates in the end of year. | ||
* | *D-14323: Filtering with "Split data by filtering" dimension didn't work with exclude type of filter rules and when there were multiple filter rules. | ||
* | *D-14346: Fixed issue where manual activation using activation utility didn't work. | ||
* | * D-14326: Fixed issue where extra columns in objects table broke object-centric model. | ||
*D-14306: Fixed issue when there were both TimeStamp and ToTimeStamp event data columns. | |||
* | * D-14332: Flowchart event type and flow queries are now simultaneous which will improve performance. | ||
* | *D-14331: Flowchart lost selection when flowchart used linked variables with array values. | ||
* | *D-14299: Table text filters didn't work in Snowflake (starts with, ends with, contains). | ||
* | *D-14338: Model.Modify function generated model json configuration that frontend wasn't incompatible with. | ||
* | *D-14342: Flow step and Zoom settings control have same size and layout is aligned. | ||
*D-14316: Occurrence impact on case duration measure didn't work with certain in-memory models. | |||
* | *D-14327: AI Assistant had console error when pressing send button without text. | ||
* | *D-14341: AI Assistant overlapped with BPMN editor in fullscreen mode. | ||
* | *D-14321: Added error message for AI Assistant when trying to use it without model selected. | ||
* | |||
* | |||
===Other improvements=== | |||
* | * B-08391: Datatable access has been optimized improving performance for object-centric models. | ||
*B-08529: Added support for array type in stringified value format. | |||
*B-08527: Improved SAP connector error handling and removed assumption for fixed dll file names. | |||
*B-08552: Migrated rest of SQL queries into Entity Framework as preparation for storing configuration data to Snowflake hybrid tables. | |||
*B-08544: Frontend components have been updated. | |||
*B-08561: Updated translations for release 2025.1. | |||
* | |||
* | |||
* | |||
* | |||
* | |||
== Old Releases == | == Old Releases== | ||
See older releases in [[QPR ProcessAnalyzer Release Archive]] | See older releases in [[QPR ProcessAnalyzer Release Archive]] | ||
__NOTOC__ | __NOTOC__ | ||
[[Category: QPR ProcessAnalyzer]] | [[Category: QPR ProcessAnalyzer]] | ||
Latest revision as of 09:49, 5 November 2025
This page lists all new features and fixed issues for each QPR ProcessAnalyzer release.
Next Release: QPR ProcessAnalyzer 2025.7 (planned 2025-11-11)
See roadmap for next release features and fixes
Latest Release: QPR ProcessAnalyzer 2025.6 (build 10690) (released 2025-10-01)
New features presentation: QPR_ProcessAnalyzer_2025_6.pdf
Known issue: If the DefaultUiLanguage system configuration is not defined, users who haven't changed their own language, are unable to login. To prevent this problem, please ensure the DefaultUiLanguage is defined. The next release will fix this issue (D-14706).
Content-Security-Policy (CSP) HTTP header has been updated to enhance security by implementing more restrictive settings. The following directives have been added:
- object-src 'none'
- frame-ancestors 'self'
- form-action 'none'
- base-uri 'none'
- worker-src blob:
These new restrictions may affect usage that has previously been possible. For example, with the new settings, QPR ProcessAnalyzer can be embedded to a website only within the same origin. For detailed instructions on embedding QPR ProcessAnalyzer on a different website, please refer to this quide. Additionally, for information on modifying the CSP settings, see documentation for security hardening.
In the QPR ProcessAnalyzer 2025.6 Native App, the release version number is not displayed correctly in the User Settings dialog. This omission does not have any other complications. QPR ProcessAnalyzer 2025.6 is the only release with this issue, making it possible to identify this release despite the missing version number. This issue is specific to the Native App only. The next release will fix this issue (D-14703).
New features
- Starting dashboard after login can be defined for user groups, allowing to create customized starting pages for easy navigation. (B-08791)
- Snowflake chart's event filters are now embedded to filters created from chart, to precisely follow chart calculation. (B-08845)
- Result data can be filtered in Snowflake charts using result filtering expression which works for any datasets. (B-08751)
- Filter rules order now stays the same when making filter selections and confirming filter. (B-08801)
- Added model setting Show object count statistics to hide object counts information in dropdown lists to optimize performance. (B-08849)
- Added support for hiding statistics for on-screen setting dropdown lists to improve performance, and in addition the case ID is hidden Case/Event attribute profiling presets. (B-08840)
- Added following audit fields to users and groups: Created date, Created by, Last modified date, and Last modified by. (B-08792)
- Snowflake Native App: Added procedure to that creates administrator user to Native App if access to the app has been lost. Also, prevented user management operations that remove own access. (B-08733)
- Snowflake Native App: Added procedure to change Native App compute pool size. Changed new Native Apps to use CPU_X64_S size compute pool, and improved Native App stability. (B-08859)
Fixed issues
- Snowflake Cortex based AI Assistant didn't show the results table. (D-14643)
- When percent stacking is used, Y-axis values are now shown as percentages in data label and tooltip. (D-14633)
- Fixed issue where Label&Link component had sometimes unnecessary vertical scrollbar. (D-14685)
- Model validation showed incorrect error message for models with numeric duplicate case ID's. (D-14687)
- In Workspace, scripts "View current run log" dialog didn't update log correctly when new entries were added. (D-14662)
- Event type mapping in charts didn't work in object-centric models. (D-14620)
- Model generation didn't work as transformation step using _system.ML.ApplyTransformation function. (D-14654)
- Others aggregation has been removed from date type of dimensions because tables don't work with textual data in date columns. (D-14623)
- Fixed issue in AI Assistant where using both Snowflake Cortex and OpenAI modes caused error. (D-14646)
- In User Management Effective permissions table, column filter incorrectly showed "true" and "false" as options. (D-14639)
- Pivot table incorrectly showed "Numeric value is not recognized" error when Count or Unique count aggregations were used. (D-14559)
- Workspace buttons are now visible in small screens spanning to multiple lines. (D-14587)
- Added tooltip text to "Move to" submenu containing projects so that long project names can be seen. (D-14612)
- Translation was missing from error messages when deleting items from recycle bin. (D-14652)
- Fixed data type related issues with in-memory Floor, Ceiling and aggregation functions. (D-14622)
- Optimized resource loading by getting rid of unnecessary file assets/i18n/en_US.json. (D-14641)
- Fixed issue where opening script editor gave javascript error about content-security-policy violation. (D-14627)
- Fixed issue in charts showing datatable content had a strange error when datatable was not selected. (D-14650)
- Fixed incorrect data types in some project, user and group related measures. (D-14619)
- Fixed issue where moving expression scripts was not possible when SQL Scripting was not allowed. (D-14624)
- Deleting and renaming scripts were not available for expression scripts when SQL Scripting was not allowed. (D-14625)
- Improved documentation for situation when non-existing Snowflake warehouse is configured for a model. (D-14543)
- Project properties dialog shows a descriptive text when no secrets have been defined instead of an empty table. (D-14611)
- Improved messages and New project button visibility in Workspace top level when no projects are shown. (D-14609)
- Event preset gave error if enabling Apply with Chart Filters setting and trying to create filters. (D-14695)
Other improvements
- Added QPR ProcessAnalyzer API request ID to Snowflake queries to easily find matching query in Snowflake query history. (B-08839)
- Content Security Policy HTTP header includes now object-src, frame-ancestors, form-action, base-uri, and worker-src. (B-08794)
- Snowflake queries have been optimized by removing null and empty string checks from mapped columns as they are now handled by the model validation check. (B-08837)
- Added backend support for object-centric model filtering based on case-centric filter rules. (B-08836)
- Frontend components have been updated. (B-08851)
- Backend components have been updated. (B-08852)
QPR ProcessAnalyzer 2025.5 (build 10361) (released 2025-08-21)
New features presentation: QPR_ProcessAnalyzer_2025_5.pdf
When using Snowflake Cortex, the AI Assistant is not showing the results table in the assistant's response. This issue has been fixed by the next release.
New features
- Object-centric flowchart can also use object-to-object relations to link events and objects simplifying event-to-object configuration. (B-08671)
- AI Assistant can provide precise quantitative analysis by making queries to eventlog data (powered by Snowflake Cortex Analyst and Agents). (B-08652)
- Flows and variations can be filtered from any event attribute viewpoint in Snowflake. (B-08737)
- Added project properties dialog for viewing project information, changing Snowflake connection settings and project secrets. (B-08655)
- Model validity check easily detects technically invalid models and shows detailed reason for invalidity. (B-08624)
- Projects can be exported to json files and imported as new projects. (B-08717)
- Action buttons can be added to dashboard by defining label component that can change dashboard variables and run scripts. (B-08694)
- Web user interface is available in Ukrainian language. (B-08734)
Fixed issues
- Fixed following error when performing client-side SAP import: Could not find a part of the path (QPR_ImportSource_Chunk_*.tmp). (D-14589)
- Fixed issue where ManageProjects permission was incorrectly required when running scripts using QPR ScriptLauncher non-legacy mode. (D-14562)
- Fixed following error when using SAP import from SQL script called from expression language called from SQL: The given key was not present in the dictionary. (D-14593)
- Some analyses didn't work, when case ID columns for cases and events datatables differed only in upper/lowercase letters. (D-14556)
- Business calendar didn't work for some measures/dimensions/columns and some had business calendar checkboxes missing. (D-14563)
- Prediction failed to following error: transformer_model_next_activity/event_year_input_embedding. (D-14551)
- Scripting now works correctly after rows from PA_OPERATION_STATUS table have been deleted. (D-14545)
- Fixed issue where case-centric flowchart was very slow for object-centric model. (D-14544)
- Prevented creating dashboards, models and scripts with duplicate names in the same project. (D-09480)
- KPI Card now shows line breaks correctly in textual values. (D-14546)
- Improved table Excel export for list data to show items with separator character instead of showing as JSON. (D-14479)
- Column showing non-conformance reason was incorrectly aligned to right. (D-14570)
- GetRelatedValueFrom function caused column name conflict when used multiple times in same query. (D-14591)
- Fixed issue where in-memory sorting for arrays gave "Error in sorting analysis result rows possibly due to multiple types of values ...". (D-14592)
- Array type of values were shown incorrectly when used Last Row Aggregates Over-limit Rows setting. (D-14616)
- Fixed the "Most common" text aggregation sorting error for in-memory calculation. (D-14573)
- Snowflake model validation gave incorrect error message when mapped column didn't exist in datatable. (D-14565)
- Improved model validation to detect when connection string key for model or datatable does not exist. (D-14607)
- Model validation gave incorrect error when when events datatable case id mapping was missing. (D-14566)
- Model validation gave incorrect error message when cases and events datatables were in different datasources. (D-14567)
- Model validation gave incorrect error message when underlying Snowflake table didn't exist. (D-14568)
- Workspace Card/Table mode toggle buttons were not translated. (D-14547)
- Some invalid queries gave unexpected errors and strange outputs. (D-14569)
- Added translations to model notifications preview table headers. (D-14590)
- Added translations to access denied message for header object counts indicator. (D-13967)
- AI Assistant explaining charts speaks now user interface language. (D-14578)
- AI Agent prompt chart editor didn't show correctly if model was not selected. (D-14536)
- AI Assistant gave "Unsupported cache table type" error when trying to explain object-centric flowchart. (D-14477)
Other improvements
- When trying to open dashboard with an invalid model, the precise model validation error message is shown. (B-08629)
- Account locked message is now same as username/password incorrect to prevent account enumeration attack. (B-08740)
- Stringified value format supports also json objects. (B-08766)
- Event attribute used as event type can be defined for flow and variation filters in Snowflake models (backend support). (B-08705)
- Translations have been updated. (B-08757)
- Frontend components have been updated. (B-08760)
- Backend components have been updated. (B-08759)
QPR ProcessAnalyzer 2025.4 (build 9985) (released 2025-05-28)
New features presentation: QPR_ProcessAnalyzer_2025_4.pdf
New features
- Added new AI Agent presets analyzing current state and proposing improvements based on different viewpoints, such as Event and Case Counts, Automation, Bottlenecks, and Root Causes. (B-08710)
- Added a generic filtering component that can be configured for creating any type of filters for distinct values. (B-08654)
- Volume declining in measures due to case sampling can be compensated in chart and flowchart by using a Statistical calculation method. (B-08598)
- In object-centric models, Object ID, Event ID, Event timestamp, and Event type attribute names are shown correctly. (B-08680)
- Snowflake native app has now application roles for user (for using app) and administrator (for managing app). (B-08660)
- For Snowflake native app, IMPORTED PRIVILEGES ON SNOWFLAKE DB privilege is removed and instead the CORTEX_USER database role can be assigned. (B-08718)
- Native app logging has been improved and now sharing application logs with QPR is possible. (B-08661)
- Added CsvToDataFrame function to expression language to convert textual CSV data into in-memory dataframe. (B-08246)
Fixed issues
- Fixed "Invalid identifier" error when opening attribute selection list for case attribute preset caused by object id columns which differed only by letter capitalization. (D-14539)
- When Image component is clicked in dashboard edit mode, the component is now selected instead of link followed. (D-14525)
- Filters created from dimensions having dimension-specific filter rules will now create expression filter rule where dimensions-specific filter is embedded, for accurately following the selection. (D-14499)
- Filtering variations or list of event attribute values didn't work in in-memory models. (D-14476)
- Fixed issue where AI Agent didn't update when dashboard variable changed used by prompt chart. (D-14537)
- Fixed issue where some statistical calculations inadvertently changed row order when applying in groups. (D-14495)
- In in-memory models, array type of data was not dimensioned correctly. (D-14518)
- AI Agent Process Variations preset gave "division by zero" error when there were zero cases. (D-14508)
- Table grouping header labels were not formatted correctly. (D-14514)
- Fixed Root causes analysis to work with object-centric models. (D-14515)
- Filtering by OcelObjectId didn't work when model didn't have object type table for perspective used in filter. (D-14522)
- Fixed Root causes analysis with weighting expression to work with object-centric models. (D-14517)
- Fixed issue where persisting query results where query is started from datatable having custom table name overwrote data in original table. (D-14528)
- Flowchart SVG export did not show start and end symbols. (D-12401)
- Fixed issue where join operation didn't find renamed columns in SqlDataFrames. (D-14512)
- Improved chart filtering button positions to work with small chart sizes. (D-14509)
- Datatable foreign key columns dictionary data type was incorrect preventing reading columns information. (D-14505)
- Workspace scripts editor allowed to change script code for viewer users (altough not save it). (D-14534)
- In chart custom sorting, trying to refer to measure that had None aggregation, caused SQL compilation error. (D-14526)
- Model validation check crashed when the datatables were in different datasources. (D-14502)
Other improvements
- Added expression language functions for using Snowflake Cortex Agents with Cortex Analyst access to query eventlogs. (B-08647)
- Projects can be export and imported in JSON format containing dashboards, models, datatables and scripts. (B-08613)
- Simplified object-centric model queries by accepting OcelObjectId as object attribute name in filters. (B-08702)
- Streamlined import API by removing importMode parameter and changing default fileType to CSV. (B-08704)
- Frontend components have been updated. (B-08695)
- Backend components has been updated. (B-08696)
Additional release for QPR ProcessAnalyzer 2025.3 (build 9805) (released 2025-04-30)
New features
- Navigation menu is now displaying dashboards from open dashboard's project or from selected Workspace project (earlier dashboards were shown from the selected model's project). (B-08673)
Fixed issues
- Fixed issue where AI Agent made unnecessary queries when filtering dashboard, and also opening dashboard with lot of chart may have been slow. (D-14503)
- When datatable columns were modified, queries to the data may have given "Invalid identifier" error. (D-14507)
- Clustering analysis didn't work with object-centric models. (D-14486)
- When a new groups is added, it's selected by default in the Manage Users dialog. Also clicking a selected group does not deselect it. (D-14491)
- Deleting last group didn't remove the group from the list. (D-14504)
Additional release for QPR ProcessAnalyzer 2025.3 (build 9725) (released 2025-04-23)
There is an issue causing some dashboards having more than 50 charts to open slowly. The issue has been fixed in the next release by D-14503.
Fixed Issues
- Fixed issue where system stopped responding after opening Scripts tab several times (error in logs: Timeout expired prior to obtaining a connection from the pool). (D-14506)
- Fixed issue where the object-centric models object types tables didn't work without the timestamp column. (B-08683)
- Snowflake cache tables are now created after initiating calculation is completed to improve performance. (D-14460)
- Fixed issue in User Management where assigning role to project or adding user to group was not saved when there was a column filter. (D-14124)
QPR ProcessAnalyzer 2025.3 (build 9699) (released 2025-04-16)
New features presentation: QPR_ProcessAnalyzer_2025_3.pdf
There is a potentially serious issue that can cause the system to stop responding, when opening the Scripts tab in the Workspace. The issue has been fixed in the next release (build 9725) by D-14506.
Object-centric model simplification in the story B-08667 (object attributes can only have a single value) doesn't work with this release. The issue has been fixed in the next release (build 9725) by B-08683.
New features
- Enhanced AI Agent with UI for editing prompt datasets, and added checkbox to include other charts in dashboard to prompt. (B-08641)
- In object-centric models, object-to-object relations are now followed by traversing once all object types. (B-08606)
- In object-centric models, event type and object type tables are not mandatory anymore, and common attributes can be specified in events and objects tables. (B-08663)
- Object-centric models support simplified structure where object attributes can only have a single value. (B-08667)
- "Object relation steps" setting can be empty to traverse all linked objects in the object-centric model. (B-08668)
- Snowflake Event Types preset has been improved by adding suggestion of desired and undesired activities based on frequency of occurrence. (B-08656)
- Added checkbox for disabling filtering for individual dimensions or columns. (B-08589)
- Case and event attributes dropdown lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (B-08316)
- SAML authentication can now synchronize user groups from identity provider. (B-08612)
- Groups can be deleted in user management. (B-08330)
- Secrets can be defines as global that can be used by all projects. To set global secrets, SetSecret function works also in the generic context. (B-08599)
- Snowflake Clustering analysis shows now number of event occurrences as features describing clusters. (B-08353)
- Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (B-07910)
Fixed issues
- Fixed a potential issue which could have leaked database connections and caused connection pool starvation. (D-14414)
- Renewed self-signed certificate used by SAML 2.0 authentication with ten years of validity. (D-14424)
- Improved CallWebService function to send request body when using DELETE method. (D-14488)
- Login page now shows correct error message when there are serious system errors during login. (D-14480)
- "Datatable contents (in-memory)" option now works also with Snowflake datatables. (D-14391)
- Added maximum data size limitation to AI assistant to avoid error with large datasets. (D-14419)
- Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (D-14421)
- KPI card now shows a scrollbar when content doesn't fit to the available space. (D-13428)
- Workspace projects hierarchy tooltips didn't show special characters correctly. (D-14430)
- BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (D-14399)
- Value expressions didn't work that are referred in dimension and containing aggregation. (D-13624)
- Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (D-14408)
- Fixed issue where query to non-existing model incorrectly returned "Sequence contains no elements". (D-14402)
- Incorrect StringifiedValues in chart settings and expression filter rule caused UI to stuck. (D-14485)
- Table column filter value list didn't show the null value label correctly. (D-13844)
- "Visualize list items with colors" setting didn't work with the "Last Row Aggregates Over-limit Rows" setting. (D-14357)
- Made sure that failed queries are not added to model filter cache. (D-14484)
- Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (D-14395)
- Fixed issue where chart settings opened on top of full screen BPMN editor. (D-14472)
- Show details button in some error messages didn't have any effect when pressed. (D-14490)
- Model validation message was incorrect for model where other datatable is Snowflake and other SQL Server. (D-14475)
Other improvements
- Logging has been set to Warning level for Native App to avoid excessive number of log entries to Snowflake events table. (B-08687)
- Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate datatable with zero rows while the operation is still in progress. (B-08634)
- Improved Snowflake cache table creation logic when there are multiple simultaneous queries. (B-08622)
- Refactored SQL Server operations to improve robustness and avoid leaking database connections. (B-08649)
- Frontend components have been updated. (B-08638)
- Backend components have been updated. (B-08639)
- Translations have been updated. (B-08640)
Additional release for QPR ProcessAnalyzer 2025.2 (build 9476) (released 2025-03-19)
Fixed issues
- Fixed issue where charts axis labels had unnecessary line breaks on spaces. (D-14413)
- Fixed issue where AI Agent and LLMComplete function didn't work in Native App. (D-14410)
- Fixed translations for Workspace Scripts tab column filter for Status and Result columns. (D-14393)
- Fixed issue where Volume Distribution of Flow Analyzed object type didn't work. (D-14390)
- Removed reference to fonts.googleapis.com for stylesheets to avoid content-security-policy error. (D-14373)
- Syncfusion dialog headers now show special characters correctly. (D-14407)
- Object attribute filter gave null reference error when object type didn't exist in model. (D-14379)
QPR ProcessAnalyzer 2025.2 (build 9410) (released 2025-03-05)
New features presentation: QPR_ProcessAnalyzer_2025_2.pdf
Detection of models with incomplete datasource configuration has been improved, and now models where the event timestamp column type is string, are not anymore considered valid models. Earlier the string type of data was accepted and converted into dates when model was loaded (for in-memory models) or in SQL queries (in Snowflake models).
The following query can be run in the Expression Designer (with System administrator user) to list models where the events datatable timestamp column type is string:
Models.Where({
let timestampColumn = _.Configuration?.TryGetValue("Datasource")?.TryGetValue("Events")?.TryGetValue("Columns")?.TryGetValue("Timestamp");
return First(_.EventsDatatable?.Columns?.Where(Name==timestampColumn))?.Datatype == "String";
}).(Name + " (id: " + Id + ")");
For Snowflake dashboards, table actions to set dashboard variables now set the variable values in the stringified format instead of as raw values. This makes the variables set by table actions compatible with the linked settings which also use the stringified format by default for the Snowflake models.
New features
- Introduced AI Agent which is a new dashboard component showing LLM generated answers based on user prompt and input data. (B-08556)
- Added filtering by object attributes for object-centric models. Filters can be created from dialog or selecting items from charts. (B-08547)
- In object-centric models, object-to-object relations are followed only forward and backward directions. Additionally, there are performance improvements for object-centric models. (B-08577)
- Snowflake warehouse can be specified for each model allowing to use optimal type of warehouse for different sizes of models. (B-08610)
- Home screen has been removed, and Workspace has new card layout and other UX improvements. (B-08541)
- Added filter description field to filter properties dialog. (B-08451)
- Removed event type existence check from charts, so that non-existing event types are allowed. (B-08585)
- Snowflake Native App configuration data can be backed up to a snapshot and restored. (B-08591)
- Improved detection of invalid models by adding CheckModelValidity function returning model validation errors. (B-08426)
Fixed issues
- Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348)
- In-memory chart "Cases filtered by attribute" didn't work for date type of attributes. (D-14387)
- Fixed issue where each dashboard element resize made element width or height increase when chart margin was more than zero. (D-14361)
- Chart related buttons are now hidden in datatable content preview. (D-14360)
- Fixed issue where gateway based data import didn't write SAP errors into script log. (D-14351)
- Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352)
- "Users" system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266)
- Fixed issue where AI Assistant crashed when used with a model having ODBC or expression datasource. (D-14340)
- Fixed issue where AI Assistant explaining charts crashed when applying to Label component. (D-14344)
- Improved client-side import not to perform redundant datatable configuration data queries. (D-14347)
- Model was incorrectly identified as in-memory model when datatables were missing. (D-14325)
- Model default filter is now in use when model is opened from Workspace. (D-14376)
Other improvements
- Changed Snowflake charts to store variable change actions in stringified format to make them compatible with linked settings. (B-08587)
- Backend support for object-centric filter rules Disabled flag. (B-08611)
- Implemented Entity Framework based database initialization and migrations. (B-08566)
- Added support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581)
- Frontend components have been updated. (B-08597)
- Backend components have been updated. (B-08596)
- Translations have been updated for release 2025.2. (B-08607)
QPR ProcessAnalyzer 2025.1 (build 9124) (released 2025-01-23)
New features presentation: QPR_ProcessAnalyzer_2025_1.pdf
New features
- B-08526: Variations and other lists can be visualized with colors, and "List separator" field is available for dimensions and columns.
- B-08530: Charts can have a description text which are shown in a dialog when pressing the info button.
- B-08546: Added LlmComplete function to access Snowflake Cortex large language models.
- B-08439: Added project settings DatabaseNameInDataSource and SchemaNameInDataSource to define Snowflake database and schema.
- B-08531: Projects can be created in expression language using CreateProject function.
- B-08387: Added backend support for object-centric model filtering for object attributes.
Fixed issues
- D-14339: Week numbers showed incorrect year for last dates in the end of year.
- D-14323: Filtering with "Split data by filtering" dimension didn't work with exclude type of filter rules and when there were multiple filter rules.
- D-14346: Fixed issue where manual activation using activation utility didn't work.
- D-14326: Fixed issue where extra columns in objects table broke object-centric model.
- D-14306: Fixed issue when there were both TimeStamp and ToTimeStamp event data columns.
- D-14332: Flowchart event type and flow queries are now simultaneous which will improve performance.
- D-14331: Flowchart lost selection when flowchart used linked variables with array values.
- D-14299: Table text filters didn't work in Snowflake (starts with, ends with, contains).
- D-14338: Model.Modify function generated model json configuration that frontend wasn't incompatible with.
- D-14342: Flow step and Zoom settings control have same size and layout is aligned.
- D-14316: Occurrence impact on case duration measure didn't work with certain in-memory models.
- D-14327: AI Assistant had console error when pressing send button without text.
- D-14341: AI Assistant overlapped with BPMN editor in fullscreen mode.
- D-14321: Added error message for AI Assistant when trying to use it without model selected.
Other improvements
- B-08391: Datatable access has been optimized improving performance for object-centric models.
- B-08529: Added support for array type in stringified value format.
- B-08527: Improved SAP connector error handling and removed assumption for fixed dll file names.
- B-08552: Migrated rest of SQL queries into Entity Framework as preparation for storing configuration data to Snowflake hybrid tables.
- B-08544: Frontend components have been updated.
- B-08561: Updated translations for release 2025.1.
Old Releases
See older releases in QPR ProcessAnalyzer Release Archive