Hi,
I have a stacked column chart in my report. Currently the chart are
stacked by Item No. in ascending order, when I changed the order to
descending (properties tab), instead of sequence change, the color also
changes. Is there a way to retain the color when changing the sequence?
Thanks....
more >>
Hi
I am want to create a pie chart in a reporting services report, but am
unsure how to best write the MDX to get the results I need. Say I have
some MDX like this:
Select
[Measures].[Dollars] on columns,
[Organisation].[Organisation].Members on rows
from
[Sales]
This would return the...
more >>
I'm an Business Intelligence student and trying to do a cube assignment
using September CTP of SQL 2005. When I try to browse my deployed cube by
dragging any field from the cube attribute list into the data pane I get the
following error:
The query could not be processed:
o Memory error:...
more >>
Hi Guys,
I had posted an earlier query on how to do validations of dates on SQL
Reporting 2000.
We have finally found a way to do it. It is not the best way, but it
does work and suit our requirements.
What we do is pass the dates entered in the MDX Query, Stored Procedure
to a VB .NET fun...
more >>