OWC does not appear in page -
12-09-2004
, 11:45 AM
hi all,
i'm new on this and i'm having a problem with owc.
i have build a cube and a report. it works.
now i have an option to export to "HTML with Office Web Components".
when i choose this option, a new page appears without the owc, is just
another page equal to the first one.
but in Microsoft samples, i see the owc appearing when option is choosed.
So i'm thinking that or is something i have to make in report, or is
something about data retrieved.
my query is the following:
SELECT
{
[Measures].[Ms1],
[Measures].[Ms2],
[Measures].[Ms3]
} ON COLUMNS,
{
Descendants([Time].[All Tempo].[2004])
} ON ROWS,
{
[Dimensao_Rede].AllMembers
} ON PAGES
FROM Cube1
help appreciated.
Thanks |