Pricing changes are coming in January. Contact our Sales team to secure the current price for your desired license.
All documentation
  • API Reference for older versions
  • getXMLAProviderNameAsync

    [starting from version: 2.9]

    getXMLAProviderNameAsync(proxyURL: String): Promise<String>

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

    Returns a Promise object that resolves to a type of the data source: "microsoft analysis services". Learn more about the method in getXMLAProviderName.

    Example

    let dataSourceType = await pivot.getXMLAProviderNameAsync(proxyUrl);

    See an example on JSFiddle.

    See also

    getXMLAProviderName
    getXMLADataSourceAsync
    getXMLACubeAsync
    getXMLACatalogsAsync