HFMwMbrSel Component

The HFMwMbrSel component provides properties and methods for working with Points of View. For example, HFMwMbrSel enables you to get and set Point of View attributes, specify filters, reset all filtering properties to their defaults, and build and parse valid dimension values. For details, see HFMwMbrSel Methods and HFMwMbrSel Properties.

The properties AttrAll and AttrDim get and set various Point of View attributes, such as the dimension members in a Point of View. These attributes and the constants that represent them are described in Point of View Attribute Constants.

Tip:

You can persist a Point of View by passing the string returned by XmlString to HFMwSession.SetPOVByTag. You can set an HFMwMbrSel instance to a persisted Point of View by setting xmlString to the string returned by HFMwSession.GetPOVByTag.

Obtaining an HFMwMbrSel Object Reference

Create an HFMwMbrSel object with Server.CreateObject. After creating the object, call setWebSessionto associate the object with the HFMwSession object for the application:

Dim cMbrSel
Set cMbrSel = Server.CreateObject("Hyperion.HFMwMbrSel")
'g_cSession is an HFMwSession object reference
cMbrSel.SetWebSession g_cSession