R
roger.camargo
I want to be able to know wich Fields are in the Filter, Row an Column
Fields, and also the TOTALS.
Everytime that the user adds or remove a field or total I want to have
an snapshot of the fields on the pivot table and if it's possible if
they are expanded, and also the Totals.
Why? Well with the design of the cube there are some Totals that only
have sense when, for example, the Time dimension is used, if I monitor
the Fields and Totals, when that Total is inserted I want to warn the
user that it needs to use the Time dimension on the Row or Column
axis.
What I've seen I can use the Query event, along with a Timer (But I
don''t know how, it isn't explained how). On OWC9 there was a
QueryComplete event that many used it for tasks similars to what I
want to do, expecially with formatting, but wasn't on OWC10 and OWC11.
Ah, this could also help me to properly format the Totals to change
the Alignment (Cuz the UseProviderFormatting change it to
LeftAlignment), when a new Total is added then change its alignment..
Any ideas and snippets of code would help me.
Thanks in advence.
Fields, and also the TOTALS.
Everytime that the user adds or remove a field or total I want to have
an snapshot of the fields on the pivot table and if it's possible if
they are expanded, and also the Totals.
Why? Well with the design of the cube there are some Totals that only
have sense when, for example, the Time dimension is used, if I monitor
the Fields and Totals, when that Total is inserted I want to warn the
user that it needs to use the Time dimension on the Row or Column
axis.
What I've seen I can use the Query event, along with a Timer (But I
don''t know how, it isn't explained how). On OWC9 there was a
QueryComplete event that many used it for tasks similars to what I
want to do, expecially with formatting, but wasn't on OWC10 and OWC11.
Ah, this could also help me to properly format the Totals to change
the Alignment (Cuz the UseProviderFormatting change it to
LeftAlignment), when a new Total is added then change its alignment..
Any ideas and snippets of code would help me.
Thanks in advence.