WO2012051773A1 - Method for filtering and analyzing data set of report and device for processing report - Google Patents

Method for filtering and analyzing data set of report and device for processing report Download PDF

Info

Publication number
WO2012051773A1
WO2012051773A1 PCT/CN2010/080238 CN2010080238W WO2012051773A1 WO 2012051773 A1 WO2012051773 A1 WO 2012051773A1 CN 2010080238 W CN2010080238 W CN 2010080238W WO 2012051773 A1 WO2012051773 A1 WO 2012051773A1
Authority
WO
WIPO (PCT)
Prior art keywords
report
data set
filtering
data
page
Prior art date
Application number
PCT/CN2010/080238
Other languages
French (fr)
Chinese (zh)
Inventor
李冰
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012051773A1 publication Critical patent/WO2012051773A1/en

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/24Querying
    • G06F16/242Query formulation

Definitions

  • the present invention relates to a telecom value-added service implementation technology, and in particular, to a data set filtering analysis method and a report processing device for a report. Background technique
  • Reporting is the basic measure and approach for enterprise management. It is the basic business requirement of the enterprise. It is also the basis for implementing BI (Business Intelligence) strategy. It can provide insight into the operation of the enterprise and is a powerful driving force for enterprise development. Especially for telecommunication services, in addition to reflecting the operation of the entire system, the report is more important to provide decision support, which helps guide business development and improve service quality.
  • BI Business Intelligence
  • reports are basically "page + data set" mode.
  • the report design tool only provides a page frame, such as header, report format, etc., almost all data processing parts are placed. In the part of the data set. This requires writing a Query stored procedure for each page.
  • Table 1 is the SP downlink service success report.
  • the MMSC is a Multimedia Message Service
  • the VASPID is a value-added service provider identifier of the SP (Service Provider).
  • the provincial A ⁇ ⁇ table shows records with a downlink business success rate greater than 80%
  • the provincial B ⁇ ⁇ ⁇ table shows records with a downlink business success rate greater than 85%. Therefore, for the same report data source (report data after statistics) view, you need two query stored procedures. If there are a lot of personalization requirements, developers need to make a large and comprehensive query, or need to develop a large number of patches to solve the needs of different customers after the project is implemented, and increase the work. The amount also increases the load on data processing devices (such as computers).
  • the current report display and data analysis are two parts, for example, Table 1:
  • the provincial A requires a success rate of 80%.
  • the required value of the successful number is required to be analyzed. Multiply the number by 80% to get it, or need another analysis system to get this value, increase the amount of data processing equipment (such as computers, servers, etc.), consume a lot of equipment resources and increase the load on the equipment.
  • the main object of the present invention is to provide a data set filtering analysis method and a report processing device for a report, so as to reduce the amount of calculation of the data processing device, reduce the consumption of device resources, and reduce the load on the device.
  • a data set filtering analysis method for a report comprising:
  • the data set is adjusted or filtered according to the selection and the constraint conditions corresponding to the selection.
  • the method before acquiring the data set of the original column, the method further comprises: setting frame fixing information of the report.
  • the method further includes:
  • the selecting, adjusting, or filtering the data set specifically includes: determining whether the data set of the original column needs to be filtered or adjusted, and determining whether the data set of the original column needs to be filtered or needs to be adjusted.
  • the adjusting or filtering the data set according to the selecting and the restriction condition corresponding to the selecting comprises: separating data that does not meet the filtering restriction condition according to the adjusted constraint condition.
  • the invention also provides a report processing device, comprising:
  • a data collection unit configured to: when the page of the report is designed, obtain a data selection unit of the original column, configured to select to adjust or filter the data set;
  • condition setting unit configured to set the restricted condition of the adjustment or the restricted condition of the filtering
  • the operation execution unit is configured to perform an adjustment or filtering operation on the data set according to the selection and the constraint condition corresponding to the selection.
  • the device further includes:
  • a report setting unit configured to set frame fixing information of the report.
  • the device further includes:
  • a page setting unit configured to set column information to be displayed on a page of the report.
  • the selecting unit is further configured to determine whether the data set of the original column needs to be filtered or adjusted, and determine whether the data set of the original column needs to be filtered or needs to be adjusted.
  • the operation execution unit is further configured to separate data that does not meet the adjusted constraint condition according to the adjusted constraint condition, or filter out the constraint condition that does not meet the filtering according to the filtering constraint condition.
  • the data is further configured to separate data that does not meet the adjusted constraint condition according to the adjusted constraint condition, or filter out the constraint condition that does not meet the filtering according to the filtering constraint condition.
  • the technical solution of the present invention has the following beneficial effects:
  • the data set filtering analysis method and the report processing device of the report provided by the present invention can filter or adjust the data set result when the report page is designed, realize the deletion of the garbage data or implement the report.
  • the purpose of the data set analysis is to reduce the amount of computation of the data processing device, reduce the consumption of device resources, and reduce the load on the device.
  • FIG. 1 is a flowchart of a method according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a report processing device according to an embodiment of the present invention.
  • FIG. 4 is another schematic structural diagram of a report processing device according to an embodiment of the present invention. detailed description
  • An embodiment of the present invention provides a data set filtering analysis method for a report. As shown in FIG. 1, the method includes:
  • the method further includes: setting frame fixing information of the report.
  • the method further includes: setting column information that the page of the report needs to display.
  • the design of the entire report includes the acquisition of the data set and the production of the page.
  • Dataset acquisition Connect the original data source. Take the MMS report as an example.
  • the original data source is the original OT (initial termination) bill.
  • the statistical storage process performs statistical processing on the data of the original OT bill to obtain the data required by the report page, that is, the report data source, and stores it in different In the table.
  • the data displayed by the final corresponding page is obtained by creating a view.
  • the query stored procedure is to obtain the data set of the report page by querying the view.
  • Page creation Using the page creation tool, the framework of the report page is created, including the fixed information such as the report name and the header; at the same time, the page creation tool is used to connect to the database required by the report, and the stored data set is obtained by querying the stored procedure, and the data is obtained. Sets are processed, integrated, and integrated with the page framework.
  • the data of the report page (including the header, etc.) and the data of the report can be deployed in different databases, or they can be combined and connected through a proprietary report review tool, such as ZTE's OMMP (Operation and Maintenance Management) platform.
  • a proprietary report review tool such as ZTE's OMMP (Operation and Maintenance Management) platform.
  • the two parts of the data you can get the final complete report.
  • the reporting tool can also be used as a report browser to connect the above data, which can be easily tampering with the page and displayed in real time on the OMMP platform. Therefore, when the demand changes, it can respond quickly, without changing the background database.
  • the method provided by the above embodiment transfers part of the data processing from the data set to the page design stage, and also adds the function of report analysis. Therefore, it is necessary to adjust or filter the dataset of the original column during the design of the report page, such as: setting the filtering constraints or adjusting the constraints, and reprocessing the dataset during page design to make the future
  • the report is based on a new data set, thereby reducing the amount of computation of the data processing device, reducing the consumption of device resources and reducing the load on the device.
  • the method includes: S201: setting a report frame fixed information;
  • the server, the computer, and the like connect the database in which the report data is located through the report tool (that is, the report data source), and the data set of the original column can be obtained by calling the query stored procedure.
  • the report tool that is, the report data source
  • S203 Select whether it is necessary to filter or adjust the data set of the original column; 5204. If it is not required to filter and adjust the data set of the original column, use a server, a computer, etc. to directly design a normal report page by using a report tool; otherwise, go to S205;
  • the filtering and adjustment are two-choice, filtering to delete the garbage data, and adjusting the analysis of the report data.
  • the data set is selected according to the filtering restriction condition set by S206, and the data meeting the restriction condition can be retained as it is, and the data that does not meet the restriction condition is deleted, thereby realizing the garbage data cleaning.
  • the threshold of the garbage data in the embodiment of the present invention can be easily changed, and only the S206 can be modified, so that the change of the demand can be quickly and conveniently responded to.
  • the adjustment operation is selected in S203, the data that does not meet the adjustment restriction condition is separated according to the adjustment condition set by S206, and the value of the original column is adjusted according to the adjustment restriction condition to satisfy the adjustment restriction condition, so that A new column.
  • the new column and the original column can coexist, as long as the two original columns are copied, and one is used to adjust the new ⁇ 'J after adjustment, one can remain as it is.
  • the new column is the same as the original column, and can be used as the data column (including the original column and the adjusted new column) displayed on the table. The difference is: the original column and the statistics using the original column are displayed on the page, and the default adjusted data is highlighted. It is also possible to select different display styles. As with the above filtering operations, the adjustment constraints are also easy to modify, eliminating the need for background database operations.
  • the column information includes column names, value fields, and the like.
  • the method provided by this embodiment moves part of the data processing from the data set to the page design stage, and also adds the function of report analysis. Therefore, in the design of the report page, the data set of the original column needs to be adjusted or filtered, such as: setting the filtering restriction or the adjustment restriction condition, reprocessing the data set during the page design, and making the future report Based on a new data set, the amount of computation of the data processing device is reduced, the consumption of device resources is reduced, and the load on the device is reduced.
  • the embodiment of the invention further provides a report processing device, which is a device that can perform data processing, such as a server and a computer. As shown in Figure 3, the device includes:
  • a data set obtaining unit 410 configured to acquire a data set of the original column when designing the page of the report
  • the selecting unit 420 is configured to select to adjust or filter the data set.
  • the selecting unit 420 is configured to determine whether the data set of the original column needs to be filtered or adjusted, and Determine if the data set of the original column needs to be filtered or needs to be adjusted.
  • condition setting unit 430 configured to set a restriction condition of the adjustment or a restriction condition of filtering
  • the operation execution unit 440 is configured to perform an adjustment or filtering operation on the data set according to the selection and the constraint condition corresponding to the selection. In this embodiment, more specifically, the operation execution unit 440 is configured to separate data that does not meet the adjusted constraint condition according to the adjusted constraint condition. In a further embodiment, as shown in FIG. 4, the device further includes:
  • the report setting unit 450 is configured to set frame fixing information of the report.
  • the device further includes:
  • the page setting unit 460 is configured to set column information that needs to be displayed on the page of the report.
  • the device provided by this embodiment transfers part of the data processing from the data set to the page design stage, and also adds the function of report analysis. Therefore, in the design of the report page, the data set of the original column needs to be adjusted or filtered, such as: setting the filtering restriction or the adjustment restriction condition, reprocessing the data set during the page design, and making the future report Based on a new data set, the amount of computation of the data processing device is reduced, the consumption of device resources is reduced, and the load on the device is reduced.
  • the model of the report is as follows: the sp downlink service success report in Table 1 and the MMS center SP in Table 2 deliver the success rate report:
  • Table 2 only shows the statistics of the vasp with a downlink success rate greater than or equal to 90%. Interest.
  • Table 3 shows all the vasps, but for records with a success rate of less than 90%, if the success rate meets the requirements, the number of successes needs to be increased.
  • You can choose aosuccnum or aonum as a controllable column. Choose aosuccnum here. Because J3 ⁇ 4 ⁇ 1 J mmscname, vaspid, aonum are performed according to the normal design, no modification is made; ⁇ aosuccnum selects the filtering operation, and sets the filtering restriction condition: aosuccnum/aonum> 0.9. Complete the processing of the original data set to J3 ⁇ 4.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A method for filtering and analyzing a data set of a report and a device for processing the report. The method involves: obtaining a data set of an original column at the time of designing a page of a report (S110); selecting adjusting or filtering the data set (S120); setting restricted conditions of the adjusting or filtering (S130); adjusting or filtering the data set based on the selection and the restricted conditions corresponding to the selection (S140). The method and device can filter or adjust the result of the data set at the time of a report page designing process, achieving the purpose of deleting junk data or analyzing the data set of the report, accordingly reducing operational quantity of data processing equipments, consumption of equipments resources and relieving equipments of load.

