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.

First Native measures are loaded
Data input columns and formula measures are loaded.

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.

Pre-optimization intermediate staging values are loaded before the actual values.
  • 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.

Post optimization the values are loaded with actual values.

Last updated

Was this helpful?