Essbase.Cubes
Returns the cubes in an Essbase instance grouped by Essbase server.
Syntax
Essbase.Cubes(
url as text,
optional options as record
) as table
Remarks
Returns a table of cubes grouped by Essbase server from an Essbase instance at APS server url
. An optional record parameter, options
, may be specified to control the following options:
CommandTimeout
: A duration that controls how long the server-side query is allowed to run before it is canceled. The default value is ten minutes.
Category
Accessing data