Release Notes - eMite version 7.1.0.9
Overview
This eMite version includes improvements on how data is displayed on scheduled reports in excel form and fixes on VM specifically when used in Cube Report’s X axis.
Product Enhancement
Scheduled reports excel file not a 100% match with Emite UI - Contents of a cube report in grid view display the same in scheduled report where FileType = msexcel.
Null values set to zero on dashboard is displayed as zero in the generated report
% format on dashboard is displayed as % in the generated report
HH:mm:ss values on dashboard is displayed as HH:mm:ss in the generated report
Bug Fixes
ESD-7330 Consultant is creating a virtual member to join first name and last name and it is throwing error - A Virtual Member can contain @ symbol in the Condition and Return syntax.
ESD-7127 Datablock linking limitations - A Cube Report which X axis is a VM, returns correct data.
However, linking it to a datablock such as drillthrough does not automatically mean that drillthrough returns the same data. This is because selecting a data from cube report does not filter the values on the linked datablock, as the VM is returning an expression instead of a single dimension/measure and a filter cannot be made against an expression.
ESD-7413 Division KPI error when using Virtual Member as a Dimension/X-Axis and numerator/denominator is 0/negative - In relation to the above fix, when a Cube Report which X axis is a VM, also uses a KPI where numerator or denominator in division operation can be zero or negative, returns correct data
ESD-6267 User Admin unable to view current users - Via SSO, users in usergroup UserAdmin can view users in the same group only. This known limitation applies to other usergroup except for EmiteAdmin.
ESD-3986 Security Slicer not working - Security Slicer cannot handle long text and comma separated fields. With this limitation, a new config in RTBI Security Slicer is created to prevent errors when processing security slicer on an index with a comma separated field. This field is skipped by the RTBI Security Slicer processing mechanism.
New config: Fields to Skip
Default value: Field1,Field2,Field3 (placeholder)
This can be emptied OR <Field name which is comma separated>
ESD-4176 Dimension Filter datablock does not display correct result based on the configured security slicer - Security slicer filtering usernames display correctly on both dimension filter and cube report datablocks. This is specifically for GCH customers, using version lower than v2.10 AND the format of username is Last Name, First Name.