Inforiver Writeback Matrix Aug 2025 - v4.5.12
Enhancements:
1. Performance Optimization
First, all native columns and measures are loaded.
Next, data input columns and dependency-based formula columns are loaded after being fully processed, thereby avoiding the intermediate staging phase.


2. Circular References
Circular references are resolved in the final chunk of data loading.
The visual is displayed only after the loading icon disappears from the top-left corner.
3. Value Fetching & Data Parsing
Values are fetched separately and then rows and measures are calculated before sending to the data parser.
Earlier, if values were fetched faster than row/measure calculations, intermediate values would appear first and later get replaced by the final results.

This behavior has been fixed: now values, rows, and measures are updated together in a single pass to the parser.
If value fetching takes longer than row/measure calculation, two separate calls are made—one for rows/measures and another for values—ensuring proper synchronization.

Last updated
Was this helpful?