Hi Dojo,
I have a DVE table that is updated periodically through HTTP. When the DVE element is created and its card is displayed, I found that DataMiner showed that it was updated on time, but I need to click on the refresh button to reflect the changes in the table.
Is there any way to improve the responsiveness of the DVE? (i.e. the changes are reflected onto the table immediately?) For additional context, the DVE table has partial table option if that helps.
Hi Chian,
For performance reasons, partial tables in Cube do not support realtime updates when applying a filter or when sorting on a specific column.
At the moment you filter/sort, a snapshot across all pages is taken. Because the value on which was the table was filtered/sorted may change at any time, and it is not feasible to continuously evaluate this on (potentially) millions of rows, the UI forces the user to manually refresh the data (which will also filter/sort again).