Setting a global TM1 Web homepage to a Cube View
Use the following format to set a cube view as the homepage for IBM®
TM1® Web.
value=CubeName$$ViewName$$Status
where the following arguments are separated by $$ characters:
- CubeName is the name of cube to which the view belongs.
- ViewName is the name of the cube view to display.
- Status is the public or private status of the cube view.
Note: You must include a value of either PUBLIC or PRIVATE to correctly identify the specific cube
view that you want to open.
For example, to open a public view named Price from the SalesCube:
<add key="HomePageObject" value="SalesCube$$Price$$Public;Type=cubeviewer;
Description=MyStartCube;AllowOverwrite=true"
/>