我有一個MDX查詢: SELECT
{[Measures].[Count of Tickets], [Measures].[Ticket Average Per Day]} ON COLUMNS,
{[Specification].[Specification].Members} ON ROWS
FROM [Tickets Star Schema]
WHERE
({Filter([Cre
我希望有人可以幫助我重組/重寫我的MDX查詢 - 我對MDX相當陌生,只知道危險。我使用蒙德里安如果有所作爲。 這裏是堆積條形圖我生產... Injuries by Month and Category 這裏是我的查詢(簡體刪除所有對這個問題不相關的東西)... WITH
SET [Date Range] AS {${mdxStartDateParam}.Parent : ${mdxEn
我試圖創建一個自定義設置,我想利用我創建 WITH
SET [~SET] AS
Order(
[especialidade].[nome].Members,
[Measures].[consulta_valor],
DESC
)
MEMBER [Measures].[prev] AS
([especia
這與我提出的另一個問題類似(MDX - Running Sum over months limited to an interval),但我覺得我在那裏跟蹤。 讓我重新開始。 我有一個計算度量 MEMBER [Measures].[m_active] AS ([Measures].[CardCount], [Operation].[Code].[ACTIVATION])
,我想在很短的時間間隔
我在運行我的mdx查詢時遇到了這個錯誤..我真的無法理解這個錯誤,我很多次都重複了這個方塊,但是我仍然得到這個錯誤! 這是完全錯誤: Warning: Could not get charToByteConverterClass!
Warning: Could not get charToByteConverterClass!
Warning: Could not get charToByte
請查看以下在其模式中具有聚合表的mondrian多維數據集上創建JPivot視圖時生成的查詢。 select
`Dim_Time`.`Time_Id` as `c0`,
`Dim_Time`.`month_no` as `c1`
from
`Dim_Time` as `Dim_Time`
where
`Dim_Time`.`Time_Id` = `Agg