We use ActivePivot to monitor real-time PnL (profit and loss) over financial trades. New trades (new records) are added or updated to the cube in real-time during the day, and ActivePivot is also connected to real-time sources of market data that trigger the refresh of our post processors.
On top of that we have implemented a custom dimension to provide dynamic time bucketing to our users. This is built with the ActivePivot analysis dimension API. Although we wrote a custom continuous handler to propagate markete data changes to the post processors, when users expand the custom time dimension in their reports to see all time buckets, then only the default member appears to be refreshed with real-time push. When the user manually hits the refresh button all buckets are reloaded alright but the automatic push seems disabled along the analmysis dimension members.
Is that a known limitation of Analysis Dimensions, can you give us some pointers to develop a workaround?