CN111143356A - Report retrieval method and device - Google Patents

Report retrieval method and device Download PDF

Info

Publication number
CN111143356A
CN111143356A CN201911272537.2A CN201911272537A CN111143356A CN 111143356 A CN111143356 A CN 111143356A CN 201911272537 A CN201911272537 A CN 201911272537A CN 111143356 A CN111143356 A CN 111143356A
Authority
CN
China
Prior art keywords
index
information
report
data
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.)
Granted
Application number
CN201911272537.2A
Other languages
Chinese (zh)
Other versions
CN111143356B (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.)
Zhongying Youchuang Information Technology Co Ltd
Original Assignee
Zhongying Youchuang 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 Zhongying Youchuang Information Technology Co Ltd filed Critical Zhongying Youchuang 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

Images

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a report retrieval method and a report retrieval device, wherein the method comprises the following steps: 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 value information; the secondary index table is used for storing a report to be selected comprising 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 logical relationship information, the index data and the index value data; and determining one or more target reports in 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 in 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 a report retrieval device.
Background
When report information is processed, it is difficult to retrieve a report meeting the requirements from a large number of historical reports. For example, a weather report of provinces occurring in the highest air temperature in the 9 th month of 20 years is queried in a weather report system. Under this condition, it is necessary to search through the weather reports of 9 months in all provinces from 20 years. At present, no report system supports the function of quickly retrieving a target report from a large number of historical reports.
Disclosure of Invention
The invention provides a report retrieval method and a report retrieval device, which can improve the retrieval speed of reports.
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 value information; the secondary index table is used for storing a report to be selected comprising 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 logical relationship information, the index data and the index value data; and determining one or more target reports in the plurality of alternative reports according to the dimension information and the dimension data.
In a second aspect, an embodiment of the present invention further provides a report retrieving apparatus, where the apparatus includes an obtaining module, configured to obtain a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold value information; the secondary index table is used for storing a report to be selected comprising 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 plurality of 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 be run on the processor, and the processor implements the report retrieval method when executing the computer program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable medium having a non-volatile program code executable by a processor, where the program code causes the processor to execute the report retrieval method.
The embodiment of the invention has the following beneficial effects: the embodiment of the invention provides a report retrieval scheme, which firstly obtains a retrieval condition template and a secondary index table, wherein the retrieval condition template comprises index information, logical relationship information and retrieval threshold value information and is used for screening a plurality of 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 alternative reports according to the dimension information and dimension data in the secondary index table. According to the embodiment of the invention, the retrieval requirement of the user is obtained through the retrieval condition template, and then the report retrieval is carried out in 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 aforementioned and other objects, features and advantages of the present invention 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 used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are 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 flowchart of a report retrieval method according to an embodiment of the present invention;
FIG. 2 is a block diagram of a report retrieving apparatus 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
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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, but not all embodiments of the present invention. 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.
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.
In order to facilitate understanding of the embodiment, a detailed description is first given to a report retrieval method disclosed in the embodiment of the present invention.
The embodiment of the invention provides a report retrieval method, which is shown in a flow chart of the report retrieval method shown in figure 1 and comprises the following steps:
and step S102, acquiring a retrieval condition template and a secondary index table.
In the embodiment of the present invention, the search condition template includes information such as search conditions input by a user, including dimension information, index information, logical relationship information, and search 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 the relationship between the retrieval threshold and the index value in the secondary index table during retrieval, and the retrieval threshold information refers to specific numerical values of index information or dimension information, for example, for the retrieval condition "temperature is greater than 30 degrees and time is 9 months", wherein temperature is index information and 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 data, column name data, and table name data of the report in the secondary index table have a corresponding 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 value information. The secondary index table comprises a report to be selected corresponding to the index value and the index data.
Figure BDA0002314587650000031
TABLE 1
And 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 out according to the retrieval threshold information, the index information, the logical relationship information, the index data and the index value data, and the alternative reports are screened out from the reports to be selected.
And finding a matched report according to the index value. For example, for the search condition "report with time greater than 9 months and average temperature greater than 30 degrees. And inquiring the secondary index data table according to the condition that the daily average temperature is more than 30, finding out the reports meeting the requirements in the 10-month weather condition report, the 9-month weather forecast, the national weather forecast and the 2019 temperature statistical report in the table 1, and taking the reports meeting the requirements as alternative reports.
And step S106, determining one or more target reports in the multiple alternative reports according to the dimension information and the dimension data.
In the embodiment of the invention, a part of reports in the multiple alternative reports can be filtered according to the dimension information and the dimension data, and the final one or more target reports can be obtained.
For example, the candidate reports "weather situation report of 10 months", "weather forecast of 9 months" and "national weather forecast" respectively include the dimension data "10 months", "9 months" and "nationwide", and therefore, for the search condition "the report whose average temperature is greater than 30 degrees on a day with time greater than 9 months" can be found out of several candidate reports "weather situation report of 10 months", "weather forecast of 9 months", "national weather forecast" and "2019 temperature statistics report", the report of "weather situation report of 10 months" is filtered out.
The embodiment of the invention provides a report retrieval scheme, which firstly obtains a retrieval condition template and a secondary index table, wherein the retrieval condition template comprises index information, logical relationship information and retrieval threshold value information and is used for screening a plurality of 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 alternative reports according to the dimension information and dimension data in the secondary index table. According to the embodiment of the invention, the retrieval requirement of the user is obtained through the retrieval condition template, and then the report retrieval is carried out in the secondary index table according to the retrieval condition template, so that the retrieval speed of the report is improved.
In order to be suitable for different application scenarios, before the retrieval condition template and the secondary index table are obtained, the following steps can be further performed:
acquiring a secondary index establishing instruction; and generating a secondary index table according to the secondary index establishing instruction and the report data.
In the embodiment of the present invention, the secondary index establishment instruction includes a report type concerned by the user, for example, if the user wants to retrieve a report related to the air temperature, the user inputs the instruction according to the requirement, the system obtains the secondary index establishment instruction, and then, the report data is processed to obtain the secondary index table.
The report data refers to a report in a report system, and may be report data originated from multiple systems, and a series of processing such as deduplication, sorting and the like is performed on the report data, and report information related to the secondary index establishing instruction is stored in the secondary index table.
It should be noted that, in the embodiment of the present invention, the secondary index creating instruction may be derived from an instruction issued by a user, or may be generated in advance for a statistical result of historical demand data.
In addition, the user can determine the information in the secondary index establishment 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 database tables. The table name is a report template table, and the fields are the report template name and the report column name. Different report forms have the same value of columns and the column names are consistent. For example: in the weather report system, a weather condition report template exists, and the weather condition report template comprises information such as temperature, weather condition, humidity and the like. A weather monthly report is generated every month. The report template table also comprises a data source column and a numerical value source column, wherein the data source column is used for determining the name of the database, the numerical value source column is used for determining the name of the database and the name of the corresponding field, the name of the database is the character before the point number, and the name of the corresponding field is the character after the point number. The report template table and the report information table respectively have the following storage contents:
Figure BDA0002314587650000051
TABLE 2
It should be noted that the search condition template may acquire the search condition information in a certain format. For example, the search condition templates are: (dimension)Time of day(logical relationship)Is equal to(threshold value)9 month, (index)Average daily temperature(logical relationship)Is greater than(threshold value)30And (4) degree. The dimension is a dimension column name in the report template, the index is an index column name in the report template, and the index is an index of the registered index. The combination of multi-dimension and multi-index can be carried out.
Referring to table 3, the report information table corresponds all reports in the report system to the report templates one by one. The corresponding relation is stored in a database report information table. The fields are report template name, report screening condition and data screening condition.
Figure BDA0002314587650000061
TABLE 3
And the user selects a report list needing to establish the secondary index through a drop-down box for registering the secondary index in the report system. The content in the drop-down box is a column name with the attribute in the report template information table as an index. Such as: the air temperature is used as an index column.
After the user registers the secondary index, all reports containing the column are inquired according to the column of the report, and the numerical value of the column of the report is stored in the secondary index data table as an index numerical value. The stored content is a secondary index value, the index corresponds to a column name, and a table entry name splicing character string appearing in the index value can obtain a secondary index table shown in table 1.
When a secondary report is established based on the report template table and the report information table, the method can be specifically executed according to the following steps:
1. correspondingly finding the column names, the report template names, the data sources and the numerical value sources from the report template table according to the column names input by the user registration index;
2. finding report names and data screening conditions from the report information table according to the column names and the report template names;
3. splicing and fetching logic according to data sources, numerical value sources and data screening conditions: such as data source: database, source of values: temp., data screening condition Substr (wheats. time,4,2) ═ 09'. Splicing conditions were selected distint white from white where underst (white, time,4,2) ═ 09';
4. taking out data and storing the data in the index value column of the index table, storing the column name inquired in the report model table in the column name field corresponding to the index table, and storing the report name inquired in the report information table in the column of the report name of the secondary index table;
5. and if the data come from different data sources or different data tables, sequentially performing the operations of the step 3 and the step 4. It should be noted that in the operation of step 4, the index values need to be merged, the same index value is stored in the same piece of data, and the entry names are concatenated with commas.
After the secondary index table is obtained, a plurality of alternative reports are positioned, and in order to obtain the alternative report meeting the requirements, the method can be executed according to the following steps:
determining a plurality of reports to be selected 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 value information satisfies the logical relation in the plurality of reports to be selected.
In the embodiment of the invention, index data of the secondary index table is inquired, a plurality of to-be-selected reports corresponding to the column names consistent with the index information in the retrieval condition template are determined, then index value data of the secondary index table is inquired, whether the index value data of the to-be-selected reports and retrieval threshold value information in the retrieval condition template meet a logical relation or not is determined, and if yes, the to-be-selected reports corresponding to the index values are taken as alternative reports.
For the convenience of use of the user, the method can further execute the following steps:
and sending the one or more target reports to a 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 reports meeting the conditions are displayed on the terminal page, and a user right clicks a specific report to display information such as a report template and a corresponding column name. And the user selects a specific report to inquire according to the report content, and calls the 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 the report is inquired, index matching is carried out on report conditions needing to be checked when the user inputs the report, and after the matched index is found, a secondary index is called to quickly locate the specific report. And calling a report display interface to display the report. The method can construct a secondary index for report contents, construct a retrieval template for user retrieval requirements, associate the template with the secondary index, and quickly retrieve the secondary index based on the user requirements.
An embodiment of the present invention further provides a report retrieving device, referring to a structural block diagram of the report retrieving device shown in fig. 2, where the report retrieving device includes:
an obtaining module 71, configured to obtain a retrieval condition template and a secondary index table; the retrieval condition template comprises dimension information, index information, logic relation information and retrieval threshold value information; the secondary index table is used for storing a report to be selected comprising 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 alternative 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; and the retrieval module 73 is configured to determine one or more target reports from the multiple candidate reports according to the dimension information and the dimension data.
In an embodiment, referring to a structural block diagram of another report retrieving apparatus shown in fig. 3, the apparatus further includes a generating module 75, configured to: acquiring a secondary index establishing instruction; and generating a secondary index table according to the secondary index establishing instruction and the report data.
In one embodiment, the determining module is specifically configured to: determining a plurality of reports to be selected 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 value information satisfies the logical relation in the plurality of reports to be selected.
In an 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 a 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, the computer device includes a memory 81 and a processor 82, the memory stores a computer program that can be executed on the processor, and the processor implements the steps of any one of the methods when executing the computer program.
It is clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the computer device described above may refer to the corresponding process in the foregoing method embodiments, and no further description is provided herein
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 any of the steps of the above-described method.
As will be appreciated by one skilled in the art, 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 flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A report retrieval method is characterized by comprising the following steps:
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 value information; the secondary index table is used for storing a report to be selected comprising 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 logical relationship information, the index data and the index value data;
and determining one or more target reports in the plurality of alternative reports according to the dimension information and the dimension data.
2. The method of claim 1, wherein before obtaining the search criteria template and the secondary index table, further comprising:
acquiring a secondary index establishing instruction;
and generating a secondary index table according to the secondary index establishing instruction and the report data.
3. The method of claim 1, wherein determining a plurality of alternative 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 comprises:
determining a plurality of reports to be selected 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 the index value data and the retrieval threshold value information meets the logical relation in the plurality of reports to be selected.
4. The method according to any one of claims 1-3, 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.
5. A report retrieval apparatus, comprising:
the acquisition module is used 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 value information; the secondary index table is used for storing a report to be selected comprising 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 plurality of candidate reports according to the dimension information and the dimension data.
6. The apparatus of claim 5, further comprising a generation module to:
acquiring a secondary index establishing instruction;
and generating a secondary index table according to the secondary index establishing instruction and the report data.
7. The apparatus of claim 5, wherein the determining module is specifically configured to:
determining a plurality of reports to be selected 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 the index value data and the retrieval threshold value information meets the logical relation in the plurality of reports to be selected.
8. The apparatus according to any one of claims 5-7, further comprising a sending 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.
9. Computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the method according to any of the claims 1 to 4 when executing the computer program.
10. A computer-readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the method of any of claims 1 to 4.
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 true CN111143356A (en) 2020-05-12
CN111143356B 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)

