Problems building a calculated measure -
03-03-2006
, 12:23 PM
I tried doing this with the form and the MDX and both generate the
error
'syntax for 'FORMAT_STRING' is incorrect. This MDX works in my 2000
analysis services cube for producing the measure, not sure what I am
doing wrong here.
CREATE MEMBER CURRENTCUBE.[MEASURES].[Calculated Member]
AS ([Measures].[Unique Visitors]/([Media].[Total
Internet],[Measures].[Unique Visitors]),
FORMAT_STRING = "#",
NON_EMPTY_BEHAVIOR = { [Uv Raw], [Duration] },
VISIBLE = 1 ;
Anyone have any ideas? |