C
Claude Vernier
Ooh! I am in trouble now..
Should be done since several days..
I have a Pivot table on a web page, connected to an OLAP cube
I need in javascript the get information about all the dimensions
involved on one cell
At the moment, I can get the page members, row members and
column members but there is always one missing..
My Pivot table looks like
Page
Dimension 1: All Member
Dimension 2: Canad
Dimension 3: Me
Dimension 4: Amoun
Dimension 5: Rate
Columns: Dimension 6: Year
Rows
Dimension 7 - Dimension
Montreal - Recipient
Montreal - Recipient
Montreal - Recipient
Quebec - Recipient
Quebec - Recipient
Quebec - Recipient
Paris - Recipient
Paris - Recipient
Paris - Recipient
When I get the members on the row axis
I can get only the members from Dim 7, not the Dim 8
Could someone give me some hints on the objects I should look into
or some code to get, from a cell the name of each dimension and
the name of the current member ?
I already trapped the event when the user, right-clicks on a cell and calls
my function from the contextual menu, I would also like to do
this in a double-click of a cell..
Thanks for any help
Claud
Should be done since several days..
I have a Pivot table on a web page, connected to an OLAP cube
I need in javascript the get information about all the dimensions
involved on one cell
At the moment, I can get the page members, row members and
column members but there is always one missing..
My Pivot table looks like
Page
Dimension 1: All Member
Dimension 2: Canad
Dimension 3: Me
Dimension 4: Amoun
Dimension 5: Rate
Columns: Dimension 6: Year
Rows
Dimension 7 - Dimension
Montreal - Recipient
Montreal - Recipient
Montreal - Recipient
Quebec - Recipient
Quebec - Recipient
Quebec - Recipient
Paris - Recipient
Paris - Recipient
Paris - Recipient
When I get the members on the row axis
I can get only the members from Dim 7, not the Dim 8
Could someone give me some hints on the objects I should look into
or some code to get, from a cell the name of each dimension and
the name of the current member ?
I already trapped the event when the user, right-clicks on a cell and calls
my function from the contextual menu, I would also like to do
this in a double-click of a cell..
Thanks for any help
Claud