CN111143356B - Report retrieval method and device - Google Patents

Report retrieval method and device Download PDF

Info

Publication number
CN111143356B
CN111143356B CN201911272537.2A CN201911272537A CN111143356B CN 111143356 B CN111143356 B CN 111143356B CN 201911272537 A CN201911272537 A CN 201911272537A CN 111143356 B CN111143356 B CN 111143356B
Authority
CN
China
Prior art keywords
index
information
data
report
retrieval
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
CN201911272537.2A
Other languages
Chinese (zh)
Other versions
CN111143356A (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.)
Unihub China Information Technology Co Ltd
Original Assignee
Unihub China Information Technology 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 Unihub China Information Technology Co Ltd filed Critical Unihub China Information Technology Co Ltd
Priority to CN201911272537.2A priority Critical patent/CN111143356B/en
Publication of CN111143356A publication Critical patent/CN111143356A/en
Application granted granted Critical
Publication of CN111143356B publication Critical patent/CN111143356B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • G06F16/244Grouping and aggregation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs

Abstract

The invention provides a report retrieval method and a report retrieval device, wherein the method comprises the following steps: obtaining a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold information; the secondary index table is used for storing a report to be selected, which comprises index data and index value data; the table name of the report to be selected comprises dimension data; determining a plurality of alternative reports in a secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data; one or more target reports are determined from the plurality of candidate reports according to the dimension information and the dimension data. According to the invention, the retrieval requirement of the user is obtained through the retrieval condition template, and then the report retrieval is carried out on the secondary index table according to the retrieval condition template, so that the retrieval speed of the report is improved.

Description