Description

报表的数据集过滤分析方法和报表处理设备 技术领域  Data set filtering analysis method and report processing device of report
本发明涉及电信增值业务实现技术, 尤其涉及一种报表的数据集过滤 分析方法和报表处理设备。 背景技术  The present invention relates to a telecom value-added service implementation technology, and in particular, to a data set filtering analysis method and a report processing device for a report. Background technique
报表是企业管理的基本措施和途径, 是企业的基本业务要求, 也是实 施 BI (商务智能) 战略的基础, 它能深入洞察企业运营状况, 是企业发展 的强大驱动力。 尤其是对电信业务, 报表除了反映整个系统的运行情况, 更重要在于提供决策支持, 有助于指导业务开展、 提高服务质量。  Reporting is the basic measure and approach for enterprise management. It is the basic business requirement of the enterprise. It is also the basis for implementing BI (Business Intelligence) strategy. It can provide insight into the operation of the enterprise and is a powerful driving force for enterprise development. Especially for telecommunication services, in addition to reflecting the operation of the entire system, the report is more important to provide decision support, which helps guide business development and improve service quality.
在电信增值业务中, 报表基本都是 "页面 +数据集" 的模式, 现有技术 中, 报表设计工具只是提供一个页面的框架, 例如表头、 报表格式等, 几 乎所有的数据处理部分都放在了数据集的部分。 这样就需要为每个页面编 写一个 Query (查询)存储过程。 比如, 表一为 SP下行业务成功率报表。
Figure imgf000003_0002
In telecom value-added services, reports are basically "page + data set" mode. In the prior art, the report design tool only provides a page frame, such as header, report format, etc., almost all data processing parts are placed. In the part of the data set. This requires writing a Query stored procedure for each page. For example, Table 1 is the SP downlink service success report.
Figure imgf000003_0002
Figure imgf000003_0001
Figure imgf000003_0001
其中, MMSC 为多媒体消息业务中心 ( Multimedia Message Service ); VASPID为 SP (服务提供商) 的增值服务提供商标识。  The MMSC is a Multimedia Message Service; the VASPID is a value-added service provider identifier of the SP (Service Provider).
例如, 省 A和省 B有不同的需求, 省 A ^艮表显示下行业务成功率大于 80%的记录, 省 B · ^艮表显示下行业务成功率大于 85%的记录。 所以, 针对 同一个报表数据源 (统计之后的报表数据)视图, 就需要两个查询存储过 程。 如果这种个性化需求很多, 则需要开发人员做一个大而全的查询, 或 者需要在项目实施后开发大量的补丁来解决不同客户的需求, 增加了工作 量, 也增加了数据处理设备 (如: 计算机) 的负荷。 For example, Provincial A and Provincial B have different requirements. The provincial A ^ 艮 table shows records with a downlink business success rate greater than 80%, and the provincial B · ^ 艮 table shows records with a downlink business success rate greater than 85%. Therefore, for the same report data source (report data after statistics) view, you need two query stored procedures. If there are a lot of personalization requirements, developers need to make a large and comprehensive query, or need to develop a large number of patches to solve the needs of different customers after the project is implemented, and increase the work. The amount also increases the load on data processing devices (such as computers).
另外, 目前报表的展示和数据分析是两个部分, 例如, 表一: 省 A要 求成功率达到 80%, 对于不达标的 vasp, 要求分析成功条数需要达到的值, 就需要手工计算总条数乘以 80%才能得到, 或者需要另外的分析系统得到 这个值, 增加了数据处理设备(如计算机、 服务器等) 的运算量, 消耗了 大量的设备资源和增加了设备的负荷。 发明内容  In addition, the current report display and data analysis are two parts, for example, Table 1: The provincial A requires a success rate of 80%. For the non-compliant vasp, the required value of the successful number is required to be analyzed. Multiply the number by 80% to get it, or need another analysis system to get this value, increase the amount of data processing equipment (such as computers, servers, etc.), consume a lot of equipment resources and increase the load on the equipment. Summary of the invention
本发明的主要目的是提供一种报表的数据集过滤分析方法和报表处理 设备, 以减少数据处理设备的运算量、 减少设备资源的消耗和减轻设备的 负荷。  The main object of the present invention is to provide a data set filtering analysis method and a report processing device for a report, so as to reduce the amount of calculation of the data processing device, reduce the consumption of device resources, and reduce the load on the device.
本发明解决其技术问题所釆用的技术方案是:  The technical solution adopted by the present invention to solve the technical problems thereof is:
一种报表的数据集过滤分析方法, 包括:  A data set filtering analysis method for a report, comprising:
在设计所述报表的页面时, 获取原始列的数据集;  Obtain the data set of the original column when designing the page of the report;
选择对所述数据集进行调整或者过滤;  Selecting to adjust or filter the data set;
设置所述调整的限制条件或者过滤的限制条件;  Setting the restriction condition of the adjustment or the restriction condition of the filtering;
根据所述选择和所述选择对应的限制条件对所述数据集进行调整或过 滤操作。  The data set is adjusted or filtered according to the selection and the constraint conditions corresponding to the selection.
优选地, 在获取原始列的数据集之前, 所述方法进一步包括: 设置所述报表的框架固定信息。  Preferably, before acquiring the data set of the original column, the method further comprises: setting frame fixing information of the report.
优选地, 在根据所述选择和所述选择对应的限制条件对所述数据集进 行调整或过滤操作之后, 所述方法进一步包括:  Preferably, after adjusting or filtering the data set according to the selection and the constraint condition corresponding to the selection, the method further includes:
设置所述报表的页面需要显示的列信息。  Set the column information that needs to be displayed on the page of the report.
优选地, 所述选择对所述数据集进行调整或者过滤, 具体包括: 判断 所述原始列的数据集是否需要过滤或调整, 并确定所述原始列的数据集是 需要进行过滤还是需要进行调整。 优选地, 根据所述选择和所述选择对应的限制条件对所述数据集进行 调整或过滤操作, 具体包括: 按照所述调整的限制条件分离出不符合所述 过滤的限制条件的数据。 Preferably, the selecting, adjusting, or filtering the data set specifically includes: determining whether the data set of the original column needs to be filtered or adjusted, and determining whether the data set of the original column needs to be filtered or needs to be adjusted. . Preferably, the adjusting or filtering the data set according to the selecting and the restriction condition corresponding to the selecting comprises: separating data that does not meet the filtering restriction condition according to the adjusted constraint condition.
本发明还提供一种报表处理设备, 其包括:  The invention also provides a report processing device, comprising:
数据集获取单元, 用于在设计所述报表的页面时, 获取原始列的数据 选择单元, 用于选择对所述数据集进行调整或者过滤;  a data collection unit, configured to: when the page of the report is designed, obtain a data selection unit of the original column, configured to select to adjust or filter the data set;
条件设置单元, 用于设置所述调整的限制条件或者过滤的限制条件; 操作执行单元, 用于根据所述选择和所述选择对应的限制条件对所述 数据集进行调整或过滤操作。  And a condition setting unit, configured to set the restricted condition of the adjustment or the restricted condition of the filtering; and the operation execution unit is configured to perform an adjustment or filtering operation on the data set according to the selection and the constraint condition corresponding to the selection.
优选地, 所述设备还包括:  Preferably, the device further includes:
报表设置单元, 用于设置所述报表的框架固定信息。  A report setting unit, configured to set frame fixing information of the report.
优选地, 所述设备还包括:  Preferably, the device further includes:
页面设置单元, 用于设置所述报表的页面需要显示的列信息。  A page setting unit, configured to set column information to be displayed on a page of the report.
优选地, 所述选择单元, 进一步用于判断所述原始列的数据集是否需 要过滤或调整, 并确定所述原始列的数据集是需要进行过滤还是需要进行 调整。  Preferably, the selecting unit is further configured to determine whether the data set of the original column needs to be filtered or adjusted, and determine whether the data set of the original column needs to be filtered or needs to be adjusted.
优选地, 所述操作执行单元, 进一步用于按照所述调整的限制条件分 离出不符合所述调整的限制条件的数据, 或者按照所述过滤的限制条件过 滤掉不符合所述过滤的限制条件的数据。  Preferably, the operation execution unit is further configured to separate data that does not meet the adjusted constraint condition according to the adjusted constraint condition, or filter out the constraint condition that does not meet the filtering according to the filtering constraint condition. The data.
实施本发明的技术方案, 具有以下有益效果: 本发明提供的报表的数 据集过滤分析方法和报表处理设备可以在报表页面设计时, 对数据集结果 过滤或者调整, 实现垃圾数据的删除或者实现报表的数据集分析的目的, 从而减少数据处理设备的运算量, 减少设备资源的消耗和减轻设备的负荷。 附图说明 The technical solution of the present invention has the following beneficial effects: The data set filtering analysis method and the report processing device of the report provided by the present invention can filter or adjust the data set result when the report page is designed, realize the deletion of the garbage data or implement the report. The purpose of the data set analysis is to reduce the amount of computation of the data processing device, reduce the consumption of device resources, and reduce the load on the device. DRAWINGS
图 1为本发明实施例提供的方法流程图;  FIG. 1 is a flowchart of a method according to an embodiment of the present invention;
图 2为本发明实施例提供的方法的另一流程图;  2 is another flowchart of a method according to an embodiment of the present invention;
图 3为本发明实施例提供的报表处理设备的结构示意图;  3 is a schematic structural diagram of a report processing device according to an embodiment of the present invention;
图 4为本发明实施例提供的报表处理设备的另一结构示意图。 具体实施方式  FIG. 4 is another schematic structural diagram of a report processing device according to an embodiment of the present invention. detailed description
为了使本发明的目的、 技术方案及优点更加清楚明白, 以下结合附图 及实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体 实施例仅仅用以解释本发明, 并不用于限定本发明。  The present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
本发明实施例提供一种报表的数据集过滤分析方法, 如图 1 所示, 该 方法包括:  An embodiment of the present invention provides a data set filtering analysis method for a report. As shown in FIG. 1, the method includes:
S110、 在设计所述报表的页面时, 获取原始列的数据集。  S110. Obtain a data set of the original column when designing the page of the report.
S120、 选择对所述数据集进行调整或者过滤。  S120. Select to adjust or filter the data set.
S130、 设置所述调整的限制条件或者过滤的限制条件。  S130. Set the restriction condition of the adjustment or the restriction condition of the filtering.
S140、 根据所述选择和所述选择对应的限制条件对所述数据集进行调 整或过滤操作。  S140. Perform adjustment or filtering operations on the data set according to the selection and the constraint condition corresponding to the selection.
另外, 进一步的实施例中, 在 S110之前, 所述方法进一步包括: 设 置所述报表的框架固定信息。  In addition, in a further embodiment, before S110, the method further includes: setting frame fixing information of the report.
另外, 进一步的实施例中, 在 S140之后, 所述方法进一步包括: 设置 所述报表的页面需要显示的列信息。  In addition, in a further embodiment, after S140, the method further includes: setting column information that the page of the report needs to display.
根据图 1 所示, 可知整个报表的设计包括数据集的获取和页面的制作 两部分。  According to Figure 1, it can be seen that the design of the entire report includes the acquisition of the data set and the production of the page.
数据集的获取: 连接原始数据源, 以彩信报表为例, 原始数据源即为 原始的 OT (起始终止)话单。 统计存储过程对原始的 OT话单的数据进行 统计处理, 得到报表页面需要的数据, 即为报表数据源, 将其存放在不同 的表中。 通过建立视图得到最终对应页面显示的数据。 查询存储过程则是 通过查询视图, 得到报表页面的数据集。 Dataset acquisition: Connect the original data source. Take the MMS report as an example. The original data source is the original OT (initial termination) bill. The statistical storage process performs statistical processing on the data of the original OT bill to obtain the data required by the report page, that is, the report data source, and stores it in different In the table. The data displayed by the final corresponding page is obtained by creating a view. The query stored procedure is to obtain the data set of the report page by querying the view.
页面制作: 使用页面制作工具, 制作报表页面的框架, 包括报表名称、 表头等固定信息; 同时, 通过页面制作工具连接到报表所需要的数据库, 通过查询存储过程, 得到展现的数据集, 对数据集进行处理、 整合, 与页 面框架融合在一起。  Page creation: Using the page creation tool, the framework of the report page is created, including the fixed information such as the report name and the header; at the same time, the page creation tool is used to connect to the database required by the report, and the stored data set is obtained by querying the stored procedure, and the data is obtained. Sets are processed, integrated, and integrated with the page framework.
最终, 报表页面的数据(包括表头等) 和报表的数据可以分别部署在 不同的数据库中, 也可以合设, 通过专有的报表查阅工具, 例如中兴通讯 的 OMMP (操作维护管理)平台, 连接这两部分数据, 可以得到最终完整 的报表。 此外, 报表工具也可以作为报表浏览器使用, 分别连接上述数据, 可以方便地爹改页面, 并且可以实时地显示在 OMMP平台上。 因此当需求 改变时, 可以很快地响应, 无需改动后台的数据库。  Finally, the data of the report page (including the header, etc.) and the data of the report can be deployed in different databases, or they can be combined and connected through a proprietary report review tool, such as ZTE's OMMP (Operation and Maintenance Management) platform. The two parts of the data, you can get the final complete report. In addition, the reporting tool can also be used as a report browser to connect the above data, which can be easily tampering with the page and displayed in real time on the OMMP platform. Therefore, when the demand changes, it can respond quickly, without changing the background database.
上述实施例提供的方法把数据处理的部分工作从数据集转移到页面设 计阶段, 此外还加入了报表分析的功能。 因此需要在报表页面的设计时, 通过对原始列的数据集, 进行调整或者过滤, 如: 设置过滤的限制条件或 者调整的限制条件, 在页面设计时, 对数据集重新处理整合, 使以后的报 表建立在新的数据集基础上, 从而减少数据处理设备的运算量, 减少设备 资源的消耗和减轻设备的负荷。  The method provided by the above embodiment transfers part of the data processing from the data set to the page design stage, and also adds the function of report analysis. Therefore, it is necessary to adjust or filter the dataset of the original column during the design of the report page, such as: setting the filtering constraints or adjusting the constraints, and reprocessing the dataset during page design to make the future The report is based on a new data set, thereby reducing the amount of computation of the data processing device, reducing the consumption of device resources and reducing the load on the device.
下面提供该方法的另一更为具体的实施例, 如图 2所示, 该方法包括: S201、 设置报表框架固定信息;  Another more specific embodiment of the method is provided below. As shown in FIG. 2, the method includes: S201: setting a report frame fixed information;
主要通过服务器、 计算机等设置一些报表的名称、 参数等固定信息。 S202、 获得原始列的数据集;  Set some report name, parameters and other fixed information mainly through server, computer, etc. S202. Obtain a data set of the original column.
服务器、 计算机等通过报表工具连接报表数据所在的数据库 (即: 报 表数据源), 通过调用查询存储过程, 可以得到原始列的数据集。  The server, the computer, and the like connect the database in which the report data is located through the report tool (that is, the report data source), and the data set of the original column can be obtained by calling the query stored procedure.
S203、 选择是否需要过滤或调整该原始列的数据集; 5204、 如果不需要过滤、 调整该原始列的数据集, 则直接使用服务器、 计算机等通过报表工具进行正常的报表页面的设计; 否则, 转 S205; S203. Select whether it is necessary to filter or adjust the data set of the original column; 5204. If it is not required to filter and adjust the data set of the original column, use a server, a computer, etc. to directly design a normal report page by using a report tool; otherwise, go to S205;
5205、 选择对所述数据集进行过滤或者调整操作;  5205. Select to filter or adjust the data set.
所述过滤和调整是二选一的, 过滤实现垃圾数据的删除, 调整实现报 表数据的分析。  The filtering and adjustment are two-choice, filtering to delete the garbage data, and adjusting the analysis of the report data.
5206、 设置所述调整的限制条件或者过滤的限制条件, 以对应过滤条 件或者是调整条件;  5206. Set the adjustment condition or the filtering restriction condition to correspond to a filtering condition or an adjustment condition;
这里除了可以设置简单的针对该原始列的数据集的限制条件, 也可以 设置包含该原始列的表达式值的限制条件, 如果是包含该原始列的表达式 值的限制条件, 则该原始列称为此表达式的可控列。 一个表达式只能设置 一个可控列。  Here, in addition to setting a simple restriction on the data set of the original column, you can also set a constraint that contains the expression value of the original column. If it is a constraint that contains the expression value of the original column, the original column A controllable column called this expression. An expression can only set one controllable column.
5207、 针对 S205不同的选择, 执行不同的操作; 即: 根据所述选择和 所述选择对应的所述限制条件对所述数据集进行调整或过滤操作。  5207. Perform different operations for different selections of S205; that is, perform adjustment or filtering operations on the data set according to the selection and the constraint condition corresponding to the selection.
如果 S203选择过滤操作, 按照 S206设置的过滤的限制条件对数据集 进行 选, 符合限制条件的数据可以原样保留, 不符合限制条件的数据被 删除, 从而实现了垃圾数据的清理。 相较于现有技术中的在存储过程进行 的数据修改, 本发明实施例中垃圾数据的门槛很容易更改, 只需修改 S206 即可, 因此可以实现快速、 方便地响应需求的改变。  If S203 selects the filtering operation, the data set is selected according to the filtering restriction condition set by S206, and the data meeting the restriction condition can be retained as it is, and the data that does not meet the restriction condition is deleted, thereby realizing the garbage data cleaning. Compared with the data modification in the storage process in the prior art, the threshold of the garbage data in the embodiment of the present invention can be easily changed, and only the S206 can be modified, so that the change of the demand can be quickly and conveniently responded to.
如果 S203选择调整操作, 按照 S206设置的调整的限制条件分离出不 符合调整的限制条件的数据, 依据调整的限制条件, 调整该原始列的值, 使之满足调整的限制条件, 这样就得到了一个新的列。 调整后新的列和原 始列是可以并存的, 只要复制两个原始列, 一个用于调整得到调整后新的 歹' J , 一个维持原样即可。 调整后新的列和原始列都一样, 可以作为 ^艮表页 面显示的数据列 (包括原始列和调整后新的列)。 不同之处在于: 该原始列 和使用该原始列的统计项在页面上会特殊显示, 默认调整过的数据高亮显 示, 也可以选择不同的显示风格。 和上述过滤操作一样, 调整的限制条件 也容易修改, 无需进行后台的数据库操作。 If the adjustment operation is selected in S203, the data that does not meet the adjustment restriction condition is separated according to the adjustment condition set by S206, and the value of the original column is adjusted according to the adjustment restriction condition to satisfy the adjustment restriction condition, so that A new column. After adjustment, the new column and the original column can coexist, as long as the two original columns are copied, and one is used to adjust the new 歹'J after adjustment, one can remain as it is. After the adjustment, the new column is the same as the original column, and can be used as the data column (including the original column and the adjusted new column) displayed on the table. The difference is: the original column and the statistics using the original column are displayed on the page, and the default adjusted data is highlighted. It is also possible to select different display styles. As with the above filtering operations, the adjustment constraints are also easy to modify, eliminating the need for background database operations.
S208、 设置所述报表的页面需要显示的列信息;  S208. Set column information that needs to be displayed on the page of the report;
该列信息包括列名称, 取值字段等。  The column information includes column names, value fields, and the like.
该实施例提供的方法将数据处理的部分工作从数据集移到页面设计阶 段, 此外还加入了报表分析的功能。 因此需要在报表页面的设计时, 通过 对原始列的数据集进行调整或者过滤, 如: 设置过滤的限制条件或者调整 的限制条件, 在页面设计时, 对数据集重新处理整合, 使以后的报表建立 在新的数据集基础上, 从而减少数据处理设备的运算量, 减少设备资源的 消耗和减轻设备的负荷。  The method provided by this embodiment moves part of the data processing from the data set to the page design stage, and also adds the function of report analysis. Therefore, in the design of the report page, the data set of the original column needs to be adjusted or filtered, such as: setting the filtering restriction or the adjustment restriction condition, reprocessing the data set during the page design, and making the future report Based on a new data set, the amount of computation of the data processing device is reduced, the consumption of device resources is reduced, and the load on the device is reduced.
本发明实施例还提供一种报表处理设备, 该设备为服务器、 计算机等 可以进行数据处理的设备。 如图 3所示, 该设备包括:  The embodiment of the invention further provides a report processing device, which is a device that can perform data processing, such as a server and a computer. As shown in Figure 3, the device includes:
数据集获取单元 410, 用于在设计所述报表的页面时, 获取原始列的数 据集;  a data set obtaining unit 410, configured to acquire a data set of the original column when designing the page of the report;
选择单元 420, 用于选择对所述数据集进行调整或者过滤; 在该实施例 中, 更为具体地, 所述选择单元 420, 用于判断该原始列的数据集是否需要 过滤或调整, 并确定所述原始列的数据集是需要进行过滤还是需要进行调 整。  The selecting unit 420 is configured to select to adjust or filter the data set. In this embodiment, specifically, the selecting unit 420 is configured to determine whether the data set of the original column needs to be filtered or adjusted, and Determine if the data set of the original column needs to be filtered or needs to be adjusted.
条件设置单元 430 , 用于设置所述调整的限制条件或者过滤的限制条 件;  a condition setting unit 430, configured to set a restriction condition of the adjustment or a restriction condition of filtering;
操作执行单元 440,用于根据所述选择和所述选择对应的限制条件对所 述数据集进行调整或过滤操作。 在该实施例中, 更为具体地, 该操作执行 单元 440,用于按照所述调整的限制条件分离出不符合该调整的限制条件的 数据。 进一步的实施例中, 如图 4所示, 所述设备还包括: The operation execution unit 440 is configured to perform an adjustment or filtering operation on the data set according to the selection and the constraint condition corresponding to the selection. In this embodiment, more specifically, the operation execution unit 440 is configured to separate data that does not meet the adjusted constraint condition according to the adjusted constraint condition. In a further embodiment, as shown in FIG. 4, the device further includes:
报表设置单元 450, 用于设置所述报表的框架固定信息。  The report setting unit 450 is configured to set frame fixing information of the report.
进一步的实施例中, 所述设备还包括:  In a further embodiment, the device further includes:
页面设置单元 460 , 用于设置所述报表的页面需要显示的列信息。 该实施例提供的设备将数据处理的部分工作从数据集转移到页面设计 阶段, 此外还加入了报表分析的功能。 因此需要在报表页面的设计时, 通 过对原始列的数据集进行调整或者过滤, 如: 设置过滤的限制条件或者调 整的限制条件, 在页面设计时, 对数据集重新处理整合, 使以后的报表建 立在新的数据集基础上, 从而减少数据处理设备的运算量, 减少设备资源 的消耗和减轻设备的负荷。  The page setting unit 460 is configured to set column information that needs to be displayed on the page of the report. The device provided by this embodiment transfers part of the data processing from the data set to the page design stage, and also adds the function of report analysis. Therefore, in the design of the report page, the data set of the original column needs to be adjusted or filtered, such as: setting the filtering restriction or the adjustment restriction condition, reprocessing the data set during the page design, and making the future report Based on a new data set, the amount of computation of the data processing device is reduced, the consumption of device resources is reduced, and the load on the device is reduced.
下面提供上述方法和设备的应用实施例。  Application examples of the above methods and apparatus are provided below.
报表的模型如上述表一的 sp下行业务成功率报表和表二的彩信中心 SP 下发成功率报表:
Figure imgf000010_0003
The model of the report is as follows: the sp downlink service success report in Table 1 and the MMS center SP in Table 2 deliver the success rate report:
Figure imgf000010_0003
Figure imgf000010_0001
Figure imgf000010_0004
Figure imgf000010_0001
Figure imgf000010_0004
Figure imgf000010_0002
Figure imgf000010_0002
用户需要对 VASP 下行业务总条数、 成功条数、 成功率进行统计。 查 询存储过程得到的数据集是 mmscname、 vaspid ^ aonum ¾ aosuccnum (都为 数据库中字段名称)。 与报表列的对应关系如表二。 You need to collect statistics on the total number of VASP downlink services, the number of successes, and the success rate. Query stored procedures resulting data set is mmscname, vaspid ^ aonum ¾ aosuccnum (field names are in the database). The correspondence with the report column is shown in Table 2.
统计要求: 表二, 只显示下行成功率大于等于 90%的 vasp的统计信 息。 Statistical requirements: Table 2, only shows the statistics of the vasp with a downlink success rate greater than or equal to 90%. Interest.
才艮表三, 显示全部的 vasp, 但是对成功率小于 90%的记录, 如果成功 率达到要求, 成功条数需要增加的数量。  Table 3 shows all the vasps, but for records with a success rate of less than 90%, if the success rate meets the requirements, the number of successes needs to be increased.
报表二的实现过程:  The implementation process of report two:
设计报表框架的固定信息, 名称 "彩信中心 SP下发成功率报表"; 通过查询存储过程得到原始数据集: mmscname、 vaspid、 aonum、 aosuccnum。  Design the fixed information of the report framework, name "MMS center SP delivery success report"; obtain the original data set by querying the stored procedure: mmscname, vaspid, aonum, aosuccnum.
报表条件成功率大于等于 90%, 即 aosuccnum/aonum>=0.9, 这是一个 针对表达式的限制条件。 可以选择 aosuccnum或者 aonum为可控列。 这里 选择 aosuccnum。 因 J¾歹1 J mmscname、 vaspid、 aonum按照普通的设计进行, 不做修改; 歹 aosuccnum 选择过滤操作, 设置过滤的限制条件: aosuccnum/aonum>=0.9。 至 J¾完成原始数据集的处理。 The report condition success rate is greater than or equal to 90%, that is, aosuccnum/aonum>=0.9, which is a constraint for expressions. You can choose aosuccnum or aonum as a controllable column. Choose aosuccnum here. Because J3⁄4歹1 J mmscname, vaspid, aonum are performed according to the normal design, no modification is made; 歹aosuccnum selects the filtering operation, and sets the filtering restriction condition: aosuccnum/aonum>=0.9. Complete the processing of the original data set to J3⁄4.
接着设置页面显示的列信息: MMSC、 VASPID、 下行业务总条数、 下 行业务成功条数、 下行业务成功率。 这样就完成了报表二的过滤设计。  Then set the column information displayed on the page: MMSC, VASPID, total number of downlink services, number of downlink services, and success rate of downlink services. This completes the filtering design of Report 2.
表三的实现过程:  The implementation process of Table 3:
设计报表框架的固定信息, 名称 "彩信中心 SP下发成功率报表"; 通过查询存储过程得到原始数据集: mmscname、 vaspid、 aonum、 aosuccnum。  Design the fixed information of the report framework, name "MMS center SP delivery success report"; obtain the original data set by querying the stored procedure: mmscname, vaspid, aonum, aosuccnum.
限制条件 aosuccnum/ aonum>=0.9, 需求是查看成功条数需要增加的条 数, 这里只能选择 aosuccnum作为可控列。  Restriction aosuccnum/ aonum>=0.9, the requirement is to check the number of successes that need to be increased. Here, only aosuccnum can be selected as the controllable column.
复制 aosuccnum 歹1 J , 对其中一个 aosuccnum , 改歹1 J名称为: alter— aosuccnum; 对歹1 J alter— aosuccnum选择调整操作; 设置调整的限制条 件: aosuccnum/aonum>=0.9; 设置该列和使用到该列的统计项的显示风格。 至此得到了调整后新的列。 Copy aosuccnum bad 1 J, wherein a pair of aosuccnum, 1 J modified bad name: alter- aosuccnum; 1 J alter- aosuccnum of bad adjustment operation selection; setting adjustment constraints: aosuccnum / aonum> = 0.9; and setting the column Use the display style of the statistics item to the column. So far, I have adjusted the new column.
接着部署页面的显示信息: MMSC、 VASPID、 下行业务总条数、 下行 业务成功条数、 调整过的成功条数、 成功条数需增加数和下行业务成功率, 其中下行业务成功条数和调整过的成功条数分别对应原始数据集的 aosuccnum和调整过的 aosuccnum, 即 alter— aosuccnum。 Then display the information displayed on the page: MMSC, VASPID, total number of downlink services, downlink The number of successful services, the number of successful adjustments, the number of successes, and the success rate of downlink services, where the number of successful downlink services and the number of successful successes correspond to aosuccnum and adjusted aosuccnum of the original data set, respectively. That is, alter- aosuccnum.
可以通过报表三很直观地看到要成功率达到指标值 90%, 需要提高的 成功条数。  It can be seen intuitively through Report 3 that the success rate is 90% of the indicator value and the number of successes that need to be improved.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在 本发明的精神和原则之内所作的任何修改、 等同替换和改进等, 均应包含 在本发明的保护范围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.

