We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.
All documentation
  • API Reference for older versions
  • getXMLACubesAsync

    [starting from version: 2.9]

    getXMLACubesAsync(proxyURL: String, dataSource: String, catalog: String): Promise<String[]>

    One of four async API calls for OLAP/XMLA connectivity diagnostics.

    Returns a Promise object that resolves to an array of cube names. Learn more about the method in getXMLACubes.

    Example

    let cubes = await pivot.getXMLACubesAsync(proxyUrl, dataSourceInfo, catalog);

    See an example on JSFiddle.

    See also

    getXMLACubes
    getXMLACatalogsAsync
    getXMLADataSourcesAsync
    getXMLAProviderNameAsync