Hi, I have a question.
I saw this sample source and try to test with database.
I didn't know SSAS. I think MySQL DB is "Realational".
var pivotTableObj = new ej.pivotview.PivotView({
dataSourceSettings: {
catalog: 'Adventure Works DW 2008 SE',
cube: 'Adventure Works',
providerType: 'SSAS',
enableSorting: true,
url: 'https://bi.syncfusion.com/olap/msmdpump.dll',
localeIdentifier: 1033
}
});
pivotTableObj.appendTo('#PivotTable');
and... I have no idea. What can I do?
Does anyone have a sample that I can use as a "Relational" method other than "SSAS"?
If it can be used with MySQL, it will be the deciding reason for me to buy this product.
Please help me.