ActionShowCubeView
DescriptionSets the way the cube data will show
ExamplesWith Cube1
 Call .setValue("Row", 1)
 Call .setValue("Col", 1)
 Call .setValue("AutoCubeView", 1)
 Call .setValue("FormulaValue", 7)
 Call .DoAction("ShowCubeView")
End With
Example ExplanationShows the cube view dialog if needed and refreshes the cube view.
See also
SetValueSets a control variable
NotesThe data matrix grid begins at (0, 0) at its top left cell.
The formula values are only need when AutoCubeView equals 9 and 10.
The AutoCubeView variable can have one of the following values:
Value
0Values
1% of Total
2% of Parent
3Ranking
4Best
5Increment
6Decrement
7Difference
8Year to date
9Rolling sum
10Rolling average