Enables you to select where to display the contents of the hyperlink control from the Display In drop-down list.
New Window — A new pop-up window is created every time the hyperlink is pressed. This is the default setting. All browser menus and toolbars are hidden. This maps to the OpenURL (Method) "_blank" target.
Current Window — If the execution application is Interactive Reporting Web Client, or EPM Workspace, then the content replaces the entire EPM Workspace content area (i.e. excluding surrounding browse application frames). In Designer a pop-up window displays.
Top Window— If the execution application is theInteractive Reporting Web Client , or EPM Workspace, the content replaces the top-most HTML window. This maps to the OpenURL (Method) "_top" target.
Named Window — A "named" pop-up window is created. If the named window is already present, then the URL replaces the existing content of the named window. When this option is selected, a Target window edit control displays below the dropdown, in which the user can enter the desired window name. This maps to the OpenURL (Method) user specified target name option.
No Window— No window is displayed. This option may be used in cases where the URL causes an action (such as executing a job) that does not require any content to be displayed. Returns the display value of a corner or data label. The Display property uses the BqPivotLabelDisplay constant group. Valid options for displaying the label are side, top, both or none. The default corner label value is none.
Read only, BqOpenURLTarget constant group
The BqOpenURLTarget constant group consists of these values:
This example shows how to return the Display Mode setting for a hyperlink object in an Alert box:
Alert(HyperLink.DisplayMode=bqOpenURLTargetTop)