Report retrieval method and device
Technical Field
The invention relates to the technical field of information processing, in particular to a report retrieval method and device.
Background
When processing report information, it is difficult to retrieve a report meeting the requirements from a huge amount of historical reports. For example, a weather report system is used for inquiring a weather report of the province of the highest air temperature in 9 months in 20 years. Under this condition, a search is required from a weather report of 9 months from all provinces for 20 years. At present, a report system has no function for supporting quick retrieval of target reports from massive historical reports.
Disclosure of Invention
The invention provides a report retrieval method and a report retrieval device, which can improve the retrieval speed of a report.
In a first aspect, an embodiment of the present invention provides a report retrieval method, where the method includes obtaining a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold information; the secondary index table is used for storing a report to be selected, which comprises index data and index value data; the table name of the report to be selected comprises dimension data; determining a plurality of alternative reports in the secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data; and determining one or more target reports in the multiple candidate reports according to the dimension information and the dimension data.
In a second aspect, the embodiment of the invention also provides a report retrieval device, which comprises an acquisition module, a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold information; the secondary index table is used for storing a report to be selected, which comprises index data and index value data; the table name of the report to be selected comprises dimension data; the determining module is used for determining a plurality of alternative reports in the secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data; and the retrieval module is used for determining one or more target reports in the multiple candidate reports according to the dimension information and the dimension data.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, and a processor, where the memory stores a computer program that can run on the processor, and the processor implements the report searching method when executing the computer program.
In a fourth aspect, embodiments of the present invention also provide a computer readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the report retrieval method described above.
The embodiment of the invention has the following beneficial effects: the embodiment of the invention provides a report retrieval scheme, which is characterized in that a retrieval condition template and a secondary index table are preferably acquired, wherein the retrieval condition template comprises index information, logic relation information and retrieval threshold information, and the retrieval condition template is used for screening multiple alternative reports in the secondary index table by combining index data and index value data; the retrieval condition template also comprises dimension information, and one or more target reports are determined in the multiple candidate reports according to the dimension information and the dimension data in the secondary index table. According to the embodiment of the invention, the retrieval requirements of the user are obtained through the retrieval condition template, and then the report retrieval is performed on the secondary index table according to the retrieval condition template, so that the retrieval speed of the report is improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the above objects, features and advantages of the present invention more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a report retrieval method according to an embodiment of the present invention;
FIG. 2 is a block diagram of a report retrieving device according to an embodiment of the present invention;
FIG. 3 is a block diagram of another report retrieving device according to an embodiment of the present invention;
fig. 4 is a block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The report retrieval method and the report retrieval device provided by the embodiment of the invention can construct the secondary index on the content of the result report, match the secondary index according to the query condition of the user, quickly locate the target report according to the secondary index and display the target report.
For the sake of understanding the present embodiment, first, a report searching method disclosed in the present embodiment is described in detail.
The embodiment of the invention provides a report retrieval method, which is shown in a flowchart of the report retrieval method in FIG. 1, and comprises the following steps:
step S102, obtaining a retrieval condition template and a secondary index table.
In the embodiment of the invention, the retrieval condition template comprises information such as retrieval conditions input by a user, including dimension information, index information, logic relation information and retrieval threshold information. The dimension information is a column name used for representing the dimension of the data in the report, and the index information is a column name used for representing the category of the data in the report. For example, in the weather report, the dimension information may be time, area, etc., and the index information may be temperature, humidity, etc. The logical relationship is used for determining a relationship between a retrieval threshold and index values in the secondary index table at the time of retrieval, and the retrieval threshold information refers to specific numerical values of index information or dimension information, for example, for a retrieval condition of "temperature is greater than 30 degrees, time is 9 months", wherein temperature is index information, time is dimension information, "greater than" and "yes" are logical relationships, and 30 degrees and 9 months are retrieval threshold information.
Referring to table 1, index value data, column name data and table name data of a report form in the secondary index table have a correspondence relationship. Index value data in the secondary index table is a column corresponding to index data, the index data comprises various column name data, the index value is a numerical value corresponding to the column name, and data comparison and screening can be performed in the index value according to the retrieval threshold information. The secondary index table comprises a report to be selected corresponding to the index value and the index data.
TABLE 1
Step S104, determining a plurality of alternative reports in the secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data.
In the embodiment of the invention, a plurality of alternative reports can be screened according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data, and the alternative reports are screened from the alternative reports.
And finding out the matched report according to the index value. Such as a report with a time greater than 9 months and a daily average temperature greater than 30 degrees for the search condition. And inquiring a secondary index data table according to the fact that the average daily temperature is greater than 30, finding a 10 month weather report, a 9 month weather report, a national weather report and a 2019 temperature statistical report in table 1, and taking the several reports meeting the requirements as alternative reports.
And step S106, determining one or more target reports in the multiple candidate reports according to the dimension information and the dimension data.
In the embodiment of the invention, a part of reports in the multiple candidate reports can be filtered according to the dimension information and the dimension data to obtain a final one or more target reports.
For example, the candidate reports "10 month weather report", "9 month weather report" and "national weather report" respectively include dimension data "10 months", "9 months" and "national", so that the "10 month weather report" can be filtered out from the candidate reports of the 10 month weather report, 9 month weather report, national weather report and 2019 temperature statistics report for the report with the search condition "the daily average temperature of more than 9 months" is more than 30 degrees.
The embodiment of the invention provides a report retrieval scheme, which is characterized in that a retrieval condition template and a secondary index table are preferably acquired, wherein the retrieval condition template comprises index information, logic relation information and retrieval threshold information, and the retrieval condition template is used for screening multiple alternative reports in the secondary index table by combining index data and index value data; the retrieval condition template also comprises dimension information, and one or more target reports are determined in the multiple candidate reports according to the dimension information and the dimension data in the secondary index table. According to the embodiment of the invention, the retrieval requirements of the user are obtained through the retrieval condition template, and then the report retrieval is performed on the secondary index table according to the retrieval condition template, so that the retrieval speed of the report is improved.
Considering that before the retrieval condition template and the secondary index table are acquired in order to be suitable for different application scenarios, the following steps can be further executed:
acquiring a secondary index establishment instruction; and generating a secondary index table according to the secondary index building instruction and the report data.
In the embodiment of the invention, the secondary index establishing instruction comprises report categories concerned by the user, for example, if the user wants to search a report related to air temperature, the user inputs the instruction according to the requirement, the system acquires the secondary index establishing instruction, and then the report data is processed to obtain a secondary index table.
The report data refers to a report in a report system, and may be report data derived from a plurality of systems, in which a series of processes such as deduplication and sorting are performed on the report data, and report information related to a secondary index creation instruction is stored in a secondary index table.
It should be noted that, in the embodiment of the present invention, the secondary index establishment instruction may originate from an instruction issued by a user, or may generate a secondary index establishment instruction for a statistical result of historical demand data in advance.
In addition, the user can determine the information in the secondary index establishing instruction based on the report template table and the report information table. The report template table and the report information table can be obtained based on report data statistics.
The report template table refers to table 2, and template names in templates corresponding to all reports in the report system and index names in the report templates are stored. The results are stored in a database table. The table name is a report template table, the field is a report template name, and the report column name. The different report templates have the same column values and consistent column names. For example: in the weather report system, a weather report template is arranged and comprises information such as air temperature, weather condition, humidity and the like. A weather month report is generated every month. The report template table further comprises a data source column and a numerical source column, wherein the data source column is used for determining a database name, the numerical source column is used for determining a database table and a corresponding field name, the database table name is a character before the point number, and the corresponding field name is a character after the point number. The report template table and the report information table respectively store the following contents:
TABLE 2
The search condition template may acquire the search condition information in a certain format. For example, the search condition templates are: (dimension)Time(logical relationship)Equal to(threshold value)9 months of(index)Average temperature of day(logical relationship)Greater than(threshold value)30Degree. The dimension is the dimension column name in the report template, the index is the index column name in the report template, and the index is the index of the registration index. A combination of multiple dimensions and multiple indices may be performed.
Referring to the table 3, all the reports in the report system are in one-to-one correspondence with the report templates. The corresponding relation is stored in a database report information table. The fields are report template names, report screening conditions and data screening conditions.
TABLE 3 Table 3
And the user selects a report column needing to establish the secondary index through a drop-down box of the secondary index registered in the report system. The content in the drop-down frame is the column name with the attribute in the report template information table as an index. Such as: the air temperature is used as an index row.
After the user registers the secondary index, inquiring all reports containing the list according to the list of the reports, and storing the numerical value of the list of the reports as an index numerical value in a secondary index data table. The storage content is a secondary index value, the index corresponds to a column name, and a report name splice character string of the index value can be obtained, so that a secondary index table shown in table 1 can be obtained.
When a second-level report is established based on the report template table and the report information table, the method can be specifically implemented according to the following steps:
1. according to the input column names of the user registration indexes, correspondingly finding the column names, the report template names, the data sources and the numerical value sources from the report template table;
2. finding report names and data screening conditions from a report information table according to the column names and the report template names;
3. splicing and taking logic according to data sources, numerical sources and data screening conditions: such as data sources: database, source of values: wheather.temp, data screening conditions substrstr (wheather.time, 4, 2) = '09'. The splicing condition is select discrete heat temperature from Wheather where Substr (heat. Time,4, 2) = '09';
4. the data are taken out and stored in the column of index values of the index table, the column names inquired in the report model table are stored in the column name fields corresponding to the index table, and the report names inquired in the report information table are stored in the column of report names of the secondary index table;
5. if the data come from different data sources or different data tables, the operations of step 3 and step 4 are sequentially carried out. It should be noted that in the operation of step 4, index values need to be combined, the same index value is stored in the same piece of data, and report names are spliced by commas.
After the secondary index table is obtained, a plurality of alternative reports are positioned first, and in order to obtain the alternative report meeting the requirement, the method can be implemented according to the following steps:
determining a plurality of to-be-selected reports with index data consistent with index information in a secondary index table; and determining a plurality of alternative reports of which the relation between the index value data and the retrieval threshold information meets the logic relation in the plurality of alternative reports.
In the embodiment of the invention, index data of a secondary index table is inquired, a plurality of candidate reports corresponding to column names consistent with index information in a retrieval condition template are determined, then index value data of the secondary index table is inquired, whether the index value data of the plurality of candidate reports and retrieval threshold information in the retrieval condition template meet a logic relationship is determined, and if yes, the candidate report corresponding to the index value is used as a candidate report.
For user convenience, the method may further perform the steps of:
and sending the one or more target reports to the display module so that the display module displays the one or more target reports.
In the embodiment of the invention, one or more target reports are sent to the display module, the display module can be a terminal page, the positioned target report meeting the conditions is displayed on the terminal page, and the information such as a report template and a corresponding column name can be displayed by right clicking of a specific report by a user. The user selects a specific report to inquire according to the report content, and the user invokes a report display interface to display the specific report content after selecting the specific report.
The embodiment of the invention provides a report retrieval method and a report retrieval device, which comprise the steps of report secondary index registration, report secondary index data storage, user input condition construction, matching of user input conditions and secondary indexes and the like. The method includes establishing a secondary index on top of the reporting system. When inquiring the report, index matching is carried out on report conditions which are needed to be checked and input by a user, and after the matching index is found, the secondary index is called to quickly position the specific report. And calling a report display interface to display the report. The method can construct a secondary index for report content, construct a retrieval template for the retrieval requirement of a user, associate the template with the secondary index and quickly retrieve the secondary index based on the requirement of the user.
The embodiment of the invention also provides a report retrieval device, referring to the structural block diagram of the report retrieval device shown in fig. 2, the device comprises:
an acquisition module 71 for acquiring a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold information; the secondary index table is used for storing a report to be selected, which comprises index data and index value data; the table name of the report to be selected comprises dimension data; a determining module 72, configured to determine a plurality of candidate reports in the secondary index table according to the retrieval threshold information, the index information, the logical relationship information, the index data, and the index value data; the retrieving module 73 is configured to determine one or more target reports from the plurality of candidate reports according to the dimension information and the dimension data.
In one embodiment, referring to another report retrieving apparatus shown in fig. 3, the apparatus further includes a generating module 75 configured to: acquiring a secondary index establishment instruction; and generating a secondary index table according to the secondary index building instruction and the report data.
In one embodiment, the determining module is specifically configured to: determining a plurality of to-be-selected reports with index data consistent with index information in a secondary index table; and determining a plurality of alternative reports of which the relation between the index value data and the retrieval threshold information meets the logic relation in the plurality of alternative reports.
In one embodiment, referring to another report retrieving apparatus shown in fig. 3, the apparatus further includes a sending module 74 configured to: and sending the one or more target reports to the display module so that the display module displays the one or more target reports.
The embodiment of the present invention further provides a computer device, referring to the schematic block diagram of the structure of the computer device shown in fig. 4, where the computer device includes a memory 81 and a processor 82, and the memory stores a computer program that can be run on the processor, and when the processor executes the computer program, the processor implements the steps of any of the methods described above.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described computer device may refer to corresponding procedures in the foregoing method embodiments, which are not repeated here
Embodiments of the present invention also provide a computer readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the steps of any of the methods described above.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above examples are only specific embodiments of the present invention, and are not intended to limit the scope of the present invention, but it should be understood by those skilled in the art that the present invention is not limited thereto, and that the present invention is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A report retrieval method is characterized by comprising the following steps:
obtaining a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold information; the secondary index table is used for storing a report to be selected, wherein the report comprises index data and index value data, the index value data in the secondary index table is a column corresponding to the index data, the index data comprises various column name data, and the index value is a numerical value corresponding to the column name; the table name of the report to be selected comprises dimension data; the logic relation information is used for determining the relation between the retrieval threshold information and index value data in the secondary index table during retrieval, and the retrieval threshold information refers to specific numerical values of index information or dimension information;
determining a plurality of alternative reports in the secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data;
determining one or more target reports in the multiple candidate reports according to the dimension information and the dimension data;
determining a plurality of alternative reports in the secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data, wherein the method comprises the following steps of:
determining a plurality of to-be-selected reports with index data consistent with the index information in the secondary index table;
and determining a plurality of alternative reports of which the relation between index value data and the retrieval threshold information meets the logic relation information in the plurality of alternative reports.
2. The method of claim 1, further comprising, prior to obtaining the search criteria template and the secondary index table:
acquiring a secondary index establishment instruction;
and generating a secondary index table according to the secondary index building instruction and report data.
3. The method according to any one of claims 1-2, further comprising:
and sending the one or more target reports to a display module so that the display module displays the one or more target reports.
4. A report retrieval device, comprising:
the acquisition module is used for acquiring the retrieval condition template and the secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold information; the secondary index table is used for storing a report to be selected, wherein the report comprises index data and index value data, the index value data in the secondary index table is a column corresponding to the index data, the index data comprises various column name data, and the index value is a numerical value corresponding to the column name; the table name of the report to be selected comprises dimension data; the logic relation information is used for determining the relation between the retrieval threshold information and index value data in the secondary index table during retrieval, and the retrieval threshold information refers to specific numerical values of index information or dimension information;
the determining module is used for determining a plurality of alternative reports in the secondary index table according to the retrieval threshold information, the index information, the logic relation information, the index data and the index value data;
the retrieval module is used for determining one or more target reports in the multiple candidate reports according to the dimension information and the dimension data;
the determining module is specifically configured to:
determining a plurality of to-be-selected reports with index data consistent with the index information in the secondary index table;
and determining a plurality of alternative reports of which the relation between index value data and the retrieval threshold information meets the logic relation information in the plurality of alternative reports.
5. The apparatus of claim 4, further comprising a generation module configured to:
acquiring a secondary index establishment instruction;
and generating a secondary index table according to the secondary index building instruction and report data.
6. The apparatus of any of claims 4-5, further comprising a transmission module configured to:
and sending the one or more target reports to a display module so that the display module displays the one or more target reports.
7. A computer device comprising a memory, a processor, the memory having stored therein a computer program executable on the processor, characterized in that the processor, when executing the computer program, implements the steps of the method of any of the preceding claims 1 to 3.
8. A computer readable medium having non-volatile program code executable by a processor, characterized in that the program code causes the processor to perform the method of any of the preceding claims 1 to 3.
CN201911272537.2A 2019-12-12 2019-12-12 Report retrieval method and device Active CN111143356B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911272537.2A CN111143356B (en) 2019-12-12 2019-12-12 Report retrieval method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911272537.2A CN111143356B (en) 2019-12-12 2019-12-12 Report retrieval method and device

