DataEngine Service(SSAS)
DataEngine Service(SSAS)
The PivotEngine component binds to a DataEngine Web API and cube data.
Features
Settings
Description
In this sample, the PivotEngine component binds to a service. Now only the DataEngine Web API is supported.
The service-url attribute should be set in this mode.
You can get the details about how to deploy the DataEngine service in the DataEngine Web API documentation.
In this sample, the PivotEngine component connects to a cube DataEngine data.
The cube DataEngine data is configurated in the Statup file of the application.
If you want to customize the fields for a cube data, you need to add
You can change the view definition in the PivotPanel control.
The aggregated data will be obtained from the service.
Then the PivotGrid control and the PivotChart control show the aggregated data.
You can find the detailed raw data shown in a grid by double-clicking a cell in the PivotGrid control.
When the data row count is greater than 10,000, in order to get good performance, we recommend you deploy a DataEngine Web API and use BindService(url) mode.
Otherwise, please use Bind(data) or Bind(url).