[starting from version: 2.3]
It is triggered for "microsoft analysis services"
, "api"
, and "mondrian"
data source types.
For OLAP data sources, 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 any errors, use olapstructureerror
.
Example
flexmonster.on('olapstructureloaded', function () { alert('Olap structure loaded!'); });
Try on JSFiddle.
See also