JP2005190212A - Database system, data processing method and program - Google Patents

Database system, data processing method and program Download PDF

Info

Publication number
JP2005190212A
JP2005190212A JP2003431371A JP2003431371A JP2005190212A JP 2005190212 A JP2005190212 A JP 2005190212A JP 2003431371 A JP2003431371 A JP 2003431371A JP 2003431371 A JP2003431371 A JP 2003431371A JP 2005190212 A JP2005190212 A JP 2005190212A
Authority
JP
Japan
Prior art keywords
condition
conditions
information
function
search
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
JP2003431371A
Other languages
Japanese (ja)
Inventor
Yasutaka Shirai
保隆 白井
Koji Maruya
宏二 丸屋
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2003431371A priority Critical patent/JP2005190212A/en
Publication of JP2005190212A publication Critical patent/JP2005190212A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a database system, a data processing method and a program by which conditions for retrieval, totalization, etc. can be stored and reused. <P>SOLUTION: A registration part 30 is a registering means for registering a condition used for a function. A reuse part 40 is a reusing means for reusing a registered condition as a condition for another function by receiving an access and correction in accordance with given operation. For instance, a reusing method in which a common part set in detail is used in its entirety and only data expression such as a table and graph display is changed can be easily performed. Thereby the efficiency of operation such as the specification of a condition can be sharply improved and time required up to the output of a result desired by a user can be effectively shortened. Especially when the system is applied to the development of a software system in which various presentation of information is required, more effects can be expected. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、検索や集計などの条件を保存し再利用できるデータベースシステム、データ処理方法及びプログラムに関する。   The present invention relates to a database system, a data processing method, and a program that can store and reuse conditions such as search and tabulation.

近年、コンピュータ技術の発達に伴い、さまざまな産業分野でコンピュータを用いたデータベース技術が応用されている。データベースは、典型的には、帳票や表と呼ばれる単位で管理され、予め定義されたデータ項目がフィールドやカテゴリなどと呼ばれ、各フィールドの値のセットであるレコードが多数記録される。検索の際は、例えばあるフィールドがある指定する値であるなどの絞込み条件を与えると、該当するレコードが絞込検索され、その結果が一覧表示できる。
特開2003−30217
In recent years, with the development of computer technology, database technology using computers has been applied in various industrial fields. The database is typically managed in units called forms and tables. Predefined data items are called fields, categories, and the like, and a large number of records that are sets of values for each field are recorded. In the search, for example, if a narrowing condition is given such that a certain field is a specified value, the corresponding record is narrowed down and the result can be displayed in a list.
JP2003-30217

しかしながら、従来の技術では、データベースで検索を実行するたびに、該当する項目を絞り込むための条件を入力しなくてはならないため、手間がかかる問題があった。また、保存されているデータベースの一部分のみを変更して、新たなデータベースの検索を行いたい場合でも、新しく一から条件を入力しなくてはならないため、手間がかかる問題もあった。さらに、検索で使用していた条件を、集計や分析で再利用することができない不便があった。   However, in the conventional technique, every time a search is performed in the database, a condition for narrowing down the corresponding item has to be input, and thus there is a problem that takes time and effort. In addition, even if it is desired to change only a part of the stored database and search a new database, there is a problem that it takes time since a new condition must be input from the beginning. Furthermore, there is an inconvenience that the conditions used in the search cannot be reused in the aggregation and analysis.

特に、過去に蓄積したりこれから蓄積してゆく情報を、集計や分析などでどのように処理するのが効果的か事前に判断することは困難である場合も多く、試行錯誤のたびに絞込み等の条件を上記のように一から入力していたのでは効率が悪い問題もあり、その改善も潜在的に求められていた。   In particular, it is often difficult to determine in advance how to process the information accumulated in the past or in the future through aggregation and analysis, etc., and narrowing down every trial and error If the above conditions were input from the beginning as described above, there was a problem of inefficiency, and there was a need for improvement.

例えば、ソフトウェア・システム開発における不具合の情報をデータベースで蓄積する場合、システム開発の段階の違いや、プログラマ又はシステムエンジニアなどの立場などの要素に応じ、さまざまな異なる扱いが考えられる。例えば、利用者への見せ方、対象とする情報の範囲や詳細度、テーブル、一覧、グラフなどの形式の別、バグ収束曲線と一緒に見るかどうか、さらには、システム開発のアプローチや個別のチーム、個人などに応じ要求が異なることもある。これら多様な要求に応えるには、一から条件を入力する従来技術では効率の悪さが特に大きな問題であった。   For example, when information on defects in software / system development is accumulated in a database, various different treatments can be considered depending on factors such as differences in the stage of system development and the standpoint of a programmer or system engineer. For example, how to show to users, the range and level of detail of the target information, table, list, graph, etc., whether to view along with the bug convergence curve, as well as system development approaches and individual Requests may vary depending on the team, individual, etc. In order to meet these various demands, inefficiency is a particularly serious problem in the prior art in which conditions are input from scratch.

従来、サーバでの検索履歴を単に他のサーバでも利用できる程度のものはあったが(特許文献1参照)、上記のような課題を解決する技術は知られていなかった。   Conventionally, there is a server that can only use a search history in a server (see Patent Document 1), but a technique for solving the above problem has not been known.

本発明は、上記のような従来技術を解決するもので、その目的は、検索や集計などの条件を保存し再利用できるデータベースシステム、データ処理方法及びプログラムを提供することである。   The present invention solves the above-described prior art, and an object of the present invention is to provide a database system, a data processing method, and a program capable of storing and reusing conditions such as search and aggregation.

上記の目的を達成するため、本発明では、データの検索、集計、分析を含む二以上の機能をそれぞれ与えられる操作及び条件に基いて実現するデータベースシステム、データ処理方法及びプログラムにおいて、コンピュータが、前記機能で用いた前記条件を登録し、登録されている前記条件について、与えられる操作に応じて、呼び出し及び修正の受付を行うことにより他の前記機能の条件として再利用させることを特徴とする。   In order to achieve the above object, in the present invention, in a database system, a data processing method, and a program that realize two or more functions including data search, aggregation, and analysis based on operations and conditions, respectively, The condition used in the function is registered, and the registered condition is reused as a condition of another function by calling and accepting correction according to a given operation. .

これにより、保存された検索条件をデータの集計や分析など、異なる情報の表示機能にも再利用可能となる。例えば、詳細に設定された共通部分をそっくりそのまま使い、一覧やグラフ表示といったデータの見方だけを変更するなどの再利用が容易になる。このため、条件指定などの操作が大幅に効率化され、ユーザが望む結果の出力までの時間も効果的に短縮される。特に、情報の多様な見せ方を要するソフトウェア・システムの開発に応用すれば一層の効果が期待できる。   As a result, the stored search conditions can be reused for different information display functions such as data aggregation and analysis. For example, the common part set in detail is used as it is, and the reuse such as changing only the way of viewing data such as a list or a graph display becomes easy. For this reason, operations such as condition specification are greatly improved, and the time until the output of the result desired by the user is effectively shortened. In particular, if applied to the development of software systems that require various ways of showing information, further effects can be expected.

上記のように、本発明によれば、検索や集計などの条件を保存し再利用できるデータベースシステム、データ処理方法及びプログラムを提供することができる。   As described above, according to the present invention, it is possible to provide a database system, a data processing method, and a program that can store and reuse conditions such as search and aggregation.

いか、本発明を実施するための最良の形態(以下「実施形態」と呼ぶ)について、図面を参照して具体的に説明する。   The best mode for carrying out the present invention (hereinafter referred to as “embodiment”) will be specifically described with reference to the drawings.