Claims

权利要求书 Claim
1、 一种报表的数据集过滤分析方法, 其特征在于, 所述方法包括: 在设计所述报表的页面时, 获取原始列的数据集;  A data set filtering analysis method for a report, the method comprising: obtaining a data set of an original column when designing a page of the report;
选择对所述数据集进行调整或者过滤;  Selecting to adjust or filter the data set;
设置所述调整的限制条件或者过滤的限制条件;  Setting the restriction condition of the adjustment or the restriction condition of the filtering;
根据所述选择和所述选择对应的限制条件对所述数据集进行调整或过 滤操作。  The data set is adjusted or filtered according to the selection and the constraint conditions corresponding to the selection.
2、 如权利要求 1所述的方法, 其特征在于, 在获取原始列的数据集之 前, 所述方法进一步包括:  2. The method of claim 1 wherein, prior to obtaining the data set of the original column, the method further comprises:
设置所述报表的框架固定信息。  Set the frame fixing information for the report.
3、 如权利要求 2所述的方法, 其特征在于, 在根据所述选择和所述选 择对应的限制条件对所述数据集进行调整或过滤操作之后, 所述方法进一 步包括:  3. The method according to claim 2, wherein after the adjusting or filtering the data set according to the selection and the corresponding constraint condition, the method further comprises:
设置所述报表的页面需要显示的列信息。  Set the column information that needs to be displayed on the page of the report.
4、 如权利要求 1、 2或 3所述的方法, 其特征在于, 所述选择对所述 数据集进行调整或者过滤, 具体包括: 判断所述原始列的数据集是否需要 过滤或调整, 并确定所述原始列的数据集是需要进行过滤还是需要进行调 整。  The method according to claim 1, 2 or 3, wherein the selecting or adjusting the data set comprises: determining whether the data set of the original column needs to be filtered or adjusted, and Determine if the data set of the original column needs to be filtered or needs to be adjusted.
5、 如权利要求 1、 2或 3所述方法, 其特征在于, 根据所述选择和所 述选择对应的限制条件对所述数据集进行调整或过滤操作, 具体包括: 按 照所述调整的限制条件分离出不符合所述调整的限制条件的数据, 或者按  The method according to claim 1, 2 or 3, wherein the adjusting or filtering the data set according to the selection and the constraint condition corresponding to the selecting comprises: adjusting according to the limitation Conditions separate data that does not meet the constraints of the adjustment, or press
6、 一种报表处理设备, 其特征在于, 所述设备包括: A report processing device, wherein the device comprises:
数据集获取单元, 用于在设计所述报表的页面时, 获取原始列的数据 选择单元, 用于选择对所述数据集进行调整或者过滤; a data set obtaining unit, configured to acquire data of an original column when designing a page of the report a selecting unit, configured to select to adjust or filter the data set;
条件设置单元, 用于设置所述调整的限制条件或者过滤的限制条件; 操作执行单元, 用于根据所述选择和所述选择对应的限制条件对所述 数据集进行调整或过滤操作。  And a condition setting unit, configured to set the restricted condition of the adjustment or the restricted condition of the filtering; and the operation execution unit is configured to perform an adjustment or filtering operation on the data set according to the selection and the constraint condition corresponding to the selection.
7、 如权利要求 6所述的设备, 其特征在于, 所述设备还包括: 报表设置单元, 用于设置所述报表的框架固定信息。  The device according to claim 6, wherein the device further comprises: a report setting unit, configured to set frame fixed information of the report.
8、 如权利要求 7所述的设备, 其特征在于, 所述设备还包括: 页面设置单元, 用于设置所述报表的页面需要显示的列信息。  The device according to claim 7, wherein the device further comprises: a page setting unit, configured to set column information that the page of the report needs to display.
9、 如权利要求 6、 7或 8所述的设备, 其特征在于, 所述选择单元, 进一步用于判断所述原始列的数据集是否需要过滤或调整, 并确定所述原 始列的数据集是需要进行过滤还是需要进行调整。  The device according to claim 6, 7 or 8, wherein the selecting unit is further configured to determine whether the data set of the original column needs to be filtered or adjusted, and determine a data set of the original column. Whether it needs to be filtered or needs to be adjusted.
10、 如权利要求 6、 7或 8所述的设备, 其特征在于, 所述操作执行单 元, 进一步用于按照所述调整的限制条件分离出不符合所述调整的限制条 件的数据。  The apparatus according to claim 6, 7 or 8, wherein the operation executing unit is further configured to separate data that does not meet the adjusted restriction condition according to the adjusted restriction condition.
PCT/CN2010/080238 2010-10-18 2010-12-24 Method for filtering and analyzing data set of report and device for processing report WO2012051773A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010105100949A CN101957811A (en) 2010-10-18 2010-10-18 Method for filtering and analyzing data set of report form and report form processing equipment
CN201010510094.9 2010-10-18

