PropertyOpenWWWDir

Sets the name of a cube, view or portfolio to open when they are located in a file server.

TypeCharacter String
Values
DefaultEmpty string
Example
CodeCube1.OpenWWWDir = "http://OLAP_WEB_SERVER/cubes/cube.cub"
HTML<PARAM NAME="OpenWWWDir" VALUE= "http://OLAP_WEB_SERVER/cubes/cube.cub"
See also
OpenFileOpen a local cube file
OpenServer and friends Connects to a cube in a MS Analysis Services
OpenViewOpen a local cube view
OpenPortfolioOpen a local cube portfolio
NotesYour can connect only to one cube at a time.
The Control will try the following parameters in this order: OpenView, OpenFile, OpenWWWDir and OpenServer and OpenPortfolio until one is not empty.

Depending on the file extension, an action is taken:

  • .cub: a cube is opened
  • .oxv: a view is opened
  • .oxb: a portfolio is opened