Cited By (1)

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

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150324423A1 (en) * 2012-11-26 2015-11-12 Zte Corporation Report creation method, device and system
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

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150324423A1 (en) * 2012-11-26 2015-11-12 Zte Corporation Report creation method, device and system
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
栾晓宇;: "基于数据仓库的数据搜索引擎实践" *
王佳男: "轿车售后多维报表系统设计与实现" *

Cited By (2)

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

Also Published As

Publication number Publication date
CN111143356B (en) 2023-08-01

Similar Documents

Publication Publication Date Title
CN110292775B (en) Method and device for acquiring difference data
US9116899B2 (en) Managing changes to one or more files via linked mapping records
CN108090167B (en) Data retrieval method, system, computing device and storage medium
CN107992506B (en) Information processing method and device
CN107220274B (en) Visual data interface market realization method
CN110795524B (en) Main data mapping processing method and device, computer equipment and storage medium
JP2013504118A (en) Information retrieval based on query semantic patterns
US9910870B2 (en) System and method for creating data models from complex raw log files
CN107015987B (en) Method and equipment for updating and searching database
CN110647562B (en) Data query method and device, electronic equipment and storage medium
CN107291745B (en) Data index management method and device
JP7098327B2 (en) Information processing system, function creation method and function creation program
CN112883030A (en) Data collection method and device, computer equipment and storage medium
CN109033157B (en) Complex data retrieval method and system based on user-defined search condition tree
CN114398315A (en) Data storage method, system, storage medium and electronic equipment
US20140058998A1 (en) Reusing reporting components in customized cubes
CN111143356A (en) Report retrieval method and device
CN111401023B (en) Report generation method, report generation device, server and storage medium
CN113157978A (en) Data label establishing method and device
US11244000B2 (en) Information processing apparatus and non-transitory computer readable medium storing program for creating index for document retrieval
JP2016014944A (en) Correlation rule analysis device and correlation rule analysis method
CN109697234B (en) Multi-attribute information query method, device, server and medium for entity
CN116226108A (en) Data management method and system capable of realizing different management degrees
CN106372121B (en) Server and data processing method
JP2006023968A (en) Unique expression extracting method and device and program to be used for the same

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