CN111752999A - Configured report generation system and method - Google Patents
Configured report generation system and method Download PDFInfo
- Publication number
- CN111752999A CN111752999A CN202010607302.0A CN202010607302A CN111752999A CN 111752999 A CN111752999 A CN 111752999A CN 202010607302 A CN202010607302 A CN 202010607302A CN 111752999 A CN111752999 A CN 111752999A
- Authority
- CN
- China
- Prior art keywords
- report
- data
- configuration
- configuring
- module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/186—Templates
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention provides a system and a method for generating a configured report, which comprises the following steps: the report data configuration module is used for configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths; the report analysis module is used for analyzing the configured report data; and the report drawing and displaying module is used for drawing the report according to the analysis result in a preset drawing mode, generating a report configuration total template and displaying the report configuration total template. The report development is realized in an interface configuration mode, and only configuration needs to be modified when the report is modified, and a system does not need to be released again; developers can put the center of gravity on report business and release from complicated report page drawing; the report development period is shortened, and the customized requirements of customers can be completed in a short time; report version control of different enterprises can be realized; and realizing report standardization management.
Description
Technical Field
The invention relates to the technical field of report configuration, in particular to a configured report generation system and a configured report generation method.
Background
At present, the number of report demands of enterprises is thousands, the traditional development mode needs to develop report logics and draw report interfaces for each report independently, the development period is long, the efficiency is low, and any modification needs to modify source codes and re-distribute a system.
Disclosure of Invention
The invention aims to provide a configured report generation system and a configured report generation method, and aims to solve the problems that in the prior art, the number of report demands of an enterprise is thousands, the traditional development mode needs to develop report logic and draw a report interface for each report independently, the development period is long, the efficiency is low, and any modification needs to modify a source code and re-distribute a system.
To solve the above technical problem, the present invention provides a configured report generating system, which includes:
the report data configuration module is used for configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
the report analysis module is used for analyzing the configured report data;
and the report drawing and displaying module is used for drawing the report according to the analysis result in a preset drawing mode, generating a report configuration total template and displaying the report configuration total template.
Optionally, the report data configuration module is configured to perform basic information configuration, data source configuration, parameter configuration, grouping information configuration, column information configuration, and head and tail configuration.
Optionally, the report data configuration module is configured to perform data source configuration in two ways, namely SQL and URL, when performing data source configuration, and support a dynamic SQL statement function when performing data source configuration in the SQL; based on the SyntaxHighlighter technology, highlighting prompt and code prompt of SQL statements are carried out, and LocalStorage technology is adopted to store historical traces.
Optionally, the report data configuration module is configured to support the following functions when performing parameter configuration: supporting at least one of seven display types of a radio box, a multi-selection box, a drop-down search box, an input box, a self-defined plug-in and a hidden control; at least one of SQL and key value pair data source categories is supported; supporting dependent transfer between parameters; embedding a metadata expression and a function expression, and supporting function nesting; opening a standard interface, and integrating a custom plug-in based on the interface; setting of a parameter display format is supported; adjustment of the order between the parameters is supported.
Optionally, the report data configuration module is configured to, when performing grouping information configuration, support the following functions: support for multi-level grouping; at least one of four grouped contents of text display, expression, SQL and statistical column is supported; embedding a metadata expression and a function expression, and supporting function nesting; packet location setting is supported.
Optionally, the report data configuration module is configured to support the following functions when configuring the basic information: the name, paper style, table style, additional attribute and remark information of the report can be configured;
the report data configuration module is used for supporting the following functions when configuring the column information: intelligently deducing column data type and column name information; based on a visual dragging technology, column width adjustment is realized; providing a JavaScript-like grammar, wherein the editable script at least carries out condition setting on the color of the column, whether the style is bold, underlined, italic and background color; providing at least one of direct display, display according to precision and display according to format; supporting selection whether overflow is line feed or not; column names and column data style setting are supported; the method comprises the steps of supporting adjustment of a displayed column in a checking mode and supporting adjustment of the front position and the rear position of the column;
the report data configuration module is used for supporting the following functions when configuring the head and the tail of the report: respectively setting a header statistic item, a footer statistic item and a footer statistic item; the content supports at least one of text display, expression and SQL; embedding a metadata expression and a function expression, and supporting function nesting; supporting the position setting.
Optionally, the report parsing module is configured to, in the process of parsing the report template, adopt the following manner: adopting token bucket current limiting technology; setting an upper limit of analysis data according to the server parameter index; adopting a JavaScript engine to analyze at least one of the metadata expression, the function expression and the parameter; at least one of a factory mode, a strategy mode and a command mode is adopted to organize codes; based on the thread pool technology, performing parallel analysis on the report; generating a report analysis result based on the Json structure; supporting cluster deployment and distributed deployment.
Optionally, the report drawing and displaying module is configured to, when the report is drawn, adopt the following mode: providing at least one drawing mode of PDF, HTML, Excel and CSV, wherein PDF drawing is carried out based on an itext technology, Excel drawing is carried out based on a poi technology, and CSV drawing is carried out based on a javacCV technology; drawing by adopting a simple factory design mode; and the report drawing and displaying module is used for realizing the compatibility of browsers of different versions based on the Babel technology when displaying the report.
Optionally, the system further comprises a report management module, configured to implement the following functions: supporting to make a report template, and rapidly configuring a report according to the template; based on the relational database technology, performing structured storage on report metadata; exporting the report metadata information into a Json structure to realize the migration of the report among different system environments; directly importing the exported report Json structure into a system; realizing online release and stop report forms; carrying out authority management on the report; and backing up report metadata.
In order to solve the above technical problem, the present invention further provides a configured report generating method, including:
configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
analyzing the configured report data;
and drawing the report according to the analysis result in a preset drawing mode to generate a report configuration total template, and displaying the report configuration total template.
Advantageous effects
The invention provides a system and a method for generating a configured report, wherein the system for generating the configured report comprises the following steps:
the report data configuration module is used for configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
the report analysis module is used for analyzing the configured report data;
and the report drawing and displaying module is used for drawing the report according to the analysis result in a preset drawing mode, generating a report configuration total template and displaying the report configuration total template.
Through the above configured report generation system, there are the following two ways when reading data: the first is writing SQL statement, reading data from database; the second is used for scenes that SQL cannot be written out, such as some reports with analysis classes, developers can write by java, an interface is opened, an interface path, namely RESTful API, is configured in report configuration, and the requirements for configuration of various reports of medical institutions can be met; the configured report generation system provided by the invention realizes report development in an interface configuration mode, only configuration needs to be modified when the report is modified, and the system does not need to be released again; developers can put the center of gravity on report business and release from complicated report page drawing; the report development period is shortened, and the customized requirements of customers can be completed in a short time; report version control of different enterprises can be realized; and realizing report standardization management.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic diagram of a configured report generation system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a report configuration interface according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a configured report generating method according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
This embodiment will provide a configured report generating system, referring to fig. 1 and fig. 2, the configured report generating system includes:
the report data configuration module is used for configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
the report analysis module is used for analyzing the configured report data;
and the report drawing and displaying module is used for drawing the report according to the analysis result in a preset drawing mode, generating a report configuration total template and displaying the report configuration total template. When the report form is used by a subsequent user, a required report form can be configured on the general template according to the requirement of the user.
Through the above configured report generation system, there are the following two ways when reading data: the first is writing SQL statement, reading data from database; the second is used for scenes that SQL cannot be written out, such as some reports with analysis classes, developers can write by java, an interface is opened, an interface path, namely RESTful API, is configured in report configuration, and the requirements for configuration of various reports of medical institutions can be met; the configured report generation system provided by the invention realizes report development in an interface configuration mode, only configuration needs to be modified when the report is modified, and the system does not need to be released again; developers can put the center of gravity on report business and release from complicated report page drawing; the report development period is shortened, and the customized requirements of customers can be completed in a short time; report version control of different enterprises can be realized; and realizing report standardization management.
Optionally, the report data configuration module is configured to perform basic information configuration, data source configuration, parameter configuration, grouping information configuration, column information configuration, and header and footer configuration.
Optionally, the report data configuration module is configured to support the following functions when configuring the basic information: the method can configure the contents of the name, the paper style, the form style, the producer style, the production time style, the page number style, the output type, the name of a download file, a data source, the report parameters, column information, the head and the tail of the table and the like of the report.
Optionally, the report data configuration module is configured to support the following functions when configuring the basic information: the name, paper style, table style, additional attribute and remark information of the report can be configured.
Optionally, the report data configuration module is configured to perform data source configuration in two ways, namely SQL and URL, and support a dynamic SQL statement function when performing data source configuration in SQL, so as to provide functions of an < if > tag, parameter reference, and the like, thereby greatly enhancing flexibility of data source configuration; based on the SyntaxHighlighter technology, highlight prompt and code prompt of SQL statements are carried out, and LocalStorage technology is adopted to store history traces, so that historical records can be conveniently inquired.
Optionally, the report data configuration module is configured to support the following functions when performing parameter configuration: supporting at least one of seven display types of a radio box, a multi-selection box, a drop-down search box, an input box, a self-defined plug-in and a hidden control; at least one of SQL and key value pair data source categories is supported; supporting dependent transfer between parameters; embedding a metadata expression and a function expression, and supporting function nesting; opening a standard interface, and integrating a custom plug-in based on the interface; setting of a parameter display format is supported; adjustment of the order between the parameters is supported.
For example, when setting parameters, for convenient user operation, 3 time plug-ins are provided for the user to select, which are respectively: date time, date, time. Selecting date and time, wherein the user needs to select year, month, day, hour, minute and second; selecting a date plug-in, wherein the user needs to select the year, month and day; selecting the time plug-in, the user needs to select the hour, minute and second.
The linkage parameters can be set as required, namely, the selectable value of the parameter 2 can change along with the change of the value of the parameter 1. Specific hidden parameters can be set according to needs and used for obtaining the value of certain login information.
Optionally, the report data configuration module is configured to, when performing grouping information configuration, support the following functions: support for multi-level grouping; at least one of four grouped contents of text display, expression, SQL and statistical column is supported; embedding a metadata expression and a function expression, and supporting function nesting; packet location setting is supported. And setting grouping information for grouping statistics.
Optionally, the report data configuration module is configured to support the following functions when configuring the column information: the information such as column data types and column names is intelligently inferred, and the configuration efficiency is improved; based on a visual dragging technology, column width adjustment is realized; providing a JavaScript-like grammar, wherein the editable script at least carries out condition setting on the color of the column, whether the style is bold, underlined, italic and background color; providing at least one of direct display, display according to precision and display according to format; supporting selection whether overflow is line feed or not; column names and column data style setting are supported; the method supports the adjustment of the displayed columns in a checking mode and supports the adjustment of the front and rear positions of the columns.
Optionally, the report data configuration module is configured to support the following functions when performing configuration of a header and a footer of the table: respectively setting a header statistic item, a footer statistic item and a footer statistic item; the content supports at least one of text display, expression and SQL; embedding a metadata expression and a function expression, and supporting function nesting; supporting the position setting.
Optionally, the report parsing module is configured to, in the process of parsing the report template, adopt the following method: the token bucket flow limiting technology is adopted to prevent the memory overflow caused by excessive requests; setting an upper limit of analytic data according to the parameter index of the server, and preventing the memory overflow caused by overlarge report data amount; adopting a JavaScript engine to analyze at least one of the metadata expression, the function expression and the parameter; at least one of a factory mode, a strategy mode and a command mode is adopted to organize codes, so that the codes have good expansibility and maintainability; based on the thread pool technology, the report is analyzed in parallel, and the analysis performance is improved; generating a report analysis result based on the Json structure, and transmitting the report analysis result to a report drawing and displaying module for drawing; and cluster deployment and distributed deployment are supported, and performance bottleneck caused by high concurrency is avoided.
Optionally, the report drawing and displaying module is configured to, when the report is drawn, adopt the following mode: providing at least one drawing mode of PDF, HTML, Excel and CSV, wherein PDF drawing is carried out based on an itext technology, Excel drawing is carried out based on a poi technology, and CSV drawing is carried out based on a javacCV technology; a simple factory design mode is adopted for drawing, so that the drawing mode has good expansibility; and the report drawing and displaying module is used for realizing the compatibility of browsers of different versions based on the Babel technology when displaying the report.
Optionally, the system further comprises a report management module, configured to implement the following functions: supporting to make a report template, and rapidly configuring a report according to the template; based on the relational database technology, performing structured storage on report metadata; exporting the report metadata information into a Json structure to realize the migration of the report among different system environments; directly importing the exported report Json structure into a system; realizing online release and stop report forms; realizing authority management of the report; report metadata can be backed up periodically.
Through the authority management mode, the user can only modify the report forms created by the user, and the report forms created by other people cannot be modified and stored, so that the safety is improved.
Optionally, the configured report generation system provided in this embodiment implements configuration and maintenance of each report according to user requirements, including report text style, report page style, report configuration, report query, and the like. The report character style includes realizing the maintenance of the data of the character fonts of the report, including character fonts, character sizes, character colors, whether the characters are thickened, character underlines and the like, and the main operations include data addition, deletion, modification, inquiry and data storage. The report page style comprises data maintenance of report paper style, including paper size, paper direction, four side distances from top to bottom, left to right and the like, and main operations comprise data addition, deletion, modification, query and data storage. The report configuration is to realize the maintenance of report data, including main data source, parameter configuration, grouping information configuration, column information configuration, header and footer information configuration, text style configuration, release path, etc., and the main operations include: selecting the existing report form/the newly-built report form, adding, deleting, modifying, inquiring and storing the data. The method can realize the module path configuration of the published report, and the main operation comprises the selection of a module needing configuration; data addition, deletion, modification, query and data storage. The method can realize the check of the published report, and the main operations comprise selecting a specific report and inquiring data.
Optionally, the configured report generation system provided in this embodiment is based on a B/S architecture, and the client computer can be directly used after installing the chrome browser.
The embodiment also provides a configured report generation method, including:
configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
analyzing the configured report data;
and drawing the report according to the analysis result in a preset drawing mode to generate a report configuration total template, and displaying the report configuration total template. When the report form is used by a subsequent user, a required report form can be configured on the general template according to the requirement of the user.
Referring to fig. 3, in fig. 3, report data is configured, in the configuration process, metadata is stored, permission configuration is performed, reading of data from a database is achieved by writing an SQL statement, and server data is read by configuring a RESTful API path; and then, report analysis, report drawing (drawing modes such as PDF and Excel can be realized), and report display (functions of web display, download support, printing support and the like can be realized).
By the above configured report generation method, there are the following two ways when reading data: the first is writing SQL statement, reading data from database; the second is used for scenes that SQL cannot be written out, such as some reports with analysis classes, developers can write by java, an interface is opened, an interface path, namely RESTful API, is configured in report configuration, and the requirements for configuration of various reports of medical institutions can be met; the configured report generation method provided by the invention realizes report development in an interface configuration mode, only configuration needs to be modified when the report is modified, and a system does not need to be released again; developers can put the center of gravity on report business and release from complicated report page drawing; the report development period is shortened, and the customized requirements of customers can be completed in a short time; report version control of different enterprises can be realized; and realizing report standardization management.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and additions can be made without departing from the principle of the present invention, and these should also be considered as the protection scope of the present invention.
Claims (10)
1. A configured report generating system, comprising:
the report data configuration module is used for configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
the report analysis module is used for analyzing the configured report data;
and the report drawing and displaying module is used for drawing the report according to the analysis result in a preset drawing mode, generating a report configuration total template and displaying the report configuration total template.
2. The configured report generating system according to claim 1, wherein the report data configuring module is configured to perform basic information configuration, data source configuration, parameter configuration, grouping information configuration, column information configuration, and header and footer configuration.
3. The configured report generation system according to claim 2, wherein the report data configuration module is configured to configure the data source in SQL and URL modes when configuring the data source, and support the dynamic SQL statement function when configuring the data source in SQL; based on the SyntaxHighlighter technology, highlighting prompt and code prompt of SQL statements are carried out, and LocalStorage technology is adopted to store historical traces.
4. The configured report generating system according to claim 2, wherein the report data configuring module is configured to support the following functions when performing parameter configuration: supporting at least one of seven display types of a radio box, a multi-selection box, a drop-down search box, an input box, a self-defined plug-in and a hidden control; at least one of SQL and key value pair data source categories is supported; supporting dependent transfer between parameters; embedding a metadata expression and a function expression, and supporting function nesting; opening a standard interface, and integrating a custom plug-in based on the interface; setting of a parameter display format is supported; adjustment of the order between the parameters is supported.
5. The configured report generating system according to claim 2, wherein the report data configuring module is configured to support the following functions when configuring the grouping information: support for multi-level grouping; at least one of four grouped contents of text display, expression, SQL and statistical column is supported; embedding a metadata expression and a function expression, and supporting function nesting; packet location setting is supported.
6. The configured report generating system according to claim 2, wherein the report data configuring module is configured to support the following functions when configuring the basic information: the name, paper style, table style, additional attribute and remark information of the report can be configured;
the report data configuration module is used for supporting the following functions when configuring the column information: intelligently deducing column data type and column name information; based on a visual dragging technology, column width adjustment is realized; providing a JavaScript-like grammar, wherein the editable script at least carries out condition setting on the color of the column, whether the style is bold, underlined, italic and background color; providing at least one of direct display, display according to precision and display according to format; supporting selection whether overflow is line feed or not; column names and column data style setting are supported; the method comprises the steps of supporting adjustment of a displayed column in a checking mode and supporting adjustment of the front position and the rear position of the column;
the report data configuration module is used for supporting the following functions when configuring the head and the tail of the report: respectively setting a header statistic item, a footer statistic item and a footer statistic item; the content supports at least one of text display, expression and SQL; embedding a metadata expression and a function expression, and supporting function nesting; supporting the position setting.
7. The configured report generating system according to any of claims 1 to 6, wherein the report parsing module is configured to, in the process of parsing the report template, adopt the following method: adopting token bucket current limiting technology; setting an upper limit of analysis data according to the server parameter index; adopting a JavaScript engine to analyze at least one of the metadata expression, the function expression and the parameter; at least one of a factory mode, a strategy mode and a command mode is adopted to organize codes; based on the thread pool technology, performing parallel analysis on the report; generating a report analysis result based on the Json structure; supporting cluster deployment and distributed deployment.
8. The configured report generating system according to any of claims 1 to 6, wherein the report drawing and displaying module is configured to, when drawing a report, adopt the following method: providing at least one drawing mode of PDF, HTML, Excel and CSV, wherein PDF drawing is carried out based on an itext technology, Excel drawing is carried out based on a poi technology, and CSV drawing is carried out based on a javacCV technology; drawing by adopting a simple factory design mode; and the report drawing and displaying module is used for realizing the compatibility of browsers of different versions based on the Babel technology when displaying the report.
9. The configured report generating system according to any of claims 1 to 6, further comprising a report managing module for implementing the following functions: supporting to make a report template, and rapidly configuring a report according to the template; based on the relational database technology, performing structured storage on report metadata; exporting the report metadata information into a Json structure to realize the migration of the report among different system environments; directly importing the exported report Json structure into a system; realizing online release and stop report forms; carrying out authority management on the report; and backing up report metadata.
10. A configured report generation method is characterized by comprising the following steps:
configuring report data, reading data from a database by writing SQL statements in the configuration process, and reading server data by configuring RESTful API paths;
analyzing the configured report data;
and drawing the report according to the analysis result in a preset drawing mode to generate a report configuration total template, and displaying the report configuration total template.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010607302.0A CN111752999A (en) | 2020-06-30 | 2020-06-30 | Configured report generation system and method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010607302.0A CN111752999A (en) | 2020-06-30 | 2020-06-30 | Configured report generation system and method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111752999A true CN111752999A (en) | 2020-10-09 |
Family
ID=72678043
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010607302.0A Withdrawn CN111752999A (en) | 2020-06-30 | 2020-06-30 | Configured report generation system and method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111752999A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112363722A (en) * | 2020-10-27 | 2021-02-12 | 深圳市明源云科技有限公司 | Designer of list page |
CN112905558A (en) * | 2020-12-30 | 2021-06-04 | 银盛通信有限公司 | Report system implementation method and system based on database configuration |
CN113535713A (en) * | 2021-06-08 | 2021-10-22 | 浪潮软件股份有限公司 | System-type resident family economic condition checking report generation method |
CN113779941A (en) * | 2021-09-08 | 2021-12-10 | 无锡艾布斯智能科技发展有限公司 | Configurable dynamic report generation device, system and method |
CN113900656A (en) * | 2021-09-24 | 2022-01-07 | 紫金诚征信有限公司 | Java-based multi-file data report concurrent analysis method and device and computer medium |
CN114253630A (en) * | 2021-12-23 | 2022-03-29 | 上海新炬网络信息技术股份有限公司 | Method for realizing log storage by modifying Form change information based on Java section |
CN114282503A (en) * | 2022-03-04 | 2022-04-05 | 中铁第一勘察设计院集团有限公司 | Method, system and storage medium for generating technical record book of railway communication equipment |
-
2020
- 2020-06-30 CN CN202010607302.0A patent/CN111752999A/en not_active Withdrawn
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112363722A (en) * | 2020-10-27 | 2021-02-12 | 深圳市明源云科技有限公司 | Designer of list page |
CN112905558A (en) * | 2020-12-30 | 2021-06-04 | 银盛通信有限公司 | Report system implementation method and system based on database configuration |
CN113535713A (en) * | 2021-06-08 | 2021-10-22 | 浪潮软件股份有限公司 | System-type resident family economic condition checking report generation method |
CN113779941A (en) * | 2021-09-08 | 2021-12-10 | 无锡艾布斯智能科技发展有限公司 | Configurable dynamic report generation device, system and method |
CN113779941B (en) * | 2021-09-08 | 2023-07-25 | 无锡艾布斯智能科技发展有限公司 | Configurable dynamic report generation device, system and method |
CN113900656A (en) * | 2021-09-24 | 2022-01-07 | 紫金诚征信有限公司 | Java-based multi-file data report concurrent analysis method and device and computer medium |
CN114253630A (en) * | 2021-12-23 | 2022-03-29 | 上海新炬网络信息技术股份有限公司 | Method for realizing log storage by modifying Form change information based on Java section |
CN114253630B (en) * | 2021-12-23 | 2023-07-25 | 上海新炬网络信息技术股份有限公司 | Method for realizing log storage based on Java section modification Form change information |
CN114282503A (en) * | 2022-03-04 | 2022-04-05 | 中铁第一勘察设计院集团有限公司 | Method, system and storage medium for generating technical record book of railway communication equipment |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111752999A (en) | Configured report generation system and method | |
CN111178027B (en) | Report generation system and method based on online creation template and online specified data | |
US7720886B2 (en) | System for generating an information catalog | |
US7370271B2 (en) | Methods and apparatus for generating a spreadsheet report template | |
US8386916B2 (en) | Systems and methods to create a multidimensional expression calculated member in a spreadsheet cell | |
US20070061698A1 (en) | Designating, setting and discovering parameters for spreadsheet documents | |
JP2020504889A (en) | Software application development based on spreadsheets | |
US20040237030A1 (en) | System and method of implementing calculation fields in an electronic form | |
US20040237040A1 (en) | System and method of processing an electronic form using layered aspects | |
US11556702B2 (en) | Orchestration of crud operations for a hierarchical web service data model in a spreadsheet | |
CN103324731A (en) | Method and device for converting spreadsheet file into web format file | |
CN106469140A (en) | A kind of report generating system and its method | |
US20050234886A1 (en) | Report designer tool and method | |
CN106354483B (en) | Data processing method and device and electronic equipment | |
US11868598B2 (en) | Generating and modifying content using data structures | |
CN109710250A (en) | It is a kind of for constructing the visualization engine system and method for user interface | |
CN115934716A (en) | Method for importing Excel table data into database based on metadata definition and implementation | |
US7856428B2 (en) | Method, computer program product and device for importing a plurality of data sets into a system | |
KR102499832B1 (en) | An online report creation system with query binding function | |
US7805452B2 (en) | Data processing device and data processing method | |
CN118259907A (en) | Form generation method and device | |
CN117726178A (en) | MPP-based method and system for inquiring service indexes of air control data marts | |
CN112711404A (en) | Method for generating special topic webpage template once and automatically releasing special topic webpage | |
CN119577274B (en) | A page generation and updating method | |
CN120428975A (en) | Report management system and report making method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20201009 |