Question
Murex
LB
Last activity: 26 Feb 2024 11:23 EST
Column Filters on a table referencing a Data page doesn't update the pxResultCount whever a filter is being set
We've set up a section where we've inserted a table. This table is referencing a data page rule and is designed to display results where the user can filter using columns filters. Above the table, in a separate section, we show the user the total count of results(D_datapage.pxResultCount).
The issue arises when users apply filters to the columns. Despite the table correctly updating to display a reduced number of results, the count displayed to the user remains the same as before. For example, if initially, the table shows 76 results, and a user applies filters resulting in only 3 visible results, the count displayed above the table (pxResultCount) doesn't update to reflect this change.
We've experimented with using a Report Definition rule instead, and it behaves as expected, correctly updating the result count when column filters are applied. Our question is whether it's possible to achieve the same functionality using a Data page, and if so, how can we implement it?
***Edited by Moderator Rupashree to add Capability tags***