CN112882702A - Information processing method and device for report configuration - Google Patents

Information processing method and device for report configuration Download PDF

Info

Publication number
CN112882702A
CN112882702A CN202110150140.7A CN202110150140A CN112882702A CN 112882702 A CN112882702 A CN 112882702A CN 202110150140 A CN202110150140 A CN 202110150140A CN 112882702 A CN112882702 A CN 112882702A
Authority
CN
China
Prior art keywords
report
data source
real
source link
time
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.)
Pending
Application number
CN202110150140.7A
Other languages
Chinese (zh)
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.)
Dingdang Fast Medicine Technology Group Co ltd
Original Assignee
Dingdang Fast Medicine Technology Group 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 Dingdang Fast Medicine Technology Group Co ltd filed Critical Dingdang Fast Medicine Technology Group Co ltd
Priority to CN202110150140.7A priority Critical patent/CN112882702A/en
Publication of CN112882702A publication Critical patent/CN112882702A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/2428Query predicate definition using graphical user interfaces, including menus and forms
    • 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
    • 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/2455Query execution
    • G06F16/24552Database cache management

Abstract

The information processing method and the device for report configuration in the embodiment of the disclosure firstly receive a real-time configuration request for a report, and analyze the real-time configuration request in real time to obtain a field of the real-time configuration request; after acquiring the identification information corresponding to the report, determining a mapping file corresponding to the report stored in a database; then, based on the field of the real-time configuration request, determining the information mapped with the field of the real-time configuration request in the mapping file, and generating a target data acquisition instruction in real time based on the mapped information; after the identification information contained in the report is acquired, acquiring data source link information corresponding to the report identification from a cache based on the identification information; and finally, acquiring target data based on the content indicated by the instruction and the data source link information. And based on the report configuration requirement, the data source is switched in real time, and a corresponding configuration execution instruction is generated in real time based on the report configuration requirement, so that the configuration efficiency is improved.

Description