〔1.構成〕
まず、本実施形態の構成図を図1に示す。本実施形態は、利用者1の利用に応じ、データの検索、集計、分析を含む各機能を、それぞれ与えられる操作及び条件に基いて実現するデータベースシステム(以下「本システム」と呼ぶ)に関するもので、本システムは、コンピュータが所定のプログラム(例えば、ワークフローシステムなどのアプリケーションプログラム)による制御に基いて、図1の構成図に示すような仮想的回路ブロックの各機能を実現することで実現され、そのようなプログラムやデータ処理方法としても把握できるので、以下、図等において、各部を〇〇装置のようにも表す。
[1. Constitution〕
First, the block diagram of this embodiment is shown in FIG. This embodiment relates to a database system (hereinafter referred to as “the present system”) that realizes each function including data search, aggregation, and analysis based on given operations and conditions according to the use of the user 1. The system is realized by the computer realizing each function of the virtual circuit block as shown in the configuration diagram of FIG. 1 based on control by a predetermined program (for example, an application program such as a workflow system). Since it can be grasped as such a program or data processing method, each part is also expressed as a device in the drawings below.

図1の構成図では、コンピュータが所定のプログラムに制御されることにより、メニュー出力部10と、情報検索条件入力部20と、登録部30と、再利用部40と、を実現するものである。   In the configuration diagram of FIG. 1, the menu output unit 10, the information search condition input unit 20, the registration unit 30, and the reuse unit 40 are realized by the computer being controlled by a predetermined program. .

このうち、利用者1は、アプリケーションプログラムを利用して、検索、集計、分析の各機能によるデータの加工をする人やシステムである。メニュー出力部10は、液晶などの表示装置を通じてメニューを出力するとともにメニューへの操作を受け付ける部分である。   Among these, the user 1 is a person or a system that processes data by each function of search, aggregation, and analysis using an application program. The menu output unit 10 is a part that outputs a menu through a display device such as a liquid crystal and receives an operation on the menu.

登録部30は、図1に破線で示す部分で、前記機能で用いた前記条件を登録する登録手段である。再利用部40は、図1に二点鎖線で示す部分で、登録されている前記条件について、与えられる操作に応じて、呼び出し及び修正の受付を行うことにより他の前記機能の条件として再利用させる再利用手段である。   The registration unit 30 is a registration unit that registers the conditions used in the function in the portion indicated by a broken line in FIG. The reuse unit 40 is a part indicated by a two-dot chain line in FIG. 1. The registered condition is reused as a condition for the other function by accepting a call and correction according to a given operation. It is a reuse means to make it.

登録部30及び再利用部40は、独自の構成要素と共通の構成要素を持つ。共通の構成要素は、表示条件作成部50と、登録条件DB(データベース)53と、利用者DB55である。登録部30の独自の構成要素は、メニュー作成部33と、帳票DB35であり、再利用部40の独自の構成要素は、フィールド定義部43と、フィールドDB45と、入力装置部品部47である。   The registration unit 30 and the reuse unit 40 have a common component with a unique component. Common components are a display condition creation unit 50, a registration condition DB (database) 53, and a user DB 55. The unique components of the registration unit 30 are the menu creation unit 33 and the form DB 35, and the unique components of the reuse unit 40 are the field definition unit 43, the field DB 45, and the input device component unit 47.

また、メニュー作成部33は、メニュー項目を作成する部分である。なお、図1の説明では便宜上、上記のような構成に分けているが、各機能は厳密に「〇〇部」のように分ける意味はなく、例えば、メニュー作成部33は、メニュー出力部10及び情報検索条件入力部20とともに、メニュー画面を表示し、登録された前記条件又はその条件を使った結果を呼び出すためのメニュー項目を加えることによりメニュー画面を動的に変化させる入出力手段を構成している。   The menu creation unit 33 is a part that creates menu items. In the description of FIG. 1, for the sake of convenience, the configuration is divided as described above. However, each function is not strictly divided as “0000 copies”. For example, the menu creation unit 33 includes the menu output unit 10. In addition to the information search condition input unit 20, an input / output unit that displays a menu screen and dynamically changes the menu screen by adding a menu item for calling the registered condition or a result using the condition is configured. doing.

また、情報検索条件入力部20は、利用者や他のコンピュータシステムから情報の検索・集計・分析といった機能のサービス要求を受け、メニュー作成部10や再利用部40を制御する。表示条件作成部50は、利用者に向けて表示する条件をさまざまなデータベースの情報から作成する部分である。   Further, the information search condition input unit 20 receives a service request for a function such as information search / aggregation / analysis from a user or another computer system, and controls the menu creation unit 10 and the reuse unit 40. The display condition creation unit 50 is a part that creates conditions to be displayed to the user from information in various databases.

帳票DB35は、ワークフローシステムが検索(集計・分析)の対象とするデータが格納されたデータベースであり、具体例として、不具合情報システムでは、不具合の詳細情報などが記録されたデータなどが内容となる。また、登録条件DB53は、データを検索(集計・分析)をする際に使用した、絞り込むための条件を格納するデータベースである。利用者DBは、利用者の情報が格納されたデータベースであり、利用者ごと(ログイン別)に表示する条件を変更するために利用される。   The form DB 35 is a database in which data to be searched (aggregated / analyzed) by the workflow system is stored. As a specific example, in the defect information system, data including detailed defect information is included. . The registration condition DB 53 is a database that stores conditions for narrowing down data used when searching (aggregating / analyzing) data. The user DB is a database in which user information is stored, and is used to change the conditions to be displayed for each user (by login).

フィールド定義部43は、フィールド情報を定義する部分である。フィールド情報は、データをさまざまな観点からカテゴリ化するための情報で、典型的にはデータベースの各レコードを構成するデータ項目である。フィールドDB45は、そのようなフィールド情報が格納されたデータベースである。   The field definition unit 43 is a part that defines field information. Field information is information for categorizing data from various viewpoints, and is typically a data item constituting each record of a database. The field DB 45 is a database in which such field information is stored.

入力装置部品部47は、フィールドDB45の内容に基いて、検索、集計、分析などの機能に用いる条件などのデータ入力に使う画面要素の部品群を格納する部分で、その部品群は具体的には自由であるが、例えばウェブページ用の、テキスト入力欄、選択用コンボボックス(ドロップボックス)、チェック欄、ラジオボタンなどのGUI(グラフィカル・ユーザ・インタフェース)部品などを使うことができる。   The input device part unit 47 is a part for storing a part group of screen elements used for data input such as conditions used for functions such as search, totalization, and analysis based on the contents of the field DB 45. For example, a GUI (graphical user interface) component such as a text input field, a selection combo box (drop box), a check field, and a radio button for a web page can be used.

登録部30は、前記条件を前記各機能で共通の共通条件部と、前記いずれかの機能に固有の機能固有条件部とに分けて登録条件DB53に登録し、再利用部40は、前記共通条件部を前記再利用の対象として呼び出すように構成される。   The registration unit 30 divides the condition into the registration condition DB 53 by dividing the condition into a common condition unit common to the functions and a function specific condition unit specific to any one of the functions. A condition part is configured to be called as the object of reuse.

〔2.作用〕
上記のような本実施形態は以下のように作用する。
〔2−1.各機能の実現態様〕
まず、本システムでは、保存された検索条件を情報の集計や分析など、異なる情報の表示機能にも再利用することができるが、その前提として、本システムにおいて、情報の検索結果の一覧表示や、情報の表形式での集計、分析、グラフ表示などの各機能は以下のように実現される。
[2. Action)
The present embodiment as described above operates as follows.
[2-1. Implementation of each function]
First, in this system, saved search conditions can be reused for different information display functions such as information aggregation and analysis. As a precondition, the system displays a list of information search results. Each function such as tabulation, analysis, and graph display of information is realized as follows.

概略としては、情報を利用者が入力した、特定の単位(フィールド情報)に関しての絞込み条件に基づいて絞り込み、該当する情報を帳票DBからすべて取得する。それらの情報の累積計算や特定の単位に基づいたソート、標準偏差の計算などさまざまな加工を行う情報加工装置と、それら加工した情報を一覧表示、表形式、グラフ形式など各種の態様で表示する情報表示装置とが、互いに独立したものとしてソフトウェア的に実現され、両者の組み合わせによって、複数の機能が実現される。   As an outline, the information is narrowed down based on a narrowing condition regarding a specific unit (field information) input by the user, and all corresponding information is acquired from the form DB. Information processing device that performs various processes such as cumulative calculation of such information, sorting based on specific units, calculation of standard deviation, etc., and displays the processed information in various forms such as list display, table format, graph format, etc. The information display device is realized as software independent from each other, and a plurality of functions are realized by a combination of both.

図2は、その様子を示す概念図で、システムが管理している情報をユーザに見せる各機能の実現方法を示す。すなわち、帳票DBとフィールドDBからの情報が、各機能として、情報加工装置を経て情報表示装置で表示され、その組合せの違いが機能の違いとなる。ここで、図3は帳票DB内のフィールド定義の例、図4はフィールドDBの例を示す。   FIG. 2 is a conceptual diagram showing the situation, and shows a method for realizing each function that allows a user to view information managed by the system. That is, information from the form DB and the field DB is displayed on the information display device via the information processing device as each function, and a difference in the combination becomes a difference in function. 3 shows an example of field definition in the form DB, and FIG. 4 shows an example of the field DB.

これらに基いて、検索の際、情報を絞り込み、結果を一覧表示する処理手順の具体例を図5のフローチャートに示す。この手順では、利用者が入力(ステップ51)した情報をもとに帳票DBの中から絞込み検索された情報を(ステップ52)、必要な場合は(ステップ53)特定のフィールドに関しソートのうえ(ステップ54)一覧表示する(ステップ55)。   Based on these, a specific example of a processing procedure for narrowing down information and displaying a list of results at the time of search is shown in the flowchart of FIG. In this procedure, information that has been narrowed down and searched from the form DB based on information input by the user (step 51) (step 52), and if necessary (step 53), sorting is performed on a specific field (step 53). Step 54) A list is displayed (Step 55).

