How to get User Selection in Pivot Table

B

bajirao

Hello
I know that OWC issues a command to the server whenever user drag and drop a dimension from the list . How to trap that quesry
My intention is to just get the user selected measures and dimensions/levels. So that I can use it later to query the OLAP

Regards
Bajira
 
M

Mark G

Try using the QueryComplete() or DataChange() events for the Pivot Table
object.

bajirao said:
Hello,
I know that OWC issues a command to the server whenever user drag and drop
a dimension from the list . How to trap that quesry.
My intention is to just get the user selected measures and
dimensions/levels. So that I can use it later to query the OLAP.
 

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