Viewing 5 posts - 1 through 5 (of 5 total)
Only for history reasons:
The best idea is to use the ME OLE DB Provider For DB2, BUT this work only with the dev or Ent edition of SQL.
July 14, 2010 at 5:41 am
No the typical mdx is like that:
[MEASURES].[GC GSV Finance LY]
AS (
ParallelPeriod
(
[Dim Time].[Finance Date Hierarchy].[FYear],
1,
[Dim Time].[Finance Date Hierarchy].CurrentMember
),
[Measures].[GC Gross Value]
)
then you must check, if in your DimTime table has column has...
February 16, 2010 at 1:48 am
Thank's denglishbi.
So the solution was very simple.
1st. I kept the typical MDX.
2nd. I added the [Day_Of_Week] & [Day_Of_Week_Name] fields (The second as name column)as attributes on my DimTime.
I added...
February 7, 2010 at 9:43 am
Thank's denglishbi.
This is for typical use. Unfortunately my case isn't.
Let's explain exactly, what i want.
If we have a GSV Value for Monday, March 30 2009. if we use the "typical"...
February 6, 2010 at 4:33 am
Viewing 5 posts - 1 through 5 (of 5 total)