This is What I have done
CREATE MEMBER CURRENTCUBE.[MEASURES].[Input Value]
AS [Measures].[Input],
VISIBLE = 0;
Scope
([Dimension Scenario-Program].[Scenario-Program Structure].[Plan]
.Members,[Measures].[Input]
);
This = NULL;
End Scope;
It work perfectly alright with this statement but it does not show my hierarchy inside my Excel 2007 until I set the property of Pivot table show item with no data in rows and column . By saying this I mean it does not even show the other two levels
Scenario-1 Test 90
Program 101 50
102 40
How can I show data on my other two level
Many thanks
Syed