CN109543169B - Report processing method and device - Google Patents

Report processing method and device Download PDF

Info

Publication number
CN109543169B
CN109543169B CN201811415941.6A CN201811415941A CN109543169B CN 109543169 B CN109543169 B CN 109543169B CN 201811415941 A CN201811415941 A CN 201811415941A CN 109543169 B CN109543169 B CN 109543169B
Authority
CN
China
Prior art keywords
data item
field
report
statistical
target
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.)
Active
Application number
CN201811415941.6A
Other languages
Chinese (zh)
Other versions
CN109543169A (en
Inventor
赖文文
王纯斌
赵神州
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Sefon Software Co Ltd
Original Assignee
Chengdu Sefon Software Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Chengdu Sefon Software Co Ltd filed Critical Chengdu Sefon Software Co Ltd
Priority to CN201811415941.6A priority Critical patent/CN109543169B/en
Publication of CN109543169A publication Critical patent/CN109543169A/en
Application granted granted Critical
Publication of CN109543169B publication Critical patent/CN109543169B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the application provides a report processing method and device, firstly, a data report to be processed is obtained, wherein the data report comprises report data under each original data item under a plurality of statistical fields. And then, responding to a first user configuration operation, and determining a statistical field to be matched in a plurality of statistical fields and a mapping relation between the statistical field to be matched and a target statistical field in preset grouping configuration information. And finally, converting the statistical field to be matched into a target statistical field in preset grouping configuration information according to the mapping relation, and converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report. Therefore, each original data item under the target statistics field in the data report can be automatically converted, so that different statistics requirements are met, meanwhile, the manual operation workload is reduced greatly, and statistics data errors caused by misoperation are avoided.

Description

Report processing method and device
Technical Field
The application relates to the technical field of computers, in particular to a report processing method and device.
Background
At present, due to different statistics habits of different data statistics departments, habitual item naming is often used for some data items during statistics, but other naming is often required to be unified during actual statistics demands, and at this time, in order to adapt to other statistics demands, users are required to re-edit the data items related to the data report according to the other statistics demands, and adjust the data under the related data items so as to meet the other statistics demands. However, the manual operation workload is large, misoperation is easy to occur, statistical data errors are caused, and timely correction is extremely difficult.
Disclosure of Invention
In order to overcome the above-mentioned shortcomings in the prior art, an object of the present application is to provide a report processing method and apparatus, so as to solve or improve the above-mentioned problems.
In order to achieve the above purpose, the technical solution adopted in the embodiment of the present application is as follows:
in a first aspect, an embodiment of the present application provides a report processing method, which is applied to an electronic device, where the method includes:
acquiring a data report to be processed, wherein the data report comprises report data under each original data item under a plurality of statistical fields;
responding to a first user configuration operation, and determining a statistical field to be matched in the plurality of statistical fields and a mapping relation between the statistical field to be matched and a target statistical field in preset grouping configuration information;
converting the statistical field to be matched into a target statistical field in the preset grouping configuration information according to the mapping relation;
and converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report.
Optionally, before the step of acquiring the data report to be processed, the method further includes:
and responding to a second user configuration operation, and configuring the preset grouping configuration information.
Optionally, the step of configuring the preset packet configuration information in response to a second user configuration operation includes:
and configuring a plurality of packet columns and packet names and packet information of each packet column in response to a second user configuration operation, wherein the packet information comprises packet values and corresponding respective basic fields.
Optionally, the step of converting the statistics field to be matched into the target statistics field in the preset packet configuration information according to the mapping relationship includes:
searching a group column with a mapping relation with the statistic field to be matched from the preset group configuration information, and converting the statistic field to be matched into a group name of the group column.
Optionally, the step of converting each original data item in the target statistics field into a corresponding target data item according to the preset packet configuration information to obtain a processed data report includes:
for each original data item under the target statistics field, matching the original data item with each basic field of the corresponding packet column;
when the original data item is matched with any one basic field, taking the grouping value corresponding to the basic field as a target data item for replacing the original data item, so as to obtain a target data item of each original data item;
converting each original data item into a corresponding target data item;
and merging the report data under the same target data item to obtain the processed data report.
In a second aspect, an embodiment of the present application further provides a report processing apparatus, which is applied to an electronic device, where the apparatus includes:
the acquisition module is used for acquiring a data report to be processed, wherein the data report comprises report data under each original data item under a plurality of statistical fields;
the determining module is used for responding to the first user configuration operation, and determining the statistical field to be matched in the plurality of statistical fields and the mapping relation between the statistical field to be matched and the target statistical field in the preset grouping configuration information;
the first conversion module is used for converting the statistical field to be matched into a target statistical field in the preset grouping configuration information according to the mapping relation;
and the second conversion module is used for converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report.
In a third aspect, embodiments of the present application further provide a readable storage medium having a computer program stored thereon, where the computer program when executed implements the report processing method described above.
Compared with the prior art, the application has the following beneficial effects:
the embodiment of the application provides a report processing method and device, firstly, a data report to be processed is obtained, wherein the data report comprises report data under each original data item under a plurality of statistical fields. And then, responding to a first user configuration operation, and determining a statistical field to be matched in a plurality of statistical fields and a mapping relation between the statistical field to be matched and a target statistical field in preset grouping configuration information. And finally, converting the statistical field to be matched into a target statistical field in preset grouping configuration information according to the mapping relation, and converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report. Therefore, each original data item under the target statistics field in the data report can be automatically converted, so that different statistics requirements are met, meanwhile, the manual operation workload is reduced greatly, and statistics data errors caused by misoperation are avoided.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered limiting in scope, and that other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a report processing method according to an embodiment of the present application;
FIG. 2 is a second flowchart of a report processing method according to an embodiment of the present disclosure;
FIG. 3 is one of the functional block diagrams of the report processing apparatus according to the embodiment of the present application;
FIG. 4 is a second functional block diagram of a report processing apparatus according to an embodiment of the present disclosure;
fig. 5 is a schematic block diagram of an electronic device for implementing the report processing method according to the embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all, of the embodiments of the present application. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, based on the embodiments herein, which are within the scope of the protection of the present application, will be within the purview of one of ordinary skill in the art without the exercise of inventive faculty.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures.
Referring to fig. 1, a flow chart of a report processing method provided in the embodiment of the present application is shown, and it should be noted that the report processing method provided in the embodiment of the present application is not limited by the specific order shown in fig. 2 and the following. The method comprises the following specific processes:
step S210, a data report to be processed is obtained.
In this embodiment, the data report may include report data under each of the original data items under the plurality of statistical fields. For example, the statistics field may include province, sales quantity, etc., and each of the raw data items under province may include city, beijing, tianjin, shenzhen, etc.
Step S220, in response to the first user configuration operation, determines a statistical field to be matched in the plurality of statistical fields and a mapping relationship between the statistical field to be matched and a target statistical field in preset packet configuration information.
Optionally, before further describing step S220, a configuration manner of the preset packet configuration information is first described below with reference to fig. 2, and referring to fig. 2, the method may include the following steps:
step S209, in response to the second user configuration operation, configures the preset packet configuration information.
In an alternative embodiment, the plurality of packet columns may be configured in response to a second user configuration operation, along with a packet name and packet information for each packet column, the packet information including a packet value and corresponding respective base fields. For example, a grouping name of one grouping column may be configured as a large area, and grouping values are southwest, northwest, middle, south, north and east, respectively, and corresponding respective basic fields are southwest, northwest, middle, south, north and east, respectively.
On the basis of the above, after receiving the first user configuration operation, determining a statistical field to be matched in the plurality of statistical fields and a mapping relationship between the statistical field to be matched and a target statistical field in preset packet configuration information. For example, still taking the above example as an example, it may be determined that a statistical field to be matched in the plurality of statistical fields is "province city", and then a mapping relationship between the statistical field to be matched "province city" and a target statistical field "large area" in the preset packet configuration information is established.
Step S230, converting the statistic field to be matched into a target statistic field in the preset packet configuration information according to the mapping relationship.
As an implementation manner, a packet column having a mapping relation with the statistics field to be matched may be searched from the preset packet configuration information, and the statistics field to be matched is converted into a packet name of the packet column. For example, still taking the above example as an example, a packet column having a mapping relationship with "province" may be searched for from the preset packet configuration information, and the statistics field to be matched may be converted into a packet name "large area" of the packet column.
Step S240, converting each original data item in the target statistics field into a corresponding target data item according to the preset packet configuration information, so as to obtain a processed data report.
As an embodiment, first, for each original data item under the target statistics field, the original data item may be matched with the respective base field of the corresponding packet column. For example, individual raw data items under "province" such as Sichuan province into City, beijing city, tianjin city, guangdong province Shenzhen city, etc. may be matched with individual provinces under southwest, northwest, china, south China, north China, and east China.
Then, when the original data item matches any one of the basic fields, the grouping value corresponding to the basic field is used as a target data item for replacing the original data item, so as to obtain a target data item of each original data item. For example, when the original data item "capital city in Sichuan province" matches the basic field "capital city in Sichuan province" or "capital city" or "great-paste city" or the like, the basic field "capital city in Sichuan province" or "capital city" or "great-paste city" or the like is used as the target data item for replacing the original data item, so as to obtain the target data item of each original data item "capital city in Sichuan province".
Each original data item is then converted into a corresponding target data item. For example, "Sichuan province into city" is converted into "southwest region".
And finally, merging the report data under the same target data item to obtain the processed data report. For example, in the above steps, "si chuan into city" is converted into "southwest region", and "Chongqing city" is converted into "southwest region", and at this time, two pieces of data of "southwest region" appear in the data report, at this time, the two pieces of data of "southwest region" are combined, so as to obtain the processed data report.
Based on the design, the method and the device can automatically convert each original data item under the target statistical field in the data report, thereby meeting different statistical requirements, reducing large manual operation workload and avoiding statistical data errors caused by misoperation.
Further, referring to fig. 3, the embodiment of the present application further provides a report processing apparatus 200, where the report processing apparatus 200 may include:
an obtaining module 210, configured to obtain a data report to be processed, where the data report includes report data under each original data item under a plurality of statistical fields;
a determining module 220, configured to determine, in response to a first user configuration operation, a statistical field to be matched in the plurality of statistical fields and a mapping relationship between the statistical field to be matched and a target statistical field in preset packet configuration information;
a first conversion module 230, configured to convert the statistics field to be matched into a target statistics field in the preset packet configuration information according to the mapping relationship;
and the second conversion module 240 is configured to convert each original data item in the target statistics field into a corresponding target data item according to the preset packet configuration information, so as to obtain a processed data report.
In one possible embodiment, referring further to fig. 4, the apparatus may further include:
a configuration module 209, configured to configure the preset packet configuration information in response to a second user configuration operation.
In one possible implementation, the configuration module 209 configures the preset packet configuration information by:
and configuring a plurality of packet columns and packet names and packet information of each packet column in response to a second user configuration operation, wherein the packet information comprises packet values and corresponding respective basic fields.
In a possible implementation manner, the first conversion module 230 may convert the statistics to be matched field into the target statistics field in the preset packet configuration information by:
searching a group column with a mapping relation with the statistic field to be matched from the preset group configuration information, and converting the statistic field to be matched into a group name of the group column.
In one possible implementation, the second conversion module 240 may obtain the processed data report by:
for each original data item under the target statistics field, matching the original data item with each basic field of the corresponding packet column;
when the original data item is matched with any one basic field, taking the grouping value corresponding to the basic field as a target data item for replacing the original data item, so as to obtain a target data item of each original data item;
converting each original data item into a corresponding target data item;
and merging the report data under the same target data item to obtain the processed data report.
It can be understood that the specific operation method of each functional module in this embodiment may refer to the detailed description of the corresponding steps in the above method embodiment, and the detailed description is not repeated here.
Further, referring to fig. 5, a schematic block diagram of an electronic device 100 for the report processing method according to the embodiment of the present application is provided. In this embodiment, the electronic device 100 may be implemented by a bus 110 as a general bus architecture. The bus 110 may include any number of interconnecting buses and bridges depending on the specific application of the electronic device 100 and the overall design constraints. Bus 110 connects together various circuits including processor 120, storage medium 130, and bus interface 140. Alternatively, the electronic device 100 may connect a network adapter 150 or the like via the bus 110 using the bus interface 140. The network adapter 150 may be used to implement signal processing functions of a physical layer in the electronic device 100, and to implement transmission and reception of radio frequency signals through an antenna. The user interface 160 may connect to external devices such as: a keyboard, a display, a mouse or a joystick, etc. The bus 110 may also connect various other circuits such as timing sources, peripherals, voltage regulators, or power management circuits, which are well known in the art, and therefore, will not be described in detail.
Alternatively, the electronic device 100 may also be configured as a general-purpose processing system, e.g., commonly referred to as a chip, comprising: one or more microprocessors that provide processing functionality, and an external memory that provides at least a portion of storage medium 130, all of which are coupled together with other support circuitry via an external bus architecture.
Alternatively, the electronic device 100 may be implemented using the following: an ASIC (application specific integrated circuit) having a processor 120, a bus interface 140, a user interface 160; and at least a portion of the storage medium 130 integrated in a single chip, or the electronic device 100 may be implemented using: one or more FPGAs (field programmable gate arrays), PLDs (programmable logic devices), controllers, state machines, gate logic, discrete hardware components, any other suitable circuitry, or any combination of circuitry capable of performing the various functions described throughout this application.
Wherein the processor 120 is responsible for managing the bus 110 and general processing, including the execution of software stored on the storage medium 130. Processor 120 may be implemented using one or more general-purpose processors and/or special-purpose processors. Examples of processor 120 include a microprocessor, microcontroller, DSP processor, and other circuitry capable of executing software. Software should be construed broadly to mean instructions, data, or any combination thereof, whether referred to as software, firmware, middleware, microcode, hardware description language, or otherwise.
Storage medium 130 is shown in fig. 5 as separate from processor 120, however, it will be readily apparent to those skilled in the art that storage medium 130, or any portion thereof, may be located external to electronic device 100. Storage medium 130 may include, for example, a transmission line, a carrier wave modulated with data, and/or a computer product separate from the wireless node, all of which may be accessed by processor 120 through bus interface 140. Alternatively, the storage medium 130, or any portion thereof, may be integrated into the processor 120, such as, for example, a cache and/or general purpose registers.
The processor 120 may perform the above embodiment, and in particular, the storage medium 130 may store the report processing apparatus 200, and the processor 120 may be configured to execute the report processing apparatus 200.
Further, the embodiment of the application also provides a non-volatile computer storage medium, which stores computer executable instructions, and the computer executable instructions can execute the report processing method in any of the above method embodiments.
In summary, the embodiments of the present application provide a report processing method and apparatus, first, by acquiring a data report to be processed, where the data report includes report data under each original data item under a plurality of statistical fields. And then, responding to a first user configuration operation, and determining a statistical field to be matched in a plurality of statistical fields and a mapping relation between the statistical field to be matched and a target statistical field in preset grouping configuration information. And finally, converting the statistical field to be matched into a target statistical field in preset grouping configuration information according to the mapping relation, and converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report. Therefore, each original data item under the target statistics field in the data report can be automatically converted, so that different statistics requirements are met, meanwhile, the manual operation workload is reduced greatly, and statistics data errors caused by misoperation are avoided.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners as well. The apparatus and method embodiments described above are merely illustrative, for example, of the flowcharts and block diagrams in the figures that illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present application may be integrated together to form a single part, or each module may exist alone, or two or more modules may be integrated to form a single part.
Alternatively, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present application, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in or transmitted from one computer-readable storage medium to another, for example, by wired (e.g., coaxial cable, optical fiber, digital Subscriber Line (DSL)), or wireless (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as an electronic device, server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid State Disk (SSD)), etc.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.

Claims (6)

1. A report processing method, applied to an electronic device, the method comprising:
responding to a second user configuration operation, and configuring preset grouping configuration information;
the step of configuring preset grouping configuration information in response to the second user configuration operation comprises the following steps:
configuring a plurality of packet columns and packet names and packet information of each packet column in response to a second user configuration operation, wherein the packet information comprises packet values and corresponding basic fields;
acquiring a data report to be processed, wherein the data report comprises report data under each original data item under a plurality of statistical fields;
responding to a first user configuration operation, and determining a statistical field to be matched in the plurality of statistical fields and a mapping relation between the statistical field to be matched and a target statistical field in preset grouping configuration information;
converting the statistical field to be matched into a target statistical field in the preset grouping configuration information according to the mapping relation;
and converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report.
2. The report processing method according to claim 1, wherein the step of converting the statistical field to be matched into the target statistical field in the preset packet configuration information according to the mapping relation includes:
searching a group column with a mapping relation with the statistic field to be matched from the preset group configuration information, and converting the statistic field to be matched into a group name of the group column.
3. The report processing method according to claim 1 or 2, wherein the step of converting each original data item in the target statistics field into a corresponding target data item according to the preset packet configuration information to obtain a processed data report includes:
for each original data item under the target statistics field, matching the original data item with each basic field of the corresponding packet column;
when the original data item is matched with any one basic field, taking the grouping value corresponding to the basic field as a target data item for replacing the original data item, so as to obtain a target data item of each original data item;
converting each original data item into a corresponding target data item;
and merging the report data under the same target data item to obtain the processed data report.
4. A report processing apparatus, applied to an electronic device, comprising:
the configuration module is used for responding to the second user configuration operation and configuring preset grouping configuration information;
the configuration module configures the preset grouping configuration information by:
configuring a plurality of packet columns and packet names and packet information of each packet column in response to a second user configuration operation, wherein the packet information comprises packet values and corresponding basic fields;
the acquisition module is used for acquiring a data report to be processed, wherein the data report comprises report data under each original data item under a plurality of statistical fields;
the determining module is used for responding to the first user configuration operation, and determining the statistical field to be matched in the plurality of statistical fields and the mapping relation between the statistical field to be matched and the target statistical field in the preset grouping configuration information;
the first conversion module is used for converting the statistical field to be matched into a target statistical field in the preset grouping configuration information according to the mapping relation;
and the second conversion module is used for converting each original data item under the target statistical field into a corresponding target data item according to the preset grouping configuration information to obtain a processed data report.
5. The report processing apparatus of claim 4, wherein the first conversion module converts the statistics to be matched field into the target statistics in the preset packet configuration information by:
searching a group column with a mapping relation with the statistic field to be matched from the preset group configuration information, and converting the statistic field to be matched into a group name of the group column.
6. The report processing apparatus of claim 4 or 5, wherein the second conversion module obtains the processed data report by:
for each original data item under the target statistics field, matching the original data item with each basic field of the corresponding packet column;
when the original data item is matched with any one basic field, taking the grouping value corresponding to the basic field as a target data item for replacing the original data item, so as to obtain a target data item of each original data item;
converting each original data item into a corresponding target data item;
and merging the report data under the same target data item to obtain the processed data report.
CN201811415941.6A 2018-11-26 2018-11-26 Report processing method and device Active CN109543169B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811415941.6A CN109543169B (en) 2018-11-26 2018-11-26 Report processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811415941.6A CN109543169B (en) 2018-11-26 2018-11-26 Report processing method and device

Publications (2)

Publication Number Publication Date
CN109543169A CN109543169A (en) 2019-03-29
CN109543169B true CN109543169B (en) 2023-06-13

Family

ID=65849676

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811415941.6A Active CN109543169B (en) 2018-11-26 2018-11-26 Report processing method and device

Country Status (1)

Country Link
CN (1) CN109543169B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110427599A (en) * 2019-06-06 2019-11-08 北京辰森世纪科技股份有限公司 The statistical method and device of report subtotal, storage medium, electronic device
CN112073365B (en) * 2020-07-22 2023-02-03 深圳华云信息系统有限公司 Response message processing method and device based on FPGA

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101246471A (en) * 2008-02-26 2008-08-20 山东中创软件工程股份有限公司 Irregular complex report forms creating method
CN101815201A (en) * 2009-02-19 2010-08-25 中兴通讯股份有限公司 Statistical method, device and system of program information and user equipment
CN104462080A (en) * 2013-09-12 2015-03-25 北大方正集团有限公司 Index structure creating method and system with group statistics for search results
CN105631003A (en) * 2015-12-28 2016-06-01 北京赛思信安技术股份有限公司 Intelligent index establishing, inquiring and maintaining method supporting mass data classification and counting
CN106357704A (en) * 2015-07-13 2017-01-25 阿里巴巴集团控股有限公司 Method and device for invoking service on basis of development environments

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2503436A1 (en) * 2005-04-11 2006-10-11 The Australian Patient Safety Foundation Incorporated Method and means for analysis of incident data
WO2007036932A2 (en) * 2005-09-27 2007-04-05 Zetapoint Ltd. Data table management system and methods useful therefor
CN101908039B (en) * 2010-06-29 2011-11-16 北京科技大学 Report template customizing system
CN102479072B (en) * 2010-11-23 2014-07-09 金蝶软件(中国)有限公司 Multi-header report generating method, device and terminal
KR20120135782A (en) * 2011-06-07 2012-12-17 한국과학기술정보연구원 Method for transferring meta-data and apparatus thereof
CN103678401A (en) * 2012-09-21 2014-03-26 金蝶软件(中国)有限公司 Metadata based report group summarizing method and device
CN103051629B (en) * 2012-12-24 2017-02-08 华为技术有限公司 Software defined network-based data processing system, method and node
CN104331405B (en) * 2013-07-22 2020-01-10 腾讯科技(深圳)有限公司 Data report processing method and device
CN103605747B (en) * 2013-11-20 2017-10-27 北京国双科技有限公司 The treating method and apparatus of file form
TW201606695A (en) * 2014-08-15 2016-02-16 臺北市立聯合醫院 Community-based integrated screening and management system
CN107295039B (en) * 2016-03-31 2021-04-20 创新先进技术有限公司 Data access processing method and device
CN106156948A (en) * 2016-06-29 2016-11-23 阜阳华润电力有限公司 Coal-fired power plant's fuel management system
CN106326428A (en) * 2016-08-24 2017-01-11 华青融天(北京)技术股份有限公司 Data processing method and device
CN106372188A (en) * 2016-08-31 2017-02-01 成都九鼎瑞信科技股份有限公司 Water affair data analysis method and device
CN106484785B (en) * 2016-09-19 2019-07-26 浪潮通用软件有限公司 A kind of method of efficient Automatic Adaptation Data field mapping
CN108694205B (en) * 2017-04-11 2021-01-26 北京京东尚科信息技术有限公司 Method and device for matching target field
CN107203506A (en) * 2017-06-06 2017-09-26 山东浪潮通软信息科技有限公司 A kind of report form generation method and device
CN108170721A (en) * 2017-12-07 2018-06-15 北京互动百科网络技术股份有限公司 A kind of report form generation method for privately-offered fund
CN108133007A (en) * 2017-12-22 2018-06-08 北京明朝万达科技股份有限公司 A kind of method of data synchronization and system
CN108427772B (en) * 2018-04-10 2020-07-28 携程商旅信息服务(上海)有限公司 Online report generation method, system, equipment and storage medium
CN108595614A (en) * 2018-04-20 2018-09-28 成都智信电子技术有限公司 Tables of data mapping method applied to HIS systems
CN108629004A (en) * 2018-05-03 2018-10-09 广东电网有限责任公司 Summarize data capture method, device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101246471A (en) * 2008-02-26 2008-08-20 山东中创软件工程股份有限公司 Irregular complex report forms creating method
CN101815201A (en) * 2009-02-19 2010-08-25 中兴通讯股份有限公司 Statistical method, device and system of program information and user equipment
CN104462080A (en) * 2013-09-12 2015-03-25 北大方正集团有限公司 Index structure creating method and system with group statistics for search results
CN106357704A (en) * 2015-07-13 2017-01-25 阿里巴巴集团控股有限公司 Method and device for invoking service on basis of development environments
CN105631003A (en) * 2015-12-28 2016-06-01 北京赛思信安技术股份有限公司 Intelligent index establishing, inquiring and maintaining method supporting mass data classification and counting

Also Published As

Publication number Publication date
CN109543169A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
AU2014209697B2 (en) Method and system for using a recursive event listener on a node in hierarchical data structure
CN111767143A (en) Transaction data processing method, device, equipment and system
CN109543169B (en) Report processing method and device
CN109711190B (en) Data table batch authorization method and device
CN109614088B (en) Form component generation method and device
CN111767144B (en) Transaction route determination method, device, equipment and system for transaction data
CN110765165B (en) Method, device and system for synchronously processing cross-system data
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN105740405B (en) Method and device for storing data
CN111797091A (en) Method and device for querying data in database, electronic equipment and storage medium
CN108563776B (en) Offline data acquisition method and system, server and storage medium
CN111949850A (en) Multi-source data acquisition method, device, equipment and storage medium
CN114090388A (en) Information acquisition method, server cluster, server and equipment
CN107784073B (en) Data query method for local cache, storage medium and server
US20140095550A1 (en) Converting source objects to target objects
US20210176186A1 (en) Resource processing method and system, storage medium and electronic device
CN112052144B (en) Information management method, device, electronic equipment and storage medium
CN110795494A (en) Automatic testing method and device for synchronous and asynchronous cache data
CN111241137A (en) Data processing method and device, electronic equipment and storage medium
CN109670324B (en) Data access method and device
CN115515168A (en) Radio frequency parameter adaptation method, device, equipment and computer readable storage medium
CN111984723A (en) Data synchronization method and device and terminal equipment
CN115114321A (en) Dynamic query method and system
CN113064598B (en) Container cluster management system deployment method and deployment system
US10114864B1 (en) List element query support and processing

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
GR01 Patent grant
GR01 Patent grant