Returns a list of objects.
LISTOBJECTS number appName dbName
number |
Type of object to list. Values: 0 - Abort 1 - Outline object 2 - Calculation script 3 - Report script 4 - Rules object 5 - Alias table 6 - Structure file 7 - Backup file 8 - Worksheet of any type 9 - Text object 10 - Partition 11 - Linked Reporting Object (stored) 12 - Selection 13 - Wizard |
appName | Name of the application containing the objects. |
dbName | Name of the database containing the objects. |
To return a list of outline objects associated with the BASIC database:
LISTOBJECTS 1 "SAMPLE" "BASIC";
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |