Hi Celso,
This behavior is a known defect in the current release of Planning Analytics for Excel (PAfE) when using DBRW formulas across multiple sheets. The "Refresh Active Book" and "Refresh All Books" options do not consistently trigger recalculation for DBRW, which results in #VALUE errors instead of updated cube data.
🔎 Why it happens
· DBRW formulas in PAfE rely on a different refresh mechanism than Perspectives.
· Bulk refresh commands lose the connection context when applied across multiple sheets, so the formulas fail to resolve.
· This is not a configuration issue on your side - it is a limitation in the product at present.
âś… Workarounds
· Refresh Sheet: Refresh each sheet individually (works reliably but is manual).
· VBA Automation: Use the COM add‑in automation to loop through sheets and call RefreshSheet. Example:
vba
Application.COMAddIns("CognosOffice12.Connect").Object.AutomationServer.Application("COR", "1.1").RefreshSheet
This can be scripted to refresh all sheets sequentially.
· Recreate Workbook: If the workbook was migrated from Perspectives, rebuilding sometimes resolves broken DBRW links.
· Check Installation: Ensure no legacy Cognos Office add‑ins are still installed, as they can interfere with PAfE refresh.
⚠️ Notes
· Performance is slower in PAfE compared to Perspectives when refreshing large DBRW workbooks.
· IBM has acknowledged this gap and is working on improvements in upcoming PAfE versions.
· For heavy reporting, consider moving to Dynamic Reports or Explorations, which have more stable refresh handling.
📌 Recommendation
Until IBM releases a fix, the most practical solution is to implement a VBA macro to automate sheet‑by‑sheet refresh. This restores the "bulk refresh" behavior you were used to in Perspectives.
In summary: It's not a configuration error - it's a product limitation. Use VBA automation or refresh sheets individually as a workaround, and monitor IBM Support for updates in future PAfE releases.
------------------------------
Saif Ali Sabri
erp.sap@hotmail.com------------------------------