How create report with more dimension data?

Answered
shuwei asked on October 8, 2021

I used flexmonster control in vue project.
I have on base data table and several dimension data tables in my database, the dimension with a few levels.
All my data is json file, so I can read all data file to create report datasource.
How can I create the report object with them ?
In examples could not view the detail of the datasource .
Whether all the datafields in dimensions must be required in base data table?
whether must user olap datasource or create cube datasource?
How can create it?
Thanks a lot.

2 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 11, 2021

Hello,
 
Thank you for reaching out to us.
 
If we understand correctly, you have several data sets represented as JSON files. Your requirement is to define how the data sets are structured, including dimensions and their levels.
 
If so, we suggest checking out our documentation on the Mapping Object. It allows defining various aspects of the data set, including fields' data types, multilevel hierarchies (dimensions), etc.
Here is the JSFiddle demonstrating how to properly define multilevel hierarchies using the `mapping` object: Configure multilevel hierarchies - JSFiddle.
 
Please let us know if it helps.
If we did not understand your requirements correctly, please provide additional details/demonstration of the desired result.
 
Looking forward to hearing from you.
 
Regards,
Illia

Public
shuwei October 13, 2021

I have received.
Thank you very much.
Let me try, and if I have any questions, keep submitting.

Please login or Register to Submit Answer