OWC Pivot table Drillthrough or else...

C

Claude Vernier

Hello

I have an OLAP cube displayed on a Web page using OWC10
The client want me to use the Drillthrough feature to catch th
Show Details or Double-Click on a cell to get the information on that cel
and call another application that will fetch the lines that served to create the
number in that cell. All this in javascript unless someone as a better idea... :-

At first, I tried to find the information on each dimensions (there is 10 dimensions) but I couldn't, if someone has ideas on that..

Then, I read about "Drillthrough.htc",
I added the code in my file setting it up at load with those lines

var pt = document.frmDisplayOWC.OWCPivotTable
pt.Drillthrough.UserInterface.SetViewMode(pt.Drillthrough.Constants.plDrillthroughViewModeNone)

Now, when I double-click, an unexpected error arise in the file "Drillthrough.htc"

--------------------------------------------------------------------
function HandleFieldSet(pfs, memRoot, pfu

// pfu should only be set when we internally recurse
var i, pfu, pfs

// NOTE: FilterUpdates are hidden object model. This means they are not fully supported (though sometimes quit
// handy!).
if (arguments.length == 2

pfu = pfs.CreateFilterUpdate
vFirstMemberFound = null
iCurGroupIndex = -1


ERROR HERE---> switch (pfu.StateOf(memRoot)

case ptconst.plMemberStateChecked
if (vFirstMemberFound == null
--------------------------------------------------------------------

It seems to be whenever this function is called on the Page Dimension

If someone could give me an hint on that one... Thanks a lot in advance
Claud
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top