Publications (2)

Publication Number Publication Date
CN111143356A CN111143356A (en) 2020-05-12
CN111143356B true CN111143356B (en) 2023-08-01

Family

ID=70518109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911272537.2A Active CN111143356B (en) 2019-12-12 2019-12-12 Report retrieval method and device

Country Status (1)

Country Link
CN (1) CN111143356B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112069021B (en) * 2020-08-21 2024-02-20 北京五八信息技术有限公司 Flow data storage method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107918600A (en) * 2017-11-15 2018-04-17 泰康保险集团股份有限公司 report development system and method, storage medium and electronic equipment
CN109086397A (en) * 2018-07-28 2018-12-25 重庆柚瓣家科技有限公司 Dynamic report generation method based on inquiry dimension
CN109254966A (en) * 2018-08-23 2019-01-22 平安科技(深圳)有限公司 Tables of data querying method, device, computer equipment and storage medium
CN109582672A (en) * 2018-11-21 2019-04-05 金色熊猫有限公司 Data processing method, device and medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103020158B (en) * 2012-11-26 2016-09-07 中兴通讯股份有限公司 A kind of report form creation, device and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107918600A (en) * 2017-11-15 2018-04-17 泰康保险集团股份有限公司 report development system and method, storage medium and electronic equipment
CN109086397A (en) * 2018-07-28 2018-12-25 重庆柚瓣家科技有限公司 Dynamic report generation method based on inquiry dimension
CN109254966A (en) * 2018-08-23 2019-01-22 平安科技(深圳)有限公司 Tables of data querying method, device, computer equipment and storage medium
CN109582672A (en) * 2018-11-21 2019-04-05 金色熊猫有限公司 Data processing method, device and medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
栾晓宇 ; .基于数据仓库的数据搜索引擎实践.软件产业与工程.2015,(03),第52-56页. *
王佳男.轿车售后多维报表系统设计与实现.中国优秀硕士学位论文全文数据库信息科技辑》.2018,(第undefined期),第I138-1429页. *

