activepivot

How can I retrieve the location in a drillthrough postprocessor ?


I would like to apply some logic in a drillthrough postprocessor which depends on the location where the drillthrough has been requested.

For instance, let's say I have a risk vector and a list of maturities. If the user executes its drillthrough on the maturity 3M, I would like to display the risk value for that maturity in the drillthrough.

I was thinking about setting a context value with the location, and then retrieve it in the DT post processor, but I would be happy if there is an easier way :)

Regards,

Christophe


Solution

  • Thanks for your answers. My question was indeed involving analysis dimensions and vectors.

    I have solved it by setting a context value in a custom UpdateDrillthroughFeedHandler as defined on confluence (http://support.quartetfs.com/confluence/display/LIVE/Extensions#Extensions-Customizationentrypoints), and retrieving it in a drillthrough post processor.

    Regards,

    Christophe