Publications (1)

Publication Number Publication Date
WO2012051773A1 true WO2012051773A1 (en) 2012-04-26

Family

ID=43485144

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/080238 WO2012051773A1 (en) 2010-10-18 2010-12-24 Method for filtering and analyzing data set of report and device for processing report

Country Status (2)

Country Link
CN (1) CN101957811A (en)
WO (1) WO2012051773A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9372936B2 (en) 2013-06-12 2016-06-21 International Business Machines Corporation Partial data report generation with data costing notification

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103778064B (en) * 2012-10-23 2017-10-27 阿里巴巴集团控股有限公司 A kind of data managing method and device
CN109542968B (en) * 2018-11-21 2022-02-08 成都材智科技有限公司 VASP software-based computing data processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1787448A (en) * 2004-12-06 2006-06-14 中兴通讯股份有限公司 Method for auto-forming reporting forms of telecommunication equipment performance
CN101071416A (en) * 2007-07-02 2007-11-14 华为技术有限公司 Report template generating system, development tool, development method and report client end
CN101158900A (en) * 2007-11-19 2008-04-09 北京大学 Report generation system and method based on moulding plate series
CN101706818A (en) * 2009-12-04 2010-05-12 金蝶软件(中国)有限公司 Report dynamic filtering method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030097371A1 (en) * 2001-11-21 2003-05-22 Kung-Cheng Tu Process basic record inquiry system
CN100511138C (en) * 2007-07-02 2009-07-08 华为技术有限公司 Generation method and apparatus for report condition inputting interface
CN101183371B (en) * 2007-12-12 2010-06-09 中兴通讯股份有限公司 Method for quickly finishing large data-handling and reporting system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1787448A (en) * 2004-12-06 2006-06-14 中兴通讯股份有限公司 Method for auto-forming reporting forms of telecommunication equipment performance
CN101071416A (en) * 2007-07-02 2007-11-14 华为技术有限公司 Report template generating system, development tool, development method and report client end
CN101158900A (en) * 2007-11-19 2008-04-09 北京大学 Report generation system and method based on moulding plate series
CN101706818A (en) * 2009-12-04 2010-05-12 金蝶软件(中国)有限公司 Report dynamic filtering method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9372936B2 (en) 2013-06-12 2016-06-21 International Business Machines Corporation Partial data report generation with data costing notification
US9672294B2 (en) 2013-06-12 2017-06-06 International Business Machines Corporation Partial data report generation with data costing notification