また、図6は、集計の際、情報を絞り込み、結果を1次元または、2次元の表形式で表示するときの処理手順を例示するフローチャートである。すなわち、この手順では、利用者が入力(ステップ61)した情報をもとに帳票DBから絞込み検索された情報について(ステップ62)、指定された1つ又は2つのフィールドに応じ(ステップ63)、1次元又は2次元をベースに、該当する情報の累積数の計算(ステップ64又は65)と表形式での表示(ステップ66又は67)を行う。   FIG. 6 is a flowchart illustrating a processing procedure when information is narrowed down and results are displayed in a one-dimensional or two-dimensional table format. In other words, in this procedure, for information searched from the form DB based on information input by the user (step 61) (step 62), depending on one or two designated fields (step 63), Based on one-dimensional or two-dimensional, the cumulative number of corresponding information is calculated (step 64 or 65) and displayed in tabular form (step 66 or 67).

〔2−2.再利用の実現態様〕
以上のように実現される情報表示の各機能の間で、保存した条件を再利用できる。例えば、検索や集計、分析などの機能に対応する情報検索条件入力部20で使用し、保存された絞込み条件を、使用した情報検索条件入力部20以外の機能に対応する情報検索条件入力部20でも再利用することができる。これらの再利用は、次のように実現される。概略としては、利用した条件は、登録条件DB53に登録する際、上記共通条件部と、上記機能固有条件部とに分けて保存する。このように保存した条件を、ある情報検索条件入力部20で呼び出す際に、共通条件部のみを抜き出し、呼び出した側の情報検索条件入力部20で利用できるものを共通条件部の中から特定する。
[2-2. (Realization of reuse)
The saved conditions can be reused between the information display functions realized as described above. For example, the information search condition input unit 20 corresponding to functions other than the used information search condition input unit 20 uses the saved narrow-down conditions used in the information search condition input unit 20 corresponding to functions such as search, aggregation, and analysis. But it can be reused. These reuses are realized as follows. As an outline, the used conditions are stored separately in the common condition part and the function specific condition part when registering in the registration condition DB 53. When calling up the stored conditions in a certain information search condition input unit 20, only the common condition part is extracted, and those that can be used in the information search condition input unit 20 on the calling side are specified from the common condition part. .

このような呼出しの処理手順を図7のフローチャートに例示する。すなわち、情報検索条件入力部20は、保存された条件を呼び出して(ステップ71)表示条件作成部50に渡すが(ステップ72)、実際には、条件は共通条件部と機能固有条件部に分けられ(ステップ73)、共通条件部で(ステップ74)利用できるものの(ステップ75)条件部が表示条件作成部に渡される(ステップ76)。今前提として、保存されている条件の情報は、図8に示すように、共通条件部と機能固有条件部に予め分けておく。   The processing procedure of such a call is illustrated in the flowchart of FIG. That is, the information search condition input unit 20 calls the saved condition (step 71) and passes it to the display condition creation unit 50 (step 72). In practice, the condition is divided into a common condition part and a function specific condition part. (Step 73), although the common condition part (Step 74) can be used (Step 75), the condition part is passed to the display condition creation part (Step 76). As a premise now, the saved condition information is divided in advance into a common condition part and a function specific condition part as shown in FIG.

〔2−3.条件の修正〕
情報検索条件入力部20に渡された条件は、次のような流れで処理され、最終的には、情報検索条件入力部20において、そこで利用できる条件部が表示される。まず、表示条件作成部50は、条件の中で利用されている各フィールド名とともに、各フィールドの条件をフィールド定義部43に渡す。次に、フィールド定義部43は、表示条件作成部50から渡されたフィールド情報をもとにフィールドデータベース45からフィールドに関する詳細な情報を取得する。上記のように得た詳細な情報から、フィールド定義部43は、各フィールドに対応する表示装置(図2)の部品を、入力装置部品部47の部品群から取得し、条件と共に、情報検索条件入力部20に渡す。情報検索条件入力部20は、利用者が選択した条件が入力された状態の画面を、利用者に提供する。
[2-3. Correction of conditions)
The conditions passed to the information search condition input unit 20 are processed according to the following flow, and finally, the information search condition input unit 20 displays the condition units that can be used there. First, the display condition creation unit 50 passes each field condition to the field definition unit 43 together with each field name used in the condition. Next, the field definition unit 43 acquires detailed information regarding the field from the field database 45 based on the field information passed from the display condition creation unit 50. From the detailed information obtained as described above, the field definition unit 43 acquires the parts of the display device (FIG. 2) corresponding to each field from the parts group of the input device part unit 47, and together with the conditions, the information search condition It is passed to the input unit 20. The information search condition input unit 20 provides the user with a screen in which the condition selected by the user is input.

以上のような手順によって、利用者が選択した条件があらかじめ入力された画面を表示させることができ、条件の一部分の修正を施すことが可能となる。また、システムの情報に関するフィールド情報(情報を見る時のさまざま切り口、カテゴリ情報)それぞれに対して、適切な、最適なGUI部品などの条件入力用のインタフェースを与えられることも大きな特徴となっている。   Through the procedure described above, a screen on which the condition selected by the user is input in advance can be displayed, and a part of the condition can be corrected. Another major feature is that an interface for inputting conditions, such as an appropriate and optimal GUI component, can be provided for each field information related to system information (various aspects when viewing information, category information). .

〔2−4.検索における絞込み条件の集計での再利用〕
次に、検索機能で使用し、保存された絞込み条件を集計で再利用する処理手順を図9のフローチャートに例示する。この場合、条件DBから取り出された特定の条件が(ステップ91)共通条件部で(ステップ92)かつフィールドに対する絞込み条件なら(ステップ93)フィールドDB45からフィールドに関する情報を取得し(ステップ94)フィールドの絞込み条件に適したGUI部品を使った条件入力部が、入力されている値とともに、情報検索条件入力部20に渡される(ステップ95)。
[2-4. (Reuse for aggregation of search criteria in search)
Next, a processing procedure for reusing the saved refinement condition used in the search function in the aggregation is illustrated in the flowchart of FIG. In this case, if the specific condition extracted from the condition DB is (step 91) the common condition part (step 92) and the field narrowing condition (step 93), information on the field is acquired from the field DB 45 (step 94). A condition input unit using a GUI component suitable for the narrow-down condition is passed to the information search condition input unit 20 together with the input value (step 95).

条件DBから取り出された条件が、共通条件部でないが(ステップ92)それが検索条件で(ステップ96)条件部が利用できる場合(ステップ97)と、共通条件部だがフィールドに対する絞込み条件でない場合は(ステップ93)、条件入力部の特定の入力部に値が渡される(ステップ98)。   If the condition extracted from the condition DB is not a common condition part (step 92), it is a search condition (step 96) and the condition part can be used (step 97). (Step 93), a value is passed to a specific input part of the condition input part (Step 98).

〔2−5.検索条件の動的登録と呼び出し〕
また、メニュー項目に検索条件に対応するハイパーリンクを追加登録したり削除することにより、メニュー画面を動的に変化させれば、このように登録保存された検索条件やそれに応じた結果をダイレクトに呼び出すことができる。このような機能は次のように実現される。
[2-5. Dynamic registration and calling of search conditions)
In addition, if the menu screen is dynamically changed by adding or deleting hyperlinks corresponding to the search conditions in the menu items, the search conditions registered and saved in this way and the results corresponding to them can be directly displayed. Can be called. Such a function is realized as follows.

まず、メニュー出力部10は、利用者のメニュー項目の変更要求を受け付けると、メニュー作成部33に、メニューを最新情報に更新するように指示する。すると、メニュー作成部33は、表示条件作成部50に、利用者に表示を許可する条件を選択するように指示する。この選択は、例えば、利用者DB55に予め記録された利用者のIDや所属部門の情報に対応付けられたアクセス権限やメニューパターンに応じた条件の範囲や表示形式が結果となる。これを受けて、表示条件作成部50は、対象となるデータベースから情報を取得して、利用者ごとに表示するべき条件を選択する。そして、メニュー作成部33は、利用者ごとに表示するべき条件と、帳票DB35の情報から、メニュー項目を作成し、このようにメニュー作成部33が作成したメニュー項目は、メニュー出力部10が利用者へと提供する。以上のような手順によって、メニュー項目を動的に変化させ、常に最新の情報を表示させることが可能となる。   First, when the menu output unit 10 receives a user's request for changing a menu item, the menu output unit 10 instructs the menu creation unit 33 to update the menu to the latest information. Then, the menu creation unit 33 instructs the display condition creation unit 50 to select a condition for permitting display to the user. This selection results in, for example, a range of conditions and a display format according to the access authority and menu pattern associated with the user ID and department information recorded in advance in the user DB 55. In response to this, the display condition creating unit 50 acquires information from the target database and selects a condition to be displayed for each user. Then, the menu creation unit 33 creates menu items from the conditions to be displayed for each user and the information in the form DB 35, and the menu items created by the menu creation unit 33 are used by the menu output unit 10. Provide to By the procedure as described above, it is possible to dynamically change the menu item and always display the latest information.

ここで、保存された条件がメニュー画面に動的に出現するまでの処理手順の例を図10のフローチャートに例示する。すなわち、表示条件作成部50は、登録条件の最新情報を取得し(ステップ101)、メニュー作成部33は、表示条件作成部50から受け取った登録条件が(ステップ102)どの機能で使用されていたものかを特定し(ステップ103)、機能ごとに登録されている条件を分類し(ステップ104)、最新のメニューを利用者に提供する(ステップ105)。   Here, an example of a processing procedure until the stored condition dynamically appears on the menu screen is illustrated in the flowchart of FIG. That is, the display condition creation unit 50 acquires the latest information on the registration conditions (step 101), and the menu creation unit 33 uses the registration conditions received from the display condition creation unit 50 (step 102) for which function. It is identified (step 103), the conditions registered for each function are classified (step 104), and the latest menu is provided to the user (step 105).

この結果、画面のメニュー表示部分には、保存されている条件の名称が、各機能ごとに表示される。したがって、ある機能を使うときに登録した条件については、次回以降同じ機能で同じ絞込み条件での結果を見たい場合は、それらの名称をクリックすることで、以前利用した情報表示装置(図2)すなわち処理結果画面に最新の結果が表示される。これによって、日々刻々と変化する情報をすばやく追跡することが可能となる。   As a result, the name of the saved condition is displayed for each function in the menu display portion of the screen. Therefore, for the conditions registered when using a certain function, if you want to see the result of the same function with the same refinement condition from the next time on, click the name of the information display device that was used before (Figure 2) That is, the latest result is displayed on the processing result screen. This makes it possible to quickly track information that changes every day.

〔2−6.メニュー出力のカスタマイズ〕
本システムでは、登録されている条件に対し、さまざまな制約条件を適用することにより、メニューへの出力をカスタマイズすることができる。すなわち、当初の状況として、システムを利用しているプロジェクトで使用されているすべての条件が常にどの利用者に対しても表示され、利用できる状況を想定する。しかしながら、システムが大規模なものとなり、利用者も多くなると、保存される条件も非常に多くなることがあり、使いたいと考える条件が人それぞれで異なることもある。
[2-6. Menu output customization)
In this system, the output to the menu can be customized by applying various constraint conditions to the registered conditions. In other words, as an initial situation, it is assumed that all conditions used in a project using the system are always displayed and available to any user. However, if the system becomes large-scale and the number of users increases, the conditions to be stored may become very large, and the conditions that the user wants to use may differ from person to person.

そこで、利用者DB55に記録されたユーザIDや所属部門などのユーザ情報も利用し、メニューに表示する条件を、利用者ごとあるいは所属部門ごとにカスタマイズして絞り込むことを可能とすることにより、目的の条件へのアクセスが容易になる。すなわち、このような例では、前記入出力手段は、利用者を識別すると共に、登録されている前記各条件のうち、個別の利用者又は利用者について予め記録された属性に応じて選別絞込みした前記条件を前記再利用の対象として出力することを特徴とする。   Therefore, by using user information such as user IDs and departments recorded in the user DB 55, it is possible to customize and narrow down the conditions displayed on the menu for each user or department. Access to the conditions becomes easier. That is, in such an example, the input / output means identifies the user and selects and narrows down according to the attribute recorded in advance for each individual user or user among the registered conditions. The condition is output as the object of reuse.

まず、前記ユーザIDを含むユーザ情報の例を図11に示す。このようなユーザ情報を前提にし、上記のようなカスタマイズは図12に例示するような処理手順により実現される。なお、ユーザ情報だけではなく、利用権限ごとなどさまざまな観点から、表示する情報を整理する機能をシステムに追加してもよい。   First, an example of user information including the user ID is shown in FIG. Based on such user information, the customization as described above is realized by a processing procedure illustrated in FIG. In addition to the user information, a function for organizing information to be displayed may be added to the system from various viewpoints such as for each usage authority.

図12のフローチャートは、利用者の所属部門ごとに絞り込んだ条件のメニュー表示を行う処理手順を例示する。すなわち、登録条件の最新の情報を(ステップ121)表示条件作成部50から受け取ったメニュー作成部33は(ステップ122)、その登録条件がどの機能で使用されていたものかを特定し(ステップ123)、機能ごとに登録されている条件を分類し(ステップ124)、最新のメニューを利用者に提供するとともに(ステップ125)、ユーザDBを利用して、ユーザの所属部門ごとに出力する条件を絞り込む(ステップ126)。   The flowchart in FIG. 12 exemplifies a processing procedure for displaying a menu of conditions narrowed down for each department to which the user belongs. That is, the menu creation unit 33 that has received the latest information on the registration conditions (step 121) from the display condition creation unit 50 (step 122) identifies the function that the registration conditions were used for (step 123). ) Classifying the conditions registered for each function (step 124), providing the latest menu to the user (step 125), and using the user DB, the conditions to be output for each department to which the user belongs Narrow down (step 126).

これにより、個別の利用者や所属部門や利用権限などの属性に応じて絞り込んだ条件を再利用の対象とするので、再利用する条件の選択が容易になり、業務上の機密も効果的に保護される。   This makes it possible to reuse conditions that are narrowed down according to attributes such as individual users, departments, and usage rights. Protected.

〔2−7.検索条件のシステム間での再利用〕
また、本発明に基いて、新しくシステムを構築する場合、他の類似したシステムで利用し、保存されていた検索条件を再利用することができる。典型例としては、部門(組織)ごとにシステムを構築し、部門内で実施される多くの形式の異なるプロジェクトに利用させる場合、各部門が他の部門においてどのような不具合の分析を行っているか、すなわち、どのように蓄積した情報の集計やグラフ表示を行って、役立てているかを参考にしたい場合が考えられる。そこで、例えば不具合の管理に用いられるシステムのワークフローの類似度に着目して、ある利用部門のシステムにおいて、その部門と近い内容のプロジェクトを担当している他の部門における不具合の分析状況を提示する。
[2-7. (Reuse of search conditions between systems)
In addition, when a new system is constructed based on the present invention, search conditions that have been used and stored in other similar systems can be reused. As a typical example, when a system is constructed for each department (organization) and used for many different types of projects implemented in the department, what kind of trouble each department is analyzing in other departments That is, there is a case where it is desired to refer to how the accumulated information is summed up or displayed in a graph for usefulness. Therefore, for example, paying attention to the similarity of the workflow of the system used for defect management, present the analysis status of defects in other departments in charge of projects close to that department in the system of a certain department .

このような例は、以上に説明したようなデータベースシステムを複数、それぞれ所定のワークフローのデータと対応付けて接続したものであり、前記各データに基いて各ワークフローの特徴を表す段数及びアクティビティに関する数の要素に基いて各ワークフロー間の類似度を判断する図示しない類似度判断手段を備え、その判断結果として類似度の高い前記システム間で前記登録に係る前記条件について前記再利用を行う。   In such an example, a plurality of database systems as described above are connected in association with data of a predetermined workflow, and the number of stages and the number of activities representing the characteristics of each workflow based on each data. Similarity determination means (not shown) for determining the similarity between the workflows based on the above elements is provided, and the reuse of the condition relating to the registration is performed between the systems having a high similarity as the determination result.

これにより、対応付けられたワークフローの類似度に基いて、似た業務の部門での情報の検索、集計、分析などのやり方を参考にできるので、各システムの利用部門の業務効率が効果的に改善される。   As a result, based on the similarity of the associated workflow, it is possible to refer to information retrieval, aggregation, analysis, etc. in departments with similar work, so the work efficiency of the departments using each system is effectively improved. Improved.

ワークフローは、部門ごとに、利用者人数や、開発の工程などの影響によって、そのフローの複雑度がさまざまである。そこで、ワークフローの類似度を示す指標として、ワークフローの段数、アクティビティの総数、分岐元のアクティビティの総数、分岐先のアクティビティの総数、「戻り」のあるアクティビティの総数を考慮して、ワークフローの類似度を求めることとする。これら各指標の説明を図13に例示する。これらの指標から、各システムの例えば表示条件作成部50が、ワークフローの類似度を計算し、ワークフローの類似する他の部門のシステムの情報を呈示する。   Workflows vary in the complexity of the flow for each department depending on the number of users and the influence of the development process. Therefore, as an index indicating the degree of similarity of the workflow, considering the number of workflow stages, the total number of activities, the total number of branch source activities, the total number of branch destination activities, and the total number of activities with “return”, the similarity of workflows Is determined. An explanation of each of these indices is illustrated in FIG. From these indices, for example, the display condition creation unit 50 of each system calculates the similarity of the workflow and presents information on the systems of other departments with which the workflow is similar.

〔2−8.画面例〕
続いて、利用した絞込み条件が保存され、保存された絞込み条件が再利用されるまでの、手順と、各手順での画面の一例を説明する。この例で前提とするのは次のようなケースである。あるソフトウェア・システムの開発におけるバグ(不具合)の内容を表す不具合情報を扱うデータベースで、個々の不具合情報に、不具合番号と、不具合の重要度を表すA,B,Cなどのバグランクと呼ぶ情報項目が含まれる。この場合に、「不具合番号が1〜100までの間で、バグランクがAの不具合情報を検索する」という検索で利用した条件を登録し、その登録された条件を集計で再利用し、結果を出力するケースである。
[2-8. Screen example)
Next, a description will be given of a procedure until the used narrowing conditions are saved and the saved narrowing conditions are reused, and an example of a screen in each procedure. This example assumes the following cases. This is a database that handles defect information that represents the contents of bugs (defects) in the development of a software system. Each defect information includes information items called defect numbers and bug ranks such as A, B, and C that indicate the importance of the defects. Is included. In this case, the condition used in the search “search for defect information whose defect number is between 1 and 100 and bug rank A” is registered, the registered condition is reused in the aggregation, and the result is This is the output case.

〔2−8−1.概略〕
このような条件の再利用では、検索や集計や分析で利用した絞込み条件が、図14に示すように登録され、その後の検索、集計、分析のとき、図15に示すように、登録された絞込み条件を選択し入力画面で再利用できる。以下、各画面例の図に沿って説明するが、各図での丸数字の符号は、以下の説明では(1)(2)のように表すものとする。
[2-8-1. (Overview)
In such re-use of conditions, the narrow-down conditions used in search, aggregation, and analysis are registered as shown in FIG. 14, and in subsequent searches, aggregation, and analysis, they are registered as shown in FIG. Select narrow-down conditions and reuse them on the input screen. Hereinafter, description will be made with reference to the drawings of each screen example. In the following description, the reference numerals of the circled numbers are represented as (1) and (2).

〔2−8−2.検索条件の入力〕
まず、図16は検索での条件入力画面である。この検索は、格納されている不具合情報のうち、特定の条件で絞り込まれた情報を一覧表示するものである。前記共通条件部は、この画面では、(1)の部分にあたり、格納されている情報をさまざまなカテゴリ情報を用いて絞り込むもので、ウェブページの入力欄や選択ボックスなどを用いて入力される。
この画面例の場合は、
・不具合番号が1から100まで
・バグランクがA
に該当する不具合情報の一覧表示という条件が指定されている。
[2-8-2. Enter search conditions)
First, FIG. 16 shows a search condition input screen. This search is to display a list of information narrowed down under a specific condition among stored defect information. The common condition part corresponds to part (1) on this screen, and narrows down the stored information using various category information, and is input using a web page input column or a selection box.
In the case of this screen example,
・ Defect number from 1 to 100 ・ Bug rank is A
The condition of displaying a list of defect information corresponding to is specified.

また、画面例の(2)は、検索機能の前記固有機能条件部にあたり、一覧表示にどの項目とどの項目を、どの順序で含めるかの指定を行う部分である。これらの指定をしたうえ、画面例中(3)の「検索実行」ボタンで検索を実行する。   Further, (2) of the screen example is a part for specifying which items and which items are included in which order in the list display in the specific function condition part of the search function. After specifying these items, a search is executed by the “search execution” button (3) in the screen example.

〔2−8−3.入力した条件のもとでの検索結果画面〕
上記のボタン操作の結果、図17に例示するような検索結果画面で一覧表示が行われる。この画面では、図16の画面例で入力した共通条件部、固有機能条件部にしたがって、絞り込まれた情報が一覧表示される。図17の画面例中(1)の「検索条件登録」というボタンを押すと、今回使用した条件、すなわち共通条件部及び固有機能条件部に所望の名称を付けて登録することができる。
[2-8-3. (Search results screen under the entered conditions)
As a result of the above button operation, a list is displayed on a search result screen as illustrated in FIG. In this screen, the narrowed down information is displayed in a list according to the common condition part and unique function condition part input in the screen example of FIG. When the “search condition registration” button (1) in the screen example of FIG. 17 is pressed, the conditions used this time, that is, the common condition part and the unique function condition part can be registered with desired names.

図18は、使用した検索条件について、名称「バグランクAの不具合参照」で登録を完了したことを表す画面である。この画面で改めて、使用した条件の詳細情報が表示される。同様な手順で、検索機能だけでなく集計機能や分析機能で用いた条件を登録することができる。   FIG. 18 is a screen showing that the registration for the used search condition is completed with the name “bug rank A bug reference”. The detailed information on the used conditions is displayed again on this screen. In the same procedure, conditions used in the aggregation function and analysis function as well as the search function can be registered.

〔2−8−4.集計条件の入力〕
以上のように登録された条件を、他の例えば集計機能で再利用のため呼び出すものとする。例えば、図19は、集計のときの条件入力画面である。集計は、格納されている不具合情報のうち、特定の条件で絞り込まれた情報をテーブル形式で表示するものである。前記共通条件部は、この画面では、(1)の部分にあたり、格納されている情報をさまざまなカテゴリ情報などの検索条件を用いて絞り込むものである。また、この画面例中(2)は、集計機能の前記固有機能条件部にあたり、テーブルの縦および横のカテゴリ情報を選択する。この入力画面から以前登録した条件を再利用するためには、(3)の「登録条件一覧」というボタンを選択する。
[2-8-4. (Entering aggregation conditions)
It is assumed that the conditions registered as described above are recalled for reuse by other, for example, a counting function. For example, FIG. 19 shows a condition input screen for counting. Aggregation displays information narrowed down under specific conditions among stored defect information in a table format. In this screen, the common condition part corresponds to the part (1) and narrows down the stored information using search conditions such as various category information. Moreover, (2) in this screen example corresponds to the unique function condition part of the totaling function, and selects vertical and horizontal category information of the table. In order to reuse the previously registered condition from this input screen, the button “3. Registration condition list” is selected.

〔2−8−5.絞込み条件一覧〕
図19の画面で(3)「登録条件一覧」ボタンを押すと表示されるのが、図20の画面例である。この画面は、登録されている絞込み条件の一覧画面で、登録やその呼出しが検索機能であるか集計機能であるなどにかかわらずすべての条件が共通に一覧表示される。例えば、以前に検索機能で使用した条件でも、各機能で共通に再利用可能な対象か否かが、構成するフィールドの組合せなどのパターンに照らして自動的に判別され、再利用可能なものは集計や分析機能でも利用することができる。
[2-8-5. (List of filtering conditions)
The screen example of FIG. 20 is displayed when the (3) “Registration condition list” button is pressed on the screen of FIG. This screen is a list of registered narrowing conditions, and all the conditions are listed in common regardless of whether the registration or its call is a search function or an aggregation function. For example, even in the conditions used in the search function before, whether or not it is a target that can be reused in common with each function is automatically judged according to the pattern such as the combination of the fields that are configured. It can also be used for aggregation and analysis functions.

そして、共通条件部は、利用の仕方によっては、非常に詳細な設定の場合があり、特にそのような場合は、同じ又は近い共通条件部を再利用して、例えばデータの見方だけは、一覧表示やグラフ表示などの種別などを変更したいケースも多くあり、そのような場合にはこのような条件の再利用が大変効果的に働く。図20の画面で、(1)の「再利用」リンクのうち、所望の条件に対応するものをクリックすることで、指定した条件の利用可能な部分を再利用することができる。   The common condition part may have very detailed settings depending on how it is used. In particular, in such a case, the same or close common condition part is reused. There are many cases where it is desired to change the type of display or graph display. In such a case, the reuse of such conditions works very effectively. On the screen of FIG. 20, by clicking the “reuse” link of (1) corresponding to the desired condition, the usable part of the specified condition can be reused.

〔2−8−6.条件再利用の例〕
図20において、上記のように再利用のため選択された条件「バグランクAの不具合参照」を、集計機能での検索条件に再利用するときの集計条件入力画面を図21に例示する。すなわち、この画面例は、図17及び図18で登録された条件、すなわち、不具合番号が1〜100でバグランクがAの不具合情報という絞込み条件を集計機能で再利用するものである。この画面例中(1)の共通条件部に、過去に使用した検索条件の共通条件部が呼び出されている。この画面において、集計対象となる縦や横のカテゴリ情報を選択し、集計を実行することで、集計結果を出力することができる。
[2-8-6. Example of conditional reuse)
FIG. 21 shows an example of a totaling condition input screen for reusing the condition “bug defect A defect reference” selected for reuse in FIG. 20 as a search condition in the totaling function. That is, in this screen example, the conditions registered in FIG. 17 and FIG. 18, that is, the narrowing-down conditions of defect information with defect numbers 1 to 100 and bug rank A are reused by the aggregation function. In this screen example, the common condition part of the search condition used in the past is called in the common condition part (1). On this screen, by selecting the vertical and horizontal category information to be aggregated and executing the aggregation, the aggregation result can be output.

なお、カテゴリ情報は、典型的には集計の基準となるフィールドで、例えば「発見者」を指定するとフィールド「発見者」の値が共通するものごとの該当件数が集計結果となる。図21で縦のカテゴリのみでの集計の実行が選択され、カテゴリ情報として「発見者」を選択された場合の集計結果画面を図22に例示する。すなわち、図22は、図21で指定した条件で絞込み、テーブル形式で集計結果を表示した画面例である。縦に発見者のカテゴリ情報が表示され、発見者ごとの不具合数が表示されている。   The category information is typically a field that is a reference for tabulation. For example, when “discoverer” is specified, the number of hits for each item having the same value of the field “discoverer” becomes the tabulation result. FIG. 22 shows an example of a tabulation result screen when execution of tabulation only in the vertical category is selected in FIG. 21 and “discoverer” is selected as category information. That is, FIG. 22 is an example of a screen that narrows down the conditions specified in FIG. 21 and displays the tabulation results in a table format. The category information of the discoverer is displayed vertically, and the number of defects for each discoverer is displayed.

〔3.効果〕
以上のような本実施形態では、保存された検索条件をデータの集計や分析など、異なる情報の表示機能にも再利用可能となる。例えば、詳細に設定された共通部分をそっくりそのまま使い、一覧やグラフ表示といったデータの見方だけを変更するなどの再利用が容易になる。このため、条件指定などの操作が大幅に効率化され、ユーザが望む結果の出力までの時間も効果的に短縮される。特に、情報の多様な見せ方を要するソフトウェア・システムの開発に応用すれば一層の効果が期待できる。
[3. effect〕
In the present embodiment as described above, the stored search conditions can be reused for different information display functions such as data aggregation and analysis. For example, the common part set in detail is used as it is, and the reuse such as changing only the way of viewing data such as a list or a graph display becomes easy. For this reason, operations such as condition specification are greatly improved, and the time until the output of the result desired by the user is effectively shortened. In particular, if applied to the development of software systems that require various ways of showing information, further effects can be expected.

また、本実施形態では、検索、集計、分析などの各処理において登録された条件を、例えばWWW(ワールド・ワイド・ウェブ)におけるハイパーリンクなどとしてメニュー項目に加えてメニュー画面を動的に反映させる(図23)。これにより、例えばそのリンクをクリックすることで、その条件の確認や編集、実行結果などの画面へジャンプでき、各機能における通常の一からの条件入力画面を介することなく、選ばれた条件にあった結果を容易に得られるので、操作が大幅に効率化される。   In the present embodiment, conditions registered in each process such as search, aggregation, and analysis are dynamically reflected in the menu screen in addition to the menu items as, for example, hyperlinks in the WWW (World Wide Web). (FIG. 23). For example, by clicking the link, you can jump to the screen for confirming, editing, and executing the condition, and meet the selected condition without going through the normal condition input screen for each function. The result is easily obtained, so that the operation is greatly improved.

本発明の実施形態の構成を示す機能ブロック図。The functional block diagram which shows the structure of embodiment of this invention. 本発明の実施形態において各機能が実現される様子の一例を示す概念図。The conceptual diagram which shows an example of a mode that each function is implement | achieved in embodiment of this invention. 本発明の実施形態における帳票DB内のフィールド定義の例を示す図。The figure which shows the example of the field definition in form DB in embodiment of this invention. 本発明の実施形態におけるフィールドDBの例を示す図。The figure which shows the example of field DB in embodiment of this invention. 本発明の実施形態における情報の検索の処理手順を例示するフローチャートThe flowchart which illustrates the process sequence of the search of the information in embodiment of this invention 本発明の実施形態における情報の集計の処理手順を例示するフローチャート。The flowchart which illustrates the process sequence of the total of the information in embodiment of this invention. 本発明の実施形態において、保存されている条件を情報検索条件入力部が呼び出す処理手順を例示するフローチャート。The flowchart which illustrates the process sequence which the information search condition input part calls the conditions preserve | saved in embodiment of this invention. 本発明の実施形態において保存されている条件情報を例示する図。The figure which illustrates the condition information preserve | saved in embodiment of this invention. 本発明の実施形態において、検索の機能で使用され保存された絞込み条件を集計で再利用する処理手順を例示するフローチャート。6 is a flowchart illustrating a processing procedure for reusing a refinement condition used and stored in a search function according to an embodiment of the present invention. 本発明の実施形態において、保存された条件がメニュー画面に動的に出現するまでの処理手順を例示するフローチャート。The flowchart which illustrates the process sequence until the preserve | saved conditions appear dynamically on a menu screen in embodiment of this invention. 本発明の実施形態におけるユーザ情報を例示する図。The figure which illustrates user information in the embodiment of the present invention. 本発明の実施形態において、利用者の所属部門ごとに絞り込んだ条件のメニュー表示を行うフローチャート。6 is a flowchart for displaying a menu of conditions narrowed down for each department to which a user belongs in the embodiment of the present invention. 本発明の実施形態において、ワークフローの類似度を決定する指標を示す図。The figure which shows the parameter | index which determines the similarity of a workflow in embodiment of this invention. 本発明の実施形態において、検索や集計等の各機能から、条件を再利用のために登録する様子を示す概念図。The conceptual diagram which shows a mode that a condition is registered for reuse from each function, such as a search and a total, in embodiment of this invention. 本発明の実施形態において、登録された条件を、選択呼出しして再利用する様子を示す概念図。The conceptual diagram which shows a mode that the registered conditions are selectively called and reused in embodiment of this invention. 本発明の実施形態において、検索条件入力の画面例を示す図。The figure which shows the example of a screen of search condition input in embodiment of this invention. 本発明の実施形態において、入力した条件のもとでの検索結果表示の画面例を示す図。The figure which shows the example of a screen of the search result display on the input conditions in embodiment of this invention. 本発明の実施形態において、使用した検索条件の登録完了画面の例を示す図。The figure which shows the example of the registration completion screen of the used search conditions in embodiment of this invention. 本発明の実施形態において、集計条件の入力画面の例を示す図。The figure which shows the example of the input screen of total conditions in embodiment of this invention. 本発明の実施形態において、登録されている絞込み条件の一覧画面の例を示す図。The figure which shows the example of the list screen of the registered narrowing-down conditions in embodiment of this invention. 本発明の実施形態において、集計の機能での検索条件の再利用を示す画面例を示す図。The figure which shows the example of a screen which shows reuse of the search conditions in the function of a total in embodiment of this invention. 本発明の実施形態において、集計結果の画面例を示す図。The figure which shows the example of a screen of a total result in embodiment of this invention. 本発明の実施形態において、登録した条件へのリンクが動的に表示された検索条件指定画面を示す図。The figure which shows the search condition designation | designated screen in which the link to the registered conditions was dynamically displayed in embodiment of this invention.

符号の説明Explanation of symbols

1…利用者
10…メニュー出力部
20…情報検索条件入力部
30…登録部
33…専用プロトコル変換部
35…帳票DB
40…再利用部
43…フィールド定義部
45…フィールドDB
47…入力装置部品部
50…表示条件作成部
53…登録条件DB
55…利用者DB
DESCRIPTION OF SYMBOLS 1 ... User 10 ... Menu output part 20 ... Information search condition input part 30 ... Registration part 33 ... Dedicated protocol conversion part 35 ... Form DB
40 ... Reuse unit 43 ... Field definition unit 45 ... Field DB
47 ... Input device component part 50 ... Display condition creation part 53 ... Registration condition DB
55 ... User DB

Claims (7)

データの検索、集計、分析を含む二以上の機能をそれぞれ与えられる操作及び条件に基いて実現するデータベースシステムにおいて、
前記機能で用いた前記条件を登録する登録手段と、
登録されている前記条件について、与えられる操作に応じて、呼び出し及び修正の受付を行うことにより他の前記機能の条件として再利用させる再利用手段と、
をコンピュータが実現することを特徴とするデータベースシステム。
In a database system that realizes two or more functions including data search, aggregation, and analysis based on operations and conditions, respectively,
Registration means for registering the condition used in the function;
Reuse means for reusing as a condition of the other function by accepting a call and modification according to a given operation for the registered condition;
A database system characterized by realizing a computer.
前記登録手段は、前記条件を前記各機能で共通の共通条件部と、前記いずれかの機能に固有の機能固有条件部とに分けて登録するように構成され、
前記再利用手段は、前記共通条件部を前記再利用の対象として呼び出すように構成されたことを特徴とする請求項1記載のデータベースシステム。
The registration means is configured to divide and register the condition into a common condition part common to the functions and a function specific condition part specific to any of the functions,
The database system according to claim 1, wherein the reuse unit is configured to call the common condition part as the reuse target.
前記操作及び前記条件を受け付けるメニュー画面を表示するとともに、登録された前記条件又はその条件を使った結果を呼び出すためのメニュー項目を加えることにより前記メニュー画面を動的に変化させるメニュー手段を備えたことを特徴とする請求項1記載のデータベースシステム。   A menu screen for displaying the operation and the condition is displayed, and menu means for dynamically changing the menu screen by adding a menu item for calling the registered condition or a result using the condition is provided. The database system according to claim 1. 前記メニュー手段は、利用者を識別すると共に、登録されている前記各条件のうち、個別の利用者又は利用者について予め記録された属性に応じて選別絞込みした前記条件を前記再利用の対象として出力することを特徴とする請求項1から3のいずれか一項に記載のデータベースシステム。   The menu means identifies the user, and among the registered conditions, the individual user or the condition selected and narrowed according to the attribute recorded in advance for the user is set as the object of reuse. The database system according to any one of claims 1 to 3, wherein the database system is output. 請求項1から4のいずれか一項に記載のデータベースシステムを複数、それぞれ所定のワークフローのデータと対応付けて接続し、前記各データに基いて各ワークフローの特徴を表す段数及びアクティビティに関する数の要素に基いて各ワークフロー間の類似度を判断する類似度判断手段を備え、その判断結果として類似度の高い前記システム間で前記登録に係る前記条件について前記再利用を行うことを特徴とするデータベースシステム。   A plurality of database systems according to any one of claims 1 to 4 are connected in association with data of a predetermined workflow, and the number of stages related to the number of stages and the number of activities representing the characteristics of each workflow based on the data A database system comprising: similarity determination means for determining the similarity between workflows based on the database, and performing the reuse of the conditions relating to the registration between the systems having a high similarity as the determination result . データの検索、集計、分析を含む二以上の機能をそれぞれ与えられる操作及び条件に基いて実現するデータ処理方法において、
前記機能で用いた前記条件を登録する処理と、
登録されている前記条件について、与えられる操作に応じて、呼び出し及び修正の受付を行うことにより他の前記機能の条件として再利用させる処理と、
をコンピュータが実行することを特徴とするデータ処理方法。
In a data processing method that realizes two or more functions including retrieval, aggregation, and analysis of data based on operations and conditions, respectively,
A process of registering the condition used in the function;
Regarding the registered condition, a process of reusing it as a condition of the other function by accepting a call and correction according to a given operation;
A data processing method characterized in that a computer executes.
コンピュータを制御することにより、データの検索、集計、分析を含む二以上の機能をそれぞれ与えられる操作及び条件に基いて実現させるデータ処理プログラムにおいて、
そのプログラムは前記コンピュータに、
前記機能で用いた前記条件を登録させ、
登録されている前記条件について、与えられる操作に応じて、呼び出し及び修正の受付を行うことにより他の前記機能の条件として再利用させることを特徴とするデータ処理プログラム。
In a data processing program that realizes two or more functions including data retrieval, aggregation, and analysis by controlling a computer based on operations and conditions, respectively,
The program is stored in the computer,
Register the conditions used in the function,
A data processing program characterized in that the registered condition is reused as a condition of another function by calling and accepting correction according to a given operation.
JP2003431371A 2003-12-25 2003-12-25 Database system, data processing method and program Pending JP2005190212A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003431371A JP2005190212A (en) 2003-12-25 2003-12-25 Database system, data processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003431371A JP2005190212A (en) 2003-12-25 2003-12-25 Database system, data processing method and program

Publications (1)

Publication Number Publication Date
JP2005190212A true JP2005190212A (en) 2005-07-14

Family

ID=34789417

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003431371A Pending JP2005190212A (en) 2003-12-25 2003-12-25 Database system, data processing method and program

Country Status (1)

Country Link
JP (1) JP2005190212A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011070406A (en) * 2009-09-25 2011-04-07 Hitachi Solutions Ltd Information search program and information search system
JP2012181794A (en) * 2011-03-03 2012-09-20 Hitachi Solutions Ltd File retrieval device
JP2015082117A (en) * 2013-10-21 2015-04-27 株式会社オービックビジネスコンサルタント Table information processor, table information processing method, and program
JP2015141464A (en) * 2014-01-27 2015-08-03 キヤノン株式会社 Management device, control method therefor, and program
JP2021073556A (en) * 2016-03-30 2021-05-13 株式会社オービック Display definition creation device, display definition creation method, and display definition creation program
JP7411341B2 (en) 2019-06-19 2024-01-11 株式会社オービック Application development device, application development method, and application development program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011070406A (en) * 2009-09-25 2011-04-07 Hitachi Solutions Ltd Information search program and information search system
JP2012181794A (en) * 2011-03-03 2012-09-20 Hitachi Solutions Ltd File retrieval device
JP2015082117A (en) * 2013-10-21 2015-04-27 株式会社オービックビジネスコンサルタント Table information processor, table information processing method, and program
JP2015141464A (en) * 2014-01-27 2015-08-03 キヤノン株式会社 Management device, control method therefor, and program
JP2021073556A (en) * 2016-03-30 2021-05-13 株式会社オービック Display definition creation device, display definition creation method, and display definition creation program
JP7050145B2 (en) 2016-03-30 2022-04-07 株式会社オービック Display definition creation device, display definition creation method, and display definition creation program
JP7411341B2 (en) 2019-06-19 2024-01-11 株式会社オービック Application development device, application development method, and application development program

Similar Documents

Publication Publication Date Title
US20220121410A1 (en) Technology add-on interface
US8024305B2 (en) Updating a data warehouse schema based on changes in an observation model
US8972439B2 (en) Method and system for exploring objects in a data dictionary
US8321803B2 (en) Aggregating service components
CA2532985A1 (en) Enterprise task manager
JP6582819B2 (en) Database linkage system and database linkage program
CN111414410B (en) Data processing method, device, equipment and storage medium
US8548967B1 (en) System for visual query and manipulation of configuration management records
JP5675676B2 (en) Business analysis design support device, business analysis design support method, and business analysis design support program
EP2157535A1 (en) Fast search views over business objects
US10417234B2 (en) Data flow modeling and execution
JP2005190212A (en) Database system, data processing method and program
JP7162484B2 (en) Help information display system, help information display device, help information display method, and help information display program
US20210397745A1 (en) Data providing server device and data providing method
JP2004038656A (en) Product design support device and method
US10198150B2 (en) Cross database data selection and correlation interface
JP7246301B2 (en) Program development support system and program development support method
JP6695847B2 (en) Software parts management system, computer
JP6758167B2 (en) Data processing equipment, data processing method and data processing program
US10268730B2 (en) Focus-driven user interface
WO2019012674A1 (en) Program integration/analysis/management device, and integration/analysis/management method therefor
US9710774B2 (en) Configuration of embedded intelligence
JP2008009966A (en) Device and method for setting business process
US11556226B2 (en) User interface for tag management
JP4547400B2 (en) Business management system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061031

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090709

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090714

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091110