Information processing method and device for report configuration
Technical Field
The present disclosure relates to the field of report data processing technologies, and in particular, to an information processing method and apparatus for report configuration.
Background
During report development, a corresponding report display page needs to be developed for each report, a corresponding data source link is created, development is completed through an XML mapping fragment of mybatis, and finally, the developed report can be displayed by re-deploying the project.
The report is developed by adopting the mode, a large amount of repeated codes and pages need to be written, and the report development efficiency is extremely low.
Disclosure of Invention
The main purpose of the present disclosure is to provide an information processing method for report configuration, so as to solve the technical problem of low efficiency of report development.
In order to achieve the above object, according to a first aspect of the present disclosure, there is provided an information processing method for report configuration, including: receiving a real-time configuration request for a report, and analyzing the real-time configuration request in real time to obtain a field of the real-time configuration request; after acquiring the identification information corresponding to the report, determining a mapping file corresponding to the report stored in a database; determining information mapped with the field of the real-time configuration request in the mapping file based on the field of the real-time configuration request, and generating a target data acquisition instruction in real time based on the mapped information; after the identification information contained in the report is acquired, acquiring data source link information corresponding to the report identification from a cache based on the identification information; and acquiring the target data based on the content indicated by the instruction and the data source link information.
Optionally, after the target data is acquired based on the content indicated by the instruction and the data source link information, the method further includes: and after the target data is rendered, sending the rendered data to a preset page.
Optionally, before receiving a real-time configuration request for a report, and performing real-time analysis on the real-time configuration request to obtain a field of the real-time configuration request, the method further includes: configuring a data source for the report; establishing a data source link between the report and the configured data source; and storing the data source link to the cache.
Optionally, after obtaining the identification information included in the report, obtaining, based on the identification information, data source link information corresponding to the report identification from a cache includes: after the identification information contained in the report is acquired, judging whether data source link information corresponding to the report identification exists in the cache or not based on the identification information; if the data source link information corresponding to the report identifier does not exist in the cache, creating the data source link information corresponding to the report identifier so as to store the created data source link information corresponding to the report identifier; and acquiring data source link information corresponding to the report identifier from the cache.
According to a second aspect of the present disclosure, there is provided an information processing apparatus for report configuration, comprising: the analysis unit is configured to receive a real-time configuration request for a report, and analyze the real-time configuration request in real time to obtain a field of the real-time configuration request; the system comprises a first determination unit, a second determination unit and a third determination unit, wherein the first determination unit is configured to determine a mapping file corresponding to a report stored in a database after acquiring identification information corresponding to the report; a second determining unit configured to determine, based on a field of the real-time configuration request, information mapped with the field of the real-time configuration request in the mapping file, so as to generate a get target data instruction in real time based on the mapped information; the third determining unit is configured to obtain data source link information corresponding to the report identifier from a cache based on the identification information after the identification information contained in the report is obtained; an acquisition unit configured to acquire the target data based on the content indicated by the instruction and the data source link information.
Optionally, the apparatus further comprises: and the sending unit is used for sending the rendered data to a preset page after the target data is rendered.
Optionally, the apparatus further comprises: a configuration unit configured to configure a data source for the report; the creating unit is configured to establish a data source link between the report and the configured data source; a storage unit configured to store the data source link into a cache.
Optionally, the third determining unit is further configured to: after the identification information contained in the report is acquired, judging whether data source link information corresponding to the report identification exists in the cache or not based on the identification information; if the data source link information corresponding to the report identifier does not exist in the cache, creating the data source link information corresponding to the report identifier so as to store the created data source link information corresponding to the report identifier; and acquiring data source link information corresponding to the report identifier from the cache.
According to a third aspect of the present disclosure, a computer-readable storage medium is provided, which includes computer instructions stored therein, and the computer instructions are configured to cause the computer to execute the information processing method for report configuration according to any one of the embodiments of the first aspect.
According to a fourth aspect of the present disclosure, there is provided an electronic device comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores a computer program executable by the at least one processor, the computer program being executable by the at least one processor to cause the at least one processor to perform any of the embodiments of the first aspect.
In the information processing method for report configuration in the embodiment of the disclosure, a real-time configuration request for a report is received, and the real-time configuration request is analyzed in real time to obtain a field of the real-time configuration request; after acquiring the identification information corresponding to the report, determining a mapping file corresponding to the report stored in a database; then, based on the field of the real-time configuration request, determining the information mapped with the field of the real-time configuration request in the mapping file, and generating a target data acquisition instruction in real time based on the mapped information; after the identification information contained in the report is acquired, acquiring data source link information corresponding to the report identification from a cache based on the identification information; and finally, acquiring target data based on the content indicated by the instruction and the data source link information. And based on the report configuration requirement, the data source is switched in real time, and a corresponding configuration execution instruction is generated in real time based on the report configuration requirement, so that the configuration efficiency is improved. And further the technical problem of low report development efficiency is solved.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings needed to be 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 disclosure, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart of an information processing method for report configuration according to an embodiment of the present disclosure;
FIG. 2 is an application scenario diagram of an information processing method for report configuration according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of an information processing apparatus for report configuration according to an embodiment of the present disclosure;
fig. 4 is a schematic diagram of an electronic device according to an embodiment of the disclosure.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those skilled in the art, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only some embodiments of the present disclosure, not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the present disclosure may be described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
According to an embodiment of the present disclosure, an information processing method for report configuration is provided, as shown in fig. 1, the method includes the following steps 101 to 104:
step 101: receiving a real-time configuration request for a report, and analyzing the real-time configuration request in real time to obtain a field of the real-time configuration request.
In this embodiment, the main body for executing the method of this embodiment may be a server, and the server performs relevant configuration analysis on the server according to the configuration of the report, so as to complete the data query SQL required by the report. Firstly, a configuration request for a report can be obtained from a page in real time, the configuration request can be a query request including a screening condition, and the screening condition can be used for determining the content of the report requested by the request. After the access request for the report is obtained, the request may be analyzed to obtain a configuration request field included in the access request, where the configuration request field may be a dimension index used for representing report data in the report, and it may be understood that the configuration request field may be one field or a combination of multiple fields. Referring to fig. 2, fig. 2 shows a report with a report name of "sales gross profit analysis", after a user receives a request for querying a content corresponding to any one or a combination of a "start time" field, a "city" field, a "customer service name" field, an "end time" field, an "order source" field, a "prescription type" field, and the like in an order report from a page, the request can be parsed to obtain fields containing a filtering condition in the request, such as a "start time" field and an "end time" field.
As an optional implementation manner of this embodiment, the report configures a data source; establishing a data source link between the report and the configured data source; and storing the data source link to the cache.
In this embodiment, a data source may be configured for each report in advance, for example, referring to fig. 2, a corresponding data source may be configured for a "sales gross profit analysis" report, and the configured data source may be represented by multiple dimensional indexes, such as data at different start times, data in different cities, data in different prescription types, data in different stores, and so on. After configuring data sources for different reports, the data sources may be stored in databases, and the data source corresponding to each report is stored in one database, for example, the data source of the "sales gross profit analysis" report may be stored in any one of the databases 1, 2, or 3, the "city order sales analysis report" may be stored in any one of the databases 1, 2, or 3, and the "sales evaluation report" may be stored in any one of the databases 1, 2, or 3. After the data is configured, a data source link needs to be established between different reports and the data source configured correspondingly, and the data source link can be used for indicating the storage address of the data source in the database. The process of establishing a data source link may include, but is not limited to:
determining the storage type, such as mysql/oracle; determining a connection address- > jdbc of a data source, mysql:// localhost: 3306; determining the name of the data source (which can be represented by a database name) - - - > test; determining a user name- > root required by data source connection; determine the password required for data source connection- >123456, and so on. After the data source link is obtained, the data source may be stored in a cache, which may be a map, for example. And determining the data source link, and storing the obtained data source link in a cache, so that the configuration efficiency of the report can be improved.
Step 102: and after the identification information corresponding to the report is acquired, determining a mapping file corresponding to the report stored in a database.
In this embodiment, the identification information corresponding to the report may represent a name of the report, and after the identification information corresponding to the report is obtained from a page, a pre-stored mapping file may be determined in the database, where the pre-stored mapping file is an XML mapping file preconfigured based on fields in each report, and the XML mapping file includes fields mapped to the fields in the report.
Step 103: and determining the information mapped with the field of the real-time configuration request in the mapping file based on the field of the real-time configuration request, so as to generate a target data acquisition instruction in real time based on the mapped information.
In this embodiment, the information mapped to the field of the real-time configuration request in the mapping file is determined based on the field of the real-time configuration request, and the information mapped to the field of the real-time configuration request may include field information matched to the field of the real-time configuration request. The mapping information may be used to generate a statement for querying target data in real time (the mapping information may be spliced by using a preset plug-in to generate a query statement), for example, an SQL query statement
Data sources for report 1 configuration: mysql
Report 1XML fragment configuration:
Figure BDA0002932010600000081
Figure BDA0002932010600000091
Figure BDA0002932010600000101
step 104: after the identification information contained in the report is acquired, data source link information corresponding to the report identification is acquired from a cache based on the identification information, wherein the data source link information is used for indicating data source storage information corresponding to the report.
In this embodiment, the data source link information corresponding to the identification information may be directly obtained from the cache based on the identification information, and the data source link information may be used to indicate the data source storage information corresponding to the report. For example, the data source corresponding to the "sales gross profit analysis report" is stored in the relational database mysql. The data source corresponding to the city order sales analysis report is stored in other types of databases. By adopting the mode, when different reports are configured, the data sources can be dynamically switched according to the configuration requirements.
As an optional implementation manner of this embodiment, after obtaining the identification information included in the report, based on the identification information, obtaining the data source link information corresponding to the report identification from the cache includes: after the identification information contained in the report is acquired, judging whether data source link information corresponding to the report identification exists in the cache or not based on the identification information; if the data source link information corresponding to the report identifier does not exist in the cache, creating the data source link information corresponding to the report identifier so as to store the created data source link information corresponding to the report identifier; and acquiring data source link information corresponding to the report identifier from the cache.
In this embodiment, after the data source link information corresponding to the identification information is not stored in the cache, the data source link information may be created in real time, for example, a data source link corresponding to the relational database mysql is created for a "sales gross profit analysis report", and the created data source link is stored in the cache.
Step 105: and acquiring the target data based on the content indicated by the instruction and the data source link information.
In this embodiment, based on the instruction for acquiring target data generated in real time in step 103 and the data source link information acquired in step 104, the target data source may be acquired from the database indicated by the data source link information. For example, data may be obtained from the mysql database that simultaneously satisfies the start time 2021-01-21 and the end time 2021-01-22.
As an optional implementation manner of this embodiment, after the target data is acquired based on the content indicated by the instruction and the data source link information, the method further includes: and after the target data is rendered, sending the rendered data to a preset page.
In this embodiment, rendering the target data may include processing the target data after acquiring the target data to obtain data that can be expressed according to a target dimension, for example, referring to fig. 2, processing the acquired target data to obtain an "effective order number" dimension, an "effective order amount" dimension, an "effective customer unit price" dimension, an "effective gross profit amount" dimension, an "effective gross profit rate" dimension, an "effective commodity amount" dimension, an "effective commodity unit price" dimension, a "commodity gross profit rate" dimension, and the like. After the data of the target dimension is obtained, the target data may be presented on a preset page, for example, the report data may be presented on a report configuration page in fig. 2. Taking report presentation dimension as date, province, city, representative, commodity name and commodity number as an example, according to SQL after the analysis of the prior conditions is completed:
Figure BDA0002932010600000121
Figure BDA0002932010600000131
from the above description, it can be seen that the present disclosure achieves the following technical effects: the data source can be switched in real time according to the report configuration requirement, and the corresponding execution instruction is generated in real time based on the report configuration requirement, so that the configuration efficiency is improved. By using the dynamic report configuration, a large amount of repeated codes and pages can be reduced, and the report can be immediately configured and used immediately. The technical problems that mybatis cannot compile XML fragments in real time and select corresponding data sources, and report development efficiency is low in the prior art are solved.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
According to an embodiment of the present disclosure, there is also provided an apparatus for implementing the information processing method for report configuration, as shown in fig. 3, the apparatus includes: the analysis unit 301 is configured to receive a real-time configuration request for a report, and perform real-time analysis on the real-time configuration request to obtain a field of the real-time configuration request; the first determining unit 302 is configured to determine a mapping file corresponding to a report stored in a database after acquiring identification information corresponding to the report; a second determining unit 303, configured to determine, based on a field of the real-time configuration request, information mapped with the field of the real-time configuration request in the mapping file, so as to generate, in real time, a get target data instruction based on the mapped information; a third determining unit 304, configured to, after acquiring the identification information included in the report, acquire, based on the identification information, data source link information corresponding to the report identification from a cache; an obtaining unit 305 configured to obtain the target data based on the content indicated by the instruction and the data source link information.
As an optional implementation manner of this embodiment, the apparatus further includes: and the sending unit is used for sending the rendered data to a preset page after the target data is rendered.
As an optional implementation manner of this embodiment, the apparatus further includes: a configuration unit configured to configure a data source for the report; the creating unit is configured to establish a data source link between the report and the configured data source; a storage unit configured to store the data source link into a cache.
As an optional implementation manner of this embodiment, the third determining unit 304 is further configured to: after the identification information contained in the report is acquired, judging whether data source link information corresponding to the report identification exists in the cache or not based on the identification information; if the data source link information corresponding to the report identifier does not exist in the cache, creating the data source link information corresponding to the report identifier so as to store the created data source link information corresponding to the report identifier; and acquiring data source link information corresponding to the report identifier from the cache.
According to the implementation, the data sources can be switched in real time according to the report configuration requirements, and corresponding execution instructions are generated in real time based on the report configuration requirements, so that the configuration efficiency is improved. By using the dynamic report configuration, a large amount of repeated codes and pages can be reduced, and the report can be immediately configured and used immediately. The technical problems that mybatis cannot compile XML fragments in real time and select corresponding data sources, and report development efficiency is low in the prior art are solved.
The embodiment of the present disclosure provides an electronic device, as shown in fig. 4, the electronic device includes one or more processors 41 and a memory 42, where one processor 41 is taken as an example in fig. 4.
The controller may further include: an input device 43 and an output device 44.
The processor 41, the memory 42, the input device 43 and the output device 44 may be connected by a bus or other means, and fig. 4 illustrates the connection by a bus as an example.
The processor 41 may be a Central Processing Unit (CPU). The processor 41 may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or combinations thereof. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 42, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and modules, such as program instructions/modules corresponding to the control methods in the embodiments of the present disclosure. The processor 41 executes various functional applications of the server and data processing by running non-transitory software programs, instructions and modules stored in the memory 42, namely, implements the information processing method for report configuration of the above-described method embodiment.
The memory 42 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of a processing device operated by the server, and the like. Further, the memory 42 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 42 may optionally include memory located remotely from processor 41, which may be connected to a network connection device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 43 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the processing device of the server. The output device 44 may include a display device such as a display screen.
One or more modules are stored in the memory 42, which when executed by the one or more processors 41, perform the method as shown in fig. 1.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium, and when executed, the program can include the processes of the embodiments of the motor control methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-only memory (ROM), a Random Access Memory (RAM), a flash memory (FlashMemory), a hard disk (hard disk drive, abbreviated as HDD) or a Solid State Drive (SSD), etc.; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present disclosure have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the present disclosure, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. An information processing method for report configuration is characterized by comprising the following steps:
receiving a real-time configuration request for a report, and analyzing the real-time configuration request in real time to obtain a field of the real-time configuration request;
after acquiring the identification information corresponding to the report, determining a mapping file corresponding to the report stored in a database;
determining information mapped with the field of the real-time configuration request in the mapping file based on the field of the real-time configuration request, and generating a target data acquisition instruction in real time based on the mapped information;
after the identification information contained in the report is acquired, acquiring data source link information corresponding to the report identification from a cache based on the identification information;
and acquiring the target data based on the content indicated by the instruction and the data source link information.
2. The information processing method for report configuration according to claim 1, wherein after acquiring the target data based on the content indicated by the instruction and the data source link information, the method further comprises:
and after the target data is rendered, sending the rendered data to a preset page.
3. The information processing method for report configuration according to claim 1, wherein before receiving a real-time configuration request for a report, performing real-time parsing on the real-time configuration request, and obtaining a field of the real-time configuration request, the method further comprises:
configuring a data source for the report;
establishing a data source link between the report and the configured data source;
and storing the data source link to the cache.
4. The information processing method for report configuration according to claim 1, wherein after obtaining the identification information included in the report, obtaining the data source link information corresponding to the report identification from the cache based on the identification information comprises:
after the identification information contained in the report is acquired, judging whether data source link information corresponding to the report identification exists in the cache or not based on the identification information;
if the data source link information corresponding to the report identifier does not exist in the cache, creating the data source link information corresponding to the report identifier so as to store the created data source link information corresponding to the report identifier;
and acquiring data source link information corresponding to the report identifier from the cache.
5. An information processing apparatus for report configuration, comprising:
the analysis unit is configured to receive a real-time configuration request for a report, and analyze the real-time configuration request in real time to obtain a field of the real-time configuration request;
the system comprises a first determination unit, a second determination unit and a third determination unit, wherein the first determination unit is configured to determine a mapping file corresponding to a report stored in a database after acquiring identification information corresponding to the report;
a second determining unit configured to determine, based on a field of the real-time configuration request, information mapped with the field of the real-time configuration request in the mapping file, so as to generate a get target data instruction in real time based on the mapped information;
the third determining unit is configured to obtain data source link information corresponding to the report identifier from a cache based on the identification information after the identification information contained in the report is obtained;
an acquisition unit configured to acquire the target data based on the content indicated by the instruction and the data source link information.
6. The information processing apparatus for report configuration according to claim 5, said apparatus further comprising:
and the sending unit is used for sending the rendered data to a preset page after the target data is rendered.
7. The information processing apparatus for report configuration according to claim 5, characterized in that the apparatus further comprises:
a configuration unit configured to configure a data source for the report;
the creating unit is configured to establish a data source link between the report and the configured data source;
a storage unit configured to store the data source link into a cache.
8. The information processing apparatus for report configuration according to claim 5, wherein said third determining unit is further configured to:
after the identification information contained in the report is acquired, judging whether data source link information corresponding to the report identification exists in the cache or not based on the identification information;
if the data source link information corresponding to the report identifier does not exist in the cache, creating the data source link information corresponding to the report identifier so as to store the created data source link information corresponding to the report identifier;
and acquiring data source link information corresponding to the report identifier from the cache.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium stores computer instructions for causing the computer to execute the information processing method for report configuration according to any one of claims 1 to 4.
10. An electronic device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores a computer program executable by the at least one processor, the computer program being executed by the at least one processor to cause the at least one processor to perform the information processing method for report configuration according to any one of claims 1 to 4.
CN202110150140.7A 2021-02-03 2021-02-03 Information processing method and device for report configuration Pending CN112882702A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110150140.7A CN112882702A (en) 2021-02-03 2021-02-03 Information processing method and device for report configuration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110150140.7A CN112882702A (en) 2021-02-03 2021-02-03 Information processing method and device for report configuration