Also Published As

Publication number Publication date
CN101957811A (en) 2011-01-26

Similar Documents

Publication Publication Date Title
US11405468B2 (en) Forming activity streams across heterogeneous applications
US11314737B2 (en) Transforming event data using values obtained by querying a data source
US10257059B2 (en) Transforming event data using remote capture agents and transformation servers
US11836148B1 (en) Data source correlation user interface
CA2561985C (en) Service broker integration layer for supporting telecommunication client service requests
TWI337715B (en) Method and system for complex event processing
US20180167276A1 (en) Application-based configuration of network data capture by remote capture agents
WO2013091346A1 (en) Webpage content preloading method, device and system
CN102833111B (en) A kind of visual HTTP data monitoring and managing method and device
CN109032663A (en) Generation method, device, computer equipment and the storage medium of interface document
JP2009512934A (en) RSS-based content extraction server, content extraction method, server management device, and standby screen providing system for mobile communication terminal device using the same
CN104536965B (en) A kind of data query display systems under the conditions of big data and method
CN105868231A (en) Cache data updating method and device
CN109783426A (en) Acquire method, apparatus, computer equipment and the storage medium of data
CN111177337B (en) Data processing method and device for questionnaire
CN102222112B (en) Resource management device and resource management method
WO2014056145A1 (en) Method and system for making web application obtain database change
WO2011009316A1 (en) Report form server, method for generating instant report forms and system thereof
WO2012051773A1 (en) Method for filtering and analyzing data set of report and device for processing report
CN112631879A (en) Data acquisition method and device, computer readable medium and electronic equipment
US20100169298A1 (en) Method And An Apparatus For Information Collection
US20030236874A1 (en) Method and arrangement for providing an information management system
CN103581119B (en) System and method for displaying production process data at high speed
US20120047161A1 (en) Management of an inventory of websites
WO2024011829A1 (en) Comprehensive intelligent platform data management method and system based on spatio-temporal system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10858561

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10858561

Country of ref document: EP

Kind code of ref document: A1