Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(129 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--10821-->
<!--10910-->
This page contains preliminary information about new features and fixed issues in the next release.
This page contains preliminary information about new features and fixed issues in the next release.


==New features in next release==
==New features in next release==
* QPR ProcessAnalyzer can be deployed on-premise using Linux container. (''B-08915'')
* KPI Card shows null value label when data has no rows, and table and chart show &quot;No data&quot; message when there are no rows. (''B-08999'')
* Snowflake SQL queries have been simplified to improve performance. (''B-08901'')
* Charts color palette can be changed to easily manage consistent visual layout. (''B-08993'')
* Dashboard variables can be used in External Content component urls for dynamically changing web page. (''B-08998'')
* Units can be specified for counts of each type of objects in object-centric models. (''B-08992'')
* QPR ProcessAnalyzer acts as MCP server where MCP tools are implemented using scripts. (''B-09004'')
* Project export to and import from files support filters stored in models. (''B-09007'')
* Backend component update for release 2026.3. (''B-09027'')
* Frontend component update for release 2026.3. (''B-09028'')


==Issues fixed in next release==
==Issues fixed in next release==
* Fixed issue in Manage Users dialog where the row selections disappeared when resizing the dialog. (''D-14647'')
* Clear error message is shown when invalid value is specified to dashboard aspect ratio flex, chart margin, dashboard margin, external content border width, or external content border corner radius. (''D-14805'')
* Some Snowflake expressions with aggregation were missing possibility to define percentile value. (''D-14276'')
* Expression filter rules with greater/less than criteria were incorrectly applied as equal filters when editing chart filters. (''D-14852'')
* Added tooltip to gantt chart's table layout header so that the header text can be fully seen. (''D-13748'')
* Opening Scripts tab was slow when there were scripts with long log. (''D-14670'')
* Referrer-Policy HTTP header was incorrectly set to &quot;same-origins&quot; causing browser console error in Windows deployments. (''D-14736'')
* Filter rules drag-and-drop didn't work between expressions in the same chart. (''D-14850'')
* Switching between Snowflake and in-memory chart by changing chart configuration json, caused some items in chart settings to appear twice. (''D-14667'')
* Fixed issue where object-centric model queries sometimes gave inconsistent results. (''D-14854'')
* Fixed issue where it was not possible to delete a model with same name in the same project during the same session. (''D-14708'')
* Table column filter is not entire visible in narrow tables located in bottom of screen. (''D-14783'')
* Improved error message if model loading fails when loading script returns incorrect type of data. (''D-14637'')
* Unsupported cache table type:. While evaluating DataFrame-based KPI expression. (''D-14795'')
* Fixed issue where variations query with sampling was slow for new models. (''D-14729'')
* Snowflake query gave &quot;invalid identifier&quot; error when there were two measures with same cases going though event measure filter. (''D-14845'')
* Fixed issue where QPR ProcessAnalyzer request ID was not added to Snowflake data modification queries. (''D-14728'')
* Flowchart had flows missing if shown flows were beyond the top-500 flows. (''D-14848'')
* Selecting model in dashboard when previously there was no model selected and going back to Workspace, gave error message. (''D-14735'')
* Query Designer gave untranslated error message: &quot;You don't have permissions to model ...&quot;. (''D-14727'')
* Query Designer gave untranslated error message &quot;Unable to use Snowflake tables as data source for in-memory query&quot;. (''D-14683'')
* In Query Designer, table column menu gave JavaScript error for column where first row was null. (''D-14684'')
* Query Designer incorrectly gave message &quot;There are no columns in the data&quot; when the data had no rows. (''D-14692'')
* Script editor to specific script can now be opened direct with url containing script_editor parameter. (''D-14745'')
* System report showing users incorrectely listed some users with read-only permissions as Developers (issue with the EffectivePermissionTypesFor function). (''D-14748'')
* Fixed issue when using Keycloak as identity provider for SAML authentication. (''D-14757'')
* Login request duration was incorrectly shown as zero or negative in System reports. (''D-14737'')


==Features under work==
==Features under work==
* Object-centric models can be filtered with any case-centric filters by using perpective. (''B-08595'')
* Datatables data model visualization with ER diagram. (''B-09023'')
* Object counts indicator is hidden for object-centric models when perspective is not set. (''B-08825'')
* Refactored how export files are generated. (''B-08904'')
* Backend component have been updated including update to .NET 10. (''B-08926'')
 
==Fixes under work==
* ODBC and Loading script models, and models with calculated attributes didn't allow to create or modify case and event attribute filters from header. (''D-14751'')
* AI Root Causes (all features) preset didn't work with model that doesn't have case attributes. (''D-14759'')


Note: Features and fixes currently under work are not necessarily targeting to the next release.
Note: Features and fixes currently under work are not necessarily targeting to the next release.
__NOTOC__
__NOTOC__

Latest revision as of 17:46, 30 March 2026

This page contains preliminary information about new features and fixed issues in the next release.

New features in next release

  • KPI Card shows null value label when data has no rows, and table and chart show "No data" message when there are no rows. (B-08999)
  • Charts color palette can be changed to easily manage consistent visual layout. (B-08993)
  • Dashboard variables can be used in External Content component urls for dynamically changing web page. (B-08998)
  • Units can be specified for counts of each type of objects in object-centric models. (B-08992)
  • QPR ProcessAnalyzer acts as MCP server where MCP tools are implemented using scripts. (B-09004)
  • Project export to and import from files support filters stored in models. (B-09007)
  • Backend component update for release 2026.3. (B-09027)
  • Frontend component update for release 2026.3. (B-09028)

Issues fixed in next release

  • Clear error message is shown when invalid value is specified to dashboard aspect ratio flex, chart margin, dashboard margin, external content border width, or external content border corner radius. (D-14805)
  • Expression filter rules with greater/less than criteria were incorrectly applied as equal filters when editing chart filters. (D-14852)
  • Opening Scripts tab was slow when there were scripts with long log. (D-14670)
  • Filter rules drag-and-drop didn't work between expressions in the same chart. (D-14850)
  • Fixed issue where object-centric model queries sometimes gave inconsistent results. (D-14854)
  • Table column filter is not entire visible in narrow tables located in bottom of screen. (D-14783)
  • Unsupported cache table type:. While evaluating DataFrame-based KPI expression. (D-14795)
  • Snowflake query gave "invalid identifier" error when there were two measures with same cases going though event measure filter. (D-14845)
  • Flowchart had flows missing if shown flows were beyond the top-500 flows. (D-14848)

Features under work

  • Datatables data model visualization with ER diagram. (B-09023)

Note: Features and fixes currently under work are not necessarily targeting to the next release.