Release Notes - eMite version 7.1.1
Overview
This version contains improvements to help users make better decisions when doing any modification on dashboard, specifically to KPI and Member Group. There are also couple of fixes on dimension filters and display of its members.
Product Enhancements
ESD-3986 Support comma analyzed fields in Security Slicer - Comma separated fields can be sliced in datablocks Dimension Filter and Cube Report. In Schema page, indicate the comma separated field in the new config Comma Separated Fields.
ERFE-132 Enhanced KPI management - KPI Admin showcases a new section where users get the mapping of the KPI being selected.
After selecting a specific KPI from the topmost KPI selection panel, the new section is displayed. There is a button at the bottom, when clicked, loads the KPI dependencies. This helps the management of KPIs used in dashboards or via nested KPIs, those used or retired. Through this visibility, user is informed of the impact if a KPI is modified.
Whenever a KPI is changed, restart RTBI application.
When dashboard is modified, some KPI-related data are not saved in the configuration table. Please save its datablocks first for their configuration to get updated.
ERFE-159 Platform - Popup Warnings for "Delete" functions - When deletion option is available for a configuration item, user is presented with a popup warning and an opportunity to confirm the deletion. This way, deletion is on a single configured group only and not the entire member group definition.
Sample use cases:
Delete Member Group Label
Rename Member Group Definition
Bug Fixes
ESD-7764 Schema/adapter configuration updates don't update - Adapter configuration and Schedule Server changes should persist after saving
ESD-6828 Unable to expand dimension filter options on eMite reports - In the case when there are multiple dimensions in a dimension filter datablock, and the date dimension is selected, the other dimensions are filtered considering the query and timezone.
Sample use case:
Dimension filter datablock has EvaluationDate and EvaluationFormName.
Under EvaluationDate, Nov 2022 is selected
-> EvaluationFormName displays its members according to Nov 2022 query and user timezone
In relation to this fix, Faceting for Dimension Filter and Cube Report was included. That when an option was selected under a dimension, the options under the other dimension/s should be filtered automatically.
This should apply on indexes with or without rollover enabled.
ESD-8052 Reference Query type dimensions don't work in Dimension filter - In the case when there are multiple dimensions in a dimension filter datablock, and a reference query is selected, the other dimensions are filtered considering the composition of the query based on the selected reference query
Sample use case:
Dimension filter datablock has active, category and client_name (reference query).
Under client_name, Aaliyah Bosigich is selected
-> active and category display its members according to reference query
ESD-7508 Issues with Dimension Filter - Any changes made in labels persist after using the filter
ESD-7449 Index Builders Batch Process Issue - When query interval is larger than the default bulk size (ie. 5000), all data is batched up accordingly and is onboarded without missing one. The process of batching the data in making bulk insert to Elasticsearch was corrected to not only consider the last batch.
Sample,
Existing data - 10,000
New data - 9,000
Expected total after onboarding new data - 19,000 not 14,000