C
Claude Vernier
Thanks you very much!!
I've searched on Google and couldn't find what is IE OM ??
Can you give me a little bit more informations please?
I've started to code this feature using cookies but it
does not work very well, yet.. I'm starting to doubt that
the XMLData can be saved in cookies...
Also, I'd like to ask you (or anybody else ;-) ), if
there is already a feature to swap the rows and columns
in the pivot table, I know it exists in charts...
Also, I'd like a button to swap from to my pivot table to
a chart and vice versa and that the changes made in one
was reflected in the other one... For example, I open IE,
I select my cube, I drag&drop the countries in the rows
and subjects in columns, I want to be able to swap those
but also, to click on a button to get a chart, from the
chart, restrict the countries to Canada and France, click
again on a button to get back to Pivot tables and that my
selection was still at France and Canada...
Is that possible, what is the best way? Any code sample?
Thanks you for everything,
Claude
I've searched on Google and couldn't find what is IE OM ??
Can you give me a little bit more informations please?
I've started to code this feature using cookies but it
does not work very well, yet.. I'm starting to doubt that
the XMLData can be saved in cookies...
Also, I'd like to ask you (or anybody else ;-) ), if
there is already a feature to swap the rows and columns
in the pivot table, I know it exists in charts...
Also, I'd like a button to swap from to my pivot table to
a chart and vice versa and that the changes made in one
was reflected in the other one... For example, I open IE,
I select my cube, I drag&drop the countries in the rows
and subjects in columns, I want to be able to swap those
but also, to click on a button to get a chart, from the
chart, restrict the countries to Canada and France, click
again on a button to get back to Pivot tables and that my
selection was still at France and Canada...
Is that possible, what is the best way? Any code sample?
Thanks you for everything,
Claude
..-----Original Message-----
Yes, you can do a save/load feature for the control. You
save the state of the control by querying the XMLData
property and you restore the control by calling the Load
() method. The save part is done through IE OM and I'm
sure you'll find some example on the IE forum.
Thao Moua
OWC Webchart Support
.