Showing posts with label office. Show all posts
Showing posts with label office. Show all posts

Friday, February 17, 2012

DrillThrough - How to do it under OWC

I define the Drillthrough and able to browse the data under Analysis Manager.
But I can drillthrough under OWC(Office Web Components).
Can anyone let me know how to do it?
Look at the OWC Tool Pack -- it has an example.
http://www.microsoft.com/downloads/d...DisplayLang=en
Hope that helps.
Dave Wickert [MSFT]
dwickert@.online.microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
This posting is provided "AS IS" with no warranties, and confers no rights.
"Kam" <Kam@.discussions.microsoft.com> wrote in message
news:A9BF9E7B-0697-461B-B7E3-914AEBF4F0FF@.microsoft.com...
> I define the Drillthrough and able to browse the data under Analysis
Manager.
> But I can drillthrough under OWC(Office Web Components).
> Can anyone let me know how to do it?

DrillThrough - How to do it under OWC

I define the Drillthrough and able to browse the data under Analysis Manager
.
But I can drillthrough under OWC(Office Web Components).
Can anyone let me know how to do it?Look at the OWC Tool Pack -- it has an example.
http://www.microsoft.com/downloads/...&DisplayLang=en
Hope that helps.
--
Dave Wickert [MSFT]
dwickert@.online.microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Kam" <Kam@.discussions.microsoft.com> wrote in message
news:A9BF9E7B-0697-461B-B7E3-914AEBF4F0FF@.microsoft.com...
> I define the Drillthrough and able to browse the data under Analysis
Manager.
> But I can drillthrough under OWC(Office Web Components).
> Can anyone let me know how to do it?

Tuesday, February 14, 2012

Drill-Down Context

I'm wanting to set the background color of a field. The field is part of a
drill-down row group (Office -> Transaction Type (visibility toggled by
Office) --> Field!TranCount.Value).
I would like to set the background color based on 2 conditions:
1) Field!x.Value (which I know) - this works currently
2) The context of the TranCount field
By context I mean...
If the drilldown is "open" or "closed".
Since the expression language in SRS is, apparently, very limited (and not
very well documented) I'm assuming that I'll have to live with Just setting
the background color based on the known field values.. but I can always ask!!!
TIADetermining the state of the drilldown toggle is not supported.
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Glenn" <Glenn@.discussions.microsoft.com> wrote in message
news:82E55B4E-8153-4456-B0B9-9F45AE8AE797@.microsoft.com...
> I'm wanting to set the background color of a field. The field is part of a
> drill-down row group (Office -> Transaction Type (visibility toggled by
> Office) --> Field!TranCount.Value).
> I would like to set the background color based on 2 conditions:
> 1) Field!x.Value (which I know) - this works currently
> 2) The context of the TranCount field
> By context I mean...
> If the drilldown is "open" or "closed".
> Since the expression language in SRS is, apparently, very limited (and not
> very well documented) I'm assuming that I'll have to live with Just
> setting
> the background color based on the known field values.. but I can always
> ask!!!
> TIA