Publications (1)

Publication Number Publication Date
CN112882702A true CN112882702A (en) 2021-06-01

Family

ID=76057006

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110150140.7A Pending CN112882702A (en) 2021-02-03 2021-02-03 Information processing method and device for report configuration

Country Status (1)

Country Link
CN (1) CN112882702A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113792138A (en) * 2021-09-14 2021-12-14 广东电网有限责任公司 Report generation method and device, electronic equipment and storage medium
CN113822002A (en) * 2021-08-31 2021-12-21 上海商汤阡誓科技有限公司 Data processing method and device, computer equipment and storage medium
CN115510074A (en) * 2022-11-09 2022-12-23 成都了了科技有限公司 Distributed data management and application platform based on table

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016086640A1 (en) * 2014-12-04 2016-06-09 中兴通讯股份有限公司 Tour inspection report generation method and apparatus
CN109271411A (en) * 2018-09-28 2019-01-25 中国平安财产保险股份有限公司 Report form generation method, device, computer equipment and storage medium
CN110717319A (en) * 2019-09-24 2020-01-21 车智互联(北京)科技有限公司 Self-service report generation method and device, computing equipment and system
CN112148509A (en) * 2020-10-16 2020-12-29 腾讯科技(深圳)有限公司 Data processing method, device, server and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016086640A1 (en) * 2014-12-04 2016-06-09 中兴通讯股份有限公司 Tour inspection report generation method and apparatus
CN109271411A (en) * 2018-09-28 2019-01-25 中国平安财产保险股份有限公司 Report form generation method, device, computer equipment and storage medium
CN110717319A (en) * 2019-09-24 2020-01-21 车智互联(北京)科技有限公司 Self-service report generation method and device, computing equipment and system
CN112148509A (en) * 2020-10-16 2020-12-29 腾讯科技(深圳)有限公司 Data processing method, device, server and computer readable storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113822002A (en) * 2021-08-31 2021-12-21 上海商汤阡誓科技有限公司 Data processing method and device, computer equipment and storage medium
CN113822002B (en) * 2021-08-31 2024-03-26 上海商汤阡誓科技有限公司 Data processing method, device, computer equipment and storage medium
CN113792138A (en) * 2021-09-14 2021-12-14 广东电网有限责任公司 Report generation method and device, electronic equipment and storage medium
CN113792138B (en) * 2021-09-14 2024-04-30 广东电网有限责任公司 Report generation method and device, electronic equipment and storage medium
CN115510074A (en) * 2022-11-09 2022-12-23 成都了了科技有限公司 Distributed data management and application platform based on table
CN115510074B (en) * 2022-11-09 2023-03-03 成都了了科技有限公司 Distributed data management and application system based on table

