W
Whitebear
Hello. I use SSAS2005 and have problems with coloring my cells in grid. Let's
consider simple MDX query to Adventure works:
with member [Measures].[Red Total Product Cost] as
'[Measures].[Total Product Cost]' , BACK_COLOR='Rgb(255,0,0)'
Select [Customer].[Customer Geography].Children
on Columns ,
[Ship Date].[Calendar Year].Children on Rows
from [Adventure Works]
where ([Sales Channel].[Sales Channel].&[Internet],
[Measures].[Red Total Product Cost])
CELL PROPERTIES VALUE, FORMATTED_VALUE, CELL_ORDINAL, BACK_COLOR
when I execute this query in Management Studio, I get grid with each cell
colored with red. When I execute this query in OWC, I get error "The query
could not be processed: The data provider didn't supply any further error
information". Is it my mistake or misunderstanding, or I should wait for OWC
12?
Thank you
consider simple MDX query to Adventure works:
with member [Measures].[Red Total Product Cost] as
'[Measures].[Total Product Cost]' , BACK_COLOR='Rgb(255,0,0)'
Select [Customer].[Customer Geography].Children
on Columns ,
[Ship Date].[Calendar Year].Children on Rows
from [Adventure Works]
where ([Sales Channel].[Sales Channel].&[Internet],
[Measures].[Red Total Product Cost])
CELL PROPERTIES VALUE, FORMATTED_VALUE, CELL_ORDINAL, BACK_COLOR
when I execute this query in Management Studio, I get grid with each cell
colored with red. When I execute this query in OWC, I get error "The query
could not be processed: The data provider didn't supply any further error
information". Is it my mistake or misunderstanding, or I should wait for OWC
12?
Thank you