have a MDX query that returns a results set something like this:
Process, Task, SLA Time
___________________
Correct Data, (null), 210
Correct Data, Task 1, (null)
Correct Data, Task 2, (null)
Correct Data, Task 3, (null)
On the data tab the MDX Builder displays these four rows...
more >>
Hi,
Let’s say I have to chart data for an employee, the orders for 3 months on a
daily basis. Ex:
1st day – 10 orders
2nd day – 22 orders
3rd day – 15 orders
4th day – 8 orders
…..
90th day – 14 orders
Now I want to plot Day 1,2,3…90 on X Axis, and Orders on Y axis suc...
more >>
For my report i have to change the label of the y-axis. My dataset is
returning integer values "0", "1", "2". These values are now shown as the
label. However, i need to translate these ID's to string values, such as "0"
= "no value available", "1" = "service down", "2" = "service up".
I ha...
more >>
hi
I have 2 problems:
1)I have a report the its datasources are 2 dataset, but the parameters of
the eSP that populate the 2nd Dataset shgould be taken fri=om the first DS
results?
Is it possible to control the order and use it?
A solution I thought about is instaed of use the 2nd DS, use a ...
more >>
I've been scouring the net looking for info on printing a reporting services
2005 serverreport silently
I can find info on printing a local report, but all printing of the server
report is done by clicking the print button on the reportviewer.
I've also found a solution that requires each ...
more >>