Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • olapstructureloaded

    [starting from version: 2.3]

    It is triggered for "microsoft analysis services" and "api" data source types:

    • For Microsoft Analysis Services, olapstructureloaded is triggered after the OLAP structure is loaded.
    • For the custom data source API, the event is triggered after the component receives the response to the /fields request.

    To track when the structure starts loading, use loadingolapstructure. To track any errors, use olapstructureerror.

    Example

    flexmonster.on('olapstructureloaded', function () {
      alert('Olap structure loaded!');
    });

    Try on JSFiddle.

    See also

    loadingolapstructure
    olapstructureerror