SG-4647 CLONE - Base - KPI hyperlink filter lost on user defined grid when scrolling down. - HxGN EAM - 12.0.1 - Release Bulletin - Hexagon

HxGN EAM Resolved Issues for 12.0.1

Language
English
Product
HxGN EAM
Search by Category
Release Bulletin
HxGN EAM Version
12.0.1

 Description 

Customer reported on EAM 11.7 202201 but can be reproduced on EAM 12.0 202301 too.

The issue results when accessing a list grid via KPI from Start Center which has a hyperlink filter configured. If the list has more than 50 records, the hyperlink filter is lost when the user scrolls down to load the following 50-100 records on the grid and applies another filter on column headers. See attachment KPI_HYPERLINK_COUNT.docx

*Steps to reproduce:*

# Create SQL Query TEST111 and check Normal, KPI, Inbox.

_select count(1) from R5EVENTS where evt_desc like '%anni%'_

# Create Grid XUTSTI as List View.

_select evt_code, evt_date,evt_desc from r5events where 1=1_

Fields > EVT_CODE as grid key

Validation > create and validate dataspy, activate, save.

# Create KPI TEST111 with SQL Statement TEST111, KPI Hyperlink to Screen XUTSTI and Filter:

_evt_desc like '%anni%'_

on User Groups > add R5

# From Start Center > KPI settings, add the KPI TEST111

# Double click on the KPI TEST111, system takes you to grid TEST111. First 50 records of total count 2.629 Records are displayed.

# Scroll down to the next 50-100 records, total count is still 2.629 Records (hyperlink filter is kept).

# Type "_ann_i" on the EVT_DESC column header to apply the contains filter to the grid and click Run. Check total count.

*Expected results*: KPI hyperlink filter is kept and total count is 2.629 Records.

*Actual results*: KPI hyperlink filter is lost and total count is larger, 3.062 Records.