Data analysis is easy to use. xml configuration is used for data query display and analysis. It is suitable for comprehensive data analysis presentation and data record and export. It mainly implements the following functions:
- Comprehensive data query and list display (the list title supports merging and sorting; row data supports displaying parent-child relations of data and merging of Columns with the same data; physical and logical paging is supported; supports Calculation of row and footer)
- Detailed data tab display (detailed information can be divided into basic information, subinformation list, etc. for comprehensive display)
- WYSIWYG or custom Excel output
- Chart display of WYSIWYG data
- Supports basic ETL (extraction, conversion, and loading) functions.
- The preceding page implementation templates (C # ASP. NET and JSP) are available.Source code)
- Allows you to query, detail, export, and supplement the above functions.
The function of the data analysis platform is implemented through xml configuration. The main features include:
- This platform only provides a framework for data presentation, analysis, record-filling, and export. The specific data sources, as well as their output and input are all configured in XML format, enabling custom data presentation and analysis.
- Data sources on this platform support databases (SQL statements are formed based on the configured table or data is obtained from the stored procedure), XML files (XML files or XML data obtained from URL addresses)
- This platform supports heterogeneous data (for example, data from different tabs can be displayed from different data sources, or even data in the same tab can be displayed through interfaces)
About the provided SourceCodeUsage and secondary development tips:
- Source code mainly consists of three projects: myquery. Web (PAGE), myquery. Bal (business logic), and myquery. Dal (Data Access and entity class ).
Contact: Jia Shiyi Tel: 15832292227 QQ: 914734554 MSN: jsyhello@hotmail.com Email: jsyhello@gmail.com
Please try it out.