1
SQL Server Management Studio 2012とデータベースのAdventures Worksを使用しています。ssas mdxクエリで曖昧さを解析できません
私はこのMDXクエリ書かれています:
SELECT
{
(
[Measures].[Reseller Sales Amount]
)
} on axis(0),
{
(
[Geography].[Country].Children,
[Product].[Category].[Accessories]
)
},
{
(
[Geography].[Country].Children,
[Product].[Category].[Bikes]
)
} on axis(1)
from [Adventure Works];
をが、応答は以下の通りです:
Executing the query ...
Parser: The statement dialect could not be resolved due to ambiguity.
Execution complete
誰かが私を助けることができますか?
それOK完璧作品! –
(あなたの質問に答えても気にしないでください) – whytheq