Similar Documents

Publication Publication Date Title
CN112882702A (en) Information processing method and device for report configuration
US10402310B1 (en) Systems and methods for reducing storage required for code coverage results
US10176206B2 (en) Resolving in-memory foreign keys in transmitted data packets from single-parent hierarchies
US8839197B2 (en) Automated analysis of composite applications
US20200286100A1 (en) Payment complaint method, device, server and readable storage medium
CN110990420A (en) Data query method and device
CN109871368B (en) Database detection method, database detection device, computer device and storage medium
CN114090608A (en) Data report generation method and device
CN111898036B (en) Behavior data collecting and processing system and method
CN112860737A (en) Data query method and device, electronic equipment and readable storage medium
CN115587575A (en) Data table creation method, target data query method, device and equipment
WO2019214014A1 (en) Online product management method and apparatus, terminal device, and storage medium
CN113934733A (en) Problem positioning method, device, system, storage medium and electronic equipment
CN114003818A (en) Page recommendation method, device, server and storage medium
CN113703781A (en) Storage system interface generation method and device, electronic equipment and readable storage medium
CN111552712A (en) Report data extraction method and device and computer equipment
CN115774672A (en) Test case generation method, test case generation device, server and storage medium
CN115391655A (en) Information query method and device, electronic equipment and computer readable storage medium
CN113760317A (en) Page display method, device, equipment and storage medium
CN109697141B (en) Method and device for visual testing
CN114760086B (en) Method and device for detecting compliance of web pages, storage medium and terminal
TW201944232A (en) Method and system of obtaining resources using unified composite query language
CN115086047B (en) Interface authentication method and device, electronic equipment and storage medium
CN114547103A (en) Data acquisition method and device
CN111125244A (en) Search engine inspection method and equipment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210601

RJ01 Rejection of invention patent application after publication