Hello Angela,
it did not, a default value was selected but at the top we still had the white empty value. we dont want default values because for the period prompts that would mean chaning the default values every year, quarter, month, week , day.
thanks for the suggestion. In this case we need to pre/auto-select just the first one (it is sorted)
problem1:
SELECT
NON EMPTY { [Measures].[FACTSUM] } ON COLUMNS,
NON EMPTY CrossJoin
(NONEMPTYCROSSJOIN
(NONEMPTYCROSSJOIN
({ descendants([DIM_KPI].[All DIM_KPI]) },
{ descendants([DIM_PERIOD].[HRH_CALENDERPERIOD].[All HRH_CALENDERPERIOD]) }
),
{ [DIM_Customer].[Value].AllMembers }),
{ descendants([DIM_SZENARIO].[All DIM_SZENARIO]) }
) ON ROWS
FROM
[mysmallcube]
the output is
KPI_DESC---KPI---YEAR---...
_________________2005___...
Revenue__________2005___...
Revenue____RV____2004___...
You can see that I got in various variables empty values.
I specified a string for ragged hierarchies on cube and dimension level but
this "miss" string does not appear so that does not seem to be the proble.
Message was edited by: metalray