HsGetSheetInfo

Describes the Smart View function, HsGetSheetInfo.

Data source types: Provider-independent

Description

HsGetSheetInfo retrieves detailed information about the current worksheet, as described in Table 18-3.

Table 18-3 HsGetSheetInfo Details

Numerical Equivalent String Equivalent Sheet Information
1

Connected

Connection status

2

Sheet Type

Ad hoc or form

3

Server

The server to which the sheet is connected

4

Application

The application to which the sheet is connected

5

Cube

The cube to which the sheet is connected

6

URL

The URL to which the sheet is connected

7

Provider

The data source type to which the sheet is connected

8

Provider URL

The provider to which the sheet is connected; applicable for Oracle Hyperion Provider Services connections

9

Friendly Name

The data source connection name

10

Alias Table

The current alias table

11

User

The user name.

Note:

For Single Signon (SSO) users, the user name may not be returned.
12

Description

The connection description

13

Last Retrieved

The date and time that the last refresh was performed on the sheet

Syntax

HsGetSheetInfo("<string equivalent>")
HsGetSheetInfo("<numerical equivalent>")

For detailed syntax information, see Creating Functions Manually.

Example

In this example, HsGetSheetInfo tells you whether the worksheet contains an ad hoc grid or a form.

HsGetSheetInfo("Sheet Type")