Hi Alvin
Thanx for the response....
In my opinion there seems to be difference between excel olap component
and
the owc web component.
From the owc web component I actually succeeded in using MDX in the
commandtext property which resulted in an automatically designed
pivottable.
Havent yet managed to do this as a result of coding but based on your
opinion
it sounds like that is possible.
When you say that it is supported do you know if it is supported in the
excel olap component as well?
Excel had some features that we thought would be nice when using
writeback -
however if we were to use OWC for writeback how would the user be able
to
enter data into cells ? We have never tried this ?
In excel we could activate a command to allow editing in cells and we
believe this is possible to do in the OWC component as well but what
about
a) do you move from cell to cell when using the arrow keys
b) can you copy/paste between cells
c) can you use one cell value as basis for another and multiply this
with
a
factor
:
The pivot table can fire queries. These queries may be either sql
semantic
or MDX.
--
Regards,
Alvin Bruney
Shameless Author Plug
[The Microsoft Office Web Components Black Book with .NET]
www.lulu.com/owc, Amazon, Barnes & Noble etc
Forth-coming VSTO.NET
--------------------------------------------------------------------------------------------------------
Thanks.
But can I use MDX "inside" or "with" the owc? I am a bit uncertain
on
these
matters. But I like the potential I see in the owc. And before I go
to
programmers I need to be more clarified.
Regards
Johan
:
mdx is your best bet, if you know the language you can control
exactly
what
data is pulled back from the cube which affects what shows up on
the
client
--
Regards,
Alvin Bruney
Shameless Author Plug
[The Microsoft Office Web Components Black Book with .NET]
www.lulu.com/owc, Amazon, Barnes & Noble etc
Forth-coming VSTO.NET
--------------------------------------------------------------------------------------------------------
I am looking for methods to control the presentation of data in a
owc
connected to MS Analysis Service cubes:
Can I somehow control the way owc present dimensions. So users
only
see
combinations that I control. I have considered using AS security!
Can I do MDX to do the trick or events handling ?