Also Published As

Publication number Publication date
CN111143356A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
US11907244B2 (en) Modifying field definitions to include post-processing instructions
US9116899B2 (en) Managing changes to one or more files via linked mapping records
CN103425687A (en) Retrieval method and system based on queries
CN111191125A (en) Data analysis method based on tagging
CN110659282B (en) Data route construction method, device, computer equipment and storage medium
CN110795524B (en) Main data mapping processing method and device, computer equipment and storage medium
CN110515896B (en) Model resource management method, model file manufacturing method, device and system
CN107015987B (en) Method and equipment for updating and searching database
CN111008521B (en) Method, device and computer storage medium for generating wide table
CN107004141A (en) To the efficient mark of large sample group
CN107291745B (en) Data index management method and device
CN104573022A (en) Data query method and device for HBase
CN112883030A (en) Data collection method and device, computer equipment and storage medium
Yu et al. Design and implementation of curriculum system based on knowledge graph
CN110737779A (en) Knowledge graph construction method and device, storage medium and electronic equipment
CN114676961A (en) Enterprise external migration risk prediction method and device and computer readable storage medium
CN111143356B (en) Report retrieval method and device
US8781997B2 (en) Reusing reporting components in customized cubes
CN110851630A (en) Management system and method for deep learning labeled samples
CN114253995A (en) Data tracing method, device, equipment and computer readable storage medium
Petermann et al. Graph mining for complex data analytics
CN111061733B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN107291951B (en) Data processing method, device, storage medium and processor
CN111984673B (en) Fuzzy retrieval method and device for tree structure of power grid electric energy metering system
KR102345410B1 (en) Big data intelligent collecting method and device

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