JP2019036267A - Sheet with data extraction system - Google Patents

Sheet with data extraction system Download PDF

Info

Publication number
JP2019036267A
JP2019036267A JP2017164835A JP2017164835A JP2019036267A JP 2019036267 A JP2019036267 A JP 2019036267A JP 2017164835 A JP2017164835 A JP 2017164835A JP 2017164835 A JP2017164835 A JP 2017164835A JP 2019036267 A JP2019036267 A JP 2019036267A
Authority
JP
Japan
Prior art keywords
extraction
data
sheet
input
screen
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
JP2017164835A
Other languages
Japanese (ja)
Inventor
秀一 黒木
Shuichi Kuroki
秀一 黒木
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2017164835A priority Critical patent/JP2019036267A/en
Publication of JP2019036267A publication Critical patent/JP2019036267A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

To provide a sheet with a data extraction system that can be applied to all item names in a database that can be calculated.SOLUTION: The sheet with a data extraction system acquires values of a position of the start row, a position of the end row, and a position of the final row of a database by a data range and item name storage means A1, determines the range of extraction, and stores all item names for the position of the start row. Using an extraction condition setting and extraction means A2, an extraction item name is set, and an extraction condition expression and an extraction condition value are input so that an extraction condition expression function is prepared and data extraction is executed. Updating the extraction condition value alone allows data extraction to be continued.SELECTED DRAWING: Figure 1

Description

本発明は、エクセル(登録商標:MICROSOFT EXCEL。以下、エクセルという)にデータ抽出システムを装着する専用シートを設け、この専用シートに作成する任意のデータベースを対象に、画面によりデータを抽出するデータ抽出システムに関するものである。  In the present invention, a dedicated sheet for attaching a data extraction system is provided in Excel (registered trademark: MICROSOFT EXCEL, hereinafter referred to as Excel), and data extraction is performed by extracting data from a screen for any database created in the dedicated sheet. It is about the system.

エクセルにはデータ抽出のツールとして、フィルター機能が標準装備さている(非特許文献1)。このフィルターでデータを抽出するには、手動により多数のステップを連続して行う必要があるので極めて煩雑であり、経験と忍耐とを要する作業である。また、フィルター機能は、データベースに空白行が存在する場合は空白行以降のデータはフィルターの対象にならない欠点がある。
この改善策として、エクセルに標準装備されているマイクロソフト コーポレーション製のビジュアルベーシック言語(Visual Basic for Application。以下、VBAという)を用いて、データ抽出を行うソフトを作成することが可能である(非特許文献2)。VBAを用いて作成するソフトは、エクセルに標準装備されているフィルター機能よりも操作性に優れたものを作成することができるが、データベース毎に専用ソフトを作成するのが一般的である。専用ソフトは、データベースに項目名の変更、追加、削除等が生じた場合は、データベースとVBAのすべてに精通した者でないとソフトの修正や変更ができないので汎用性に乏しいという問題点がある。
Excel has a standard filter function as a data extraction tool (Non-Patent Document 1). In order to extract data with this filter, it is necessary to perform a number of steps manually in succession, which is very complicated and requires experience and patience. In addition, the filter function has a disadvantage that data after the blank line is not subject to filtering if there is a blank line in the database.
As an improvement measure, it is possible to create software for data extraction using Visual Basic for Application (hereinafter referred to as VBA) made by Microsoft Corporation, which is standard equipment in Excel (Non-patented) Reference 2). Software created using VBA can be created with better operability than the filter function provided as standard in Excel, but it is common to create dedicated software for each database. The dedicated software has a problem that when the item name is changed, added, or deleted in the database, the software cannot be modified or changed unless it is a person who is familiar with the database and VBA.

http://office.microsoft.com/ja−jp/excelhttp: // office. Microsoft. com / ja-jp / excel

被特許文献2Patented Document 2

http://msdn.microsoft.com/ja−jp/library/office/ee814737(v=office.14).aspxhttp: // msdn. Microsoft. com / ja-jp / library / office / ee814737 (v = office.14). aspx

解決しようとする課題は、表計算のできるデータベースを対象に1以上の項目名と複数の抽出条件を設定できるデータ抽出条件入力画面を作成する。この画面にデータ抽出に必要な条件を入力し、抽出実行を指示するだけで、誰でも容易に省力的にデータ抽出ができる機能を装備する。
この画面を装着する専用シートに、使用者は任意に多様なデータベースを作成し、必要に応じてデータ抽出ができる。また、この画面を装着した専用シートのファイル名、シート名は任意に変更ができ、シートをコピーすることで、際限なくデータ抽出機能付きシートを作成することができ、汎用性、利便性のあるものとすることを目的とするものである。
The problem to be solved is to create a data extraction condition input screen in which one or more item names and a plurality of extraction conditions can be set for a database capable of spreadsheet calculation. Equipped with a function that allows anyone to easily and labor-saving data extraction simply by inputting the necessary conditions for data extraction on this screen and instructing the execution of extraction.
The user can arbitrarily create various databases on the dedicated sheet on which this screen is mounted, and extract data as necessary. In addition, the file name and sheet name of the dedicated sheet equipped with this screen can be changed arbitrarily. By copying the sheet, a sheet with a data extraction function can be created indefinitely, which is versatile and convenient. It is intended to be.

発明が課題を解決するための手段として、請求項1に記載した抽出条件入力画面は、VBAとマクロ言語を利用して、抽出条件入力画面(図4)(以下、本画面という)と抽出プログラム(以下、本プログラムという)を作成する。
請求項1に記載の1以上の項目名と複数の抽出条件を設定して、データ抽出ができるデータ抽出画面を作成する解決手段は、抽出項目名入力用コンボボックス30、31、32を配置する。複数の抽出条件を設定する解決手段は、抽出条件式40は、抽出条件式を記号化した抽出条件式記号、同等は=、以上は>=、以下は<=、文字列は>< の記号を各抽出項目名入力用ボックスの下に配置する。抽出条件値入力用ボックスを配置する解決手段は、抽出条件値入力用ボックス41を各抽出条件式記号の右隣に配置し、数値又は文字列を入力する。抽出実行を指示するボタンとして、継続して抽出を実行するボタン50と1回限定または継続抽出を終了するボタン51(図4)を配置するデータ抽出システム付きシート。
本プログラムは、データベースのサイズを取得し、データベースの項目名をリスト化して、本画面の抽出項目名入力用ボックスに格納する。本プログラムは、抽出項目名、抽出条件等の設定にもとづき、抽出条件式関数を専用シートの所定の位置(図8)に出力し、抽出実行ボタンの指示によりデータ抽出を実行する。
As an means for solving the problems of the invention, the extraction condition input screen described in claim 1 is based on an extraction condition input screen (FIG. 4) (hereinafter referred to as this screen) and an extraction program using VBA and a macro language. (Hereinafter referred to as this program).
The solving means for creating a data extraction screen for extracting data by setting one or more item names and a plurality of extraction conditions according to claim 1 arranges extraction item name input combo boxes 30, 31, and 32. . A solution means for setting a plurality of extraction conditions is that the extraction condition expression 40 is an extraction condition expression symbol obtained by symbolizing the extraction condition expression, the equivalent is =, the above is> =, the following is <=, and the character string is the symbol>< Is placed under each extraction item name input box. The solving means for arranging the extraction condition value input box arranges the extraction condition value input box 41 on the right side of each extraction condition expression symbol, and inputs a numerical value or a character string. A sheet with a data extraction system in which a button 50 for continuously executing extraction and a button 51 (FIG. 4) for ending extraction or continuous extraction are arranged as buttons for instructing extraction execution.
This program acquires the size of the database, lists the database item names, and stores them in the extracted item name input box on this screen. This program outputs the extraction condition expression function to a predetermined position (FIG. 8) of the dedicated sheet based on the settings of the extraction item name, extraction condition, etc., and executes data extraction in accordance with the instruction of the extraction execution button.

請求項2に記載したエクセルにデータベース専用シートを設ける解決手段は、エクセルのシートにデータという名前を付けたシートを設け、データベース作成領域はA列4行以降を基点とし、A列1行から基点迄の行のセルは空白セルとする専用シートを設ける。請求項1の抽出条件入力画面の起動用ボタンを配置する解決手段は、この専用シートの上部にデータ抽出実行ボタンを配置する(図3)。請求項1の抽出モードのウインドウ画面を通常の状態に戻すボタンを配置する解決手段は、この専用シートの上部に配置する(図3)。この専用シートの名前の変更に関わりなく、データ抽出することが可能なものとするデータ抽出システム付きシート。  The solution means for providing a database-specific sheet in Excel according to claim 2 is provided by providing a sheet with the name data on the Excel sheet, and the database creation area is based on column A after row 4, and from column A to row 1. A special sheet is provided in which the cells in the previous rows are blank cells. The solution means for arranging the activation button on the extraction condition input screen according to claim 1 arranges the data extraction execution button on the upper part of the dedicated sheet (FIG. 3). The solution means for arranging the button for returning the window screen in the extraction mode of claim 1 to the normal state is arranged on the upper part of the dedicated sheet (FIG. 3). A sheet with a data extraction system that allows data extraction regardless of the name change of this dedicated sheet.

本発明の画面起動用ボタンを配置している専用シートに、利用者は任意に表計算が可能なデータベースを作成することができる。本発明の抽出条件入力画面では、データ抽出に必要な条件を一覧表示で入力できるので、多種多様に作成されるデータベースを誰でも簡単に必要とするデータを抽出することができる。さらに、データベースに空白行が存在しても、全データのデータ抽出が可能な精度の高いデータ抽出システムである。
加えて、本発明を用いたシートに、顧客情報などの項目名が変更や追加や削除がされたような場合でも、VBAで作成された画面やプログラムを修正する必要がなく対応できるという操作性や機能性の面でも優れた効果を有するものである。
The user can create a database that can be arbitrarily calculated on the dedicated sheet on which the screen activation button of the present invention is arranged. In the extraction condition input screen of the present invention, conditions necessary for data extraction can be input in a list display, so that anyone can easily extract data that requires a wide variety of databases. Furthermore, even if a blank line exists in the database, it is a highly accurate data extraction system that can extract all data.
In addition, even when item names such as customer information are changed, added, or deleted to a sheet using the present invention, it is possible to cope with the necessity of correcting a screen or program created with VBA. It also has an excellent effect in terms of functionality.

本発明原理の説明図である。  It is explanatory drawing of the principle of this invention. 本発明の一実施形態を示す全体構成図である。  It is a whole lineblock diagram showing one embodiment of the present invention. 抽出条件入力画面の起動用ボタン配置している専用シートの図である。  It is a figure of the exclusive sheet | seat which has arrange | positioned the button for starting of an extraction condition input screen. 本発明で作成する抽出条件入力画面である。  It is an extraction condition input screen created in the present invention. フローチャートである。  It is a flowchart. 図4のデータをベースに、第1抽出項目名=伝票NO 条件式・値>=2と<=4、第2抽出項目名=商品コード 条件式・値=101、第3抽出項目名=得意先NO 条件式・値=4の条件をデータ抽出画面に入力した図である。  Based on the data shown in FIG. 4, the first extracted item name = slip No. conditional expression / value> = 2 and <= 4, the second extracted item name = product code conditional expression / value = 101, the third extracted item name = good It is the figure which input the condition of former NO conditional expression and value = 4 to the data extraction screen. 図6の抽出結果データである。  It is the extraction result data of FIG. 抽出項目名および抽出条件式関数出力セル位置図  Extraction item name and extraction condition formula function output cell position diagram

本発明を実施するための形態について一実施例を用いて説明する(図5〜図8)。
上述したように、本プログラムは、VBAとマクロ言語で記載されたものである。また、図3のサンプルデータは、本画面を装着したエクセルシートであり、このシートに作成されたデータベースである。これらのデータベースは、列方向に複数の項目名を有しており、それらの項目名に対応するデータが行方向に保存されている表計算が可能なものである。
1.ハードウェアの概要
The form for implementing this invention is demonstrated using an Example (FIGS. 5-8).
As described above, this program is written in VBA and a macro language. Further, the sample data in FIG. 3 is an Excel sheet on which this screen is mounted, and is a database created on this sheet. These databases have a plurality of item names in the column direction, and can perform spreadsheets in which data corresponding to these item names is stored in the row direction.
1. Hardware overview

図2は、本発明のデータ抽出画面ソフトのブロック図である。この装置は、主に1インターフェイス部、11処理部、21プログラム・データ記憶部等で構成される一般的なパーソナル・コンピュターシステムである。
1インターフェイス部は、キーボード2およびマウス3などの入力装置、ディスプレイ4の出力表示装置、プリンター5の出力印刷装置などで構成されている。
11処理部は、CPU12、ROM13,RAM14などで構成されている。
21プログラム・データ記憶部は、VBAプログラム22とデータベース23などのソフトウエアで構成されている。
2.ソフトウエアの概要
(1)VBAプログラム22について
FIG. 2 is a block diagram of the data extraction screen software of the present invention. This apparatus is a general personal computer system mainly composed of 1 interface unit, 11 processing unit, 21 program data storage unit and the like.
The 1 interface unit includes an input device such as a keyboard 2 and a mouse 3, an output display device of the display 4, an output printing device of the printer 5, and the like.
The 11 processing unit includes a CPU 12, a ROM 13, a RAM 14, and the like.
The 21 program / data storage unit includes software such as a VBA program 22 and a database 23.
2. Outline of software (1) About VBA program 22

本発明では、VBAとマクロ言語で記載されたVBA22を用いることを特徴としている。
本発明では、VBAを用いて抽出条件入力画面(図4)を作成し使用する。この画面は、データベースを抽出するためのもので、1以上の抽出項目名の設定と複数の抽出条件を設定し、抽出を実行する画面である。
VBAとマクロ言語は、それぞれがエクセルに標準装備されているソフトウエアなので、別途、これらを購入する必要がない。加えて、当然にエクセルとの相性も良く、安定して使用できるという特徴がある。なお、本プログラムの動作等については、後述する実施例においてフローチャートを用いて説明する。
(2)抽出条件入力画面について
The present invention is characterized by using VBA 22 described in VBA and a macro language.
In the present invention, an extraction condition input screen (FIG. 4) is created and used using VBA. This screen is for extracting a database, and is a screen for executing extraction by setting one or more extraction item names and a plurality of extraction conditions.
VBA and macro language are software that comes standard with Excel, so there is no need to purchase them separately. In addition, of course, it has a good compatibility with Excel and can be used stably. The operation of this program will be described with reference to flowcharts in the embodiments described later.
(2) Extraction condition input screen

(2−1)抽出項目名入力用コンボボックス
VBAを用いて作成する抽出条件入力画面(図4)の概要は、次の通りである。
本画面には項目名入力用コンボボックス30、31、32を3つ配置する。これらのコンボボックスに項目名リストを格納する。格納の手段は、本プログラムを用い、データベースの項目名がある行番値を取得する。取得した行番値の右方向に列記されている項目名を本プログラムに格納する。本プログラムは格納した項目名データをコンボボックスに格納する。
コンボボックスの入力は、リストを選択して行う。入力した項目名は、当該シートの所定のセル位置に出力する(図8)。
(2−2)抽出条件式の記号表示
本データ画面には、抽出条件式40は記号(同等は=、以上は>=、以下は<=、文字列は><等)で表示する。この記号は各抽出項目名入力用コンボボックスに配置する(図7)。抽出条件式の入力は、記号をクリックして行い、本プログラムはクリックされた記号を格納する。
(2−3)抽出条件値入力用ボックス
本画面には、抽出条件式の記号の右に入力用ボックス21を配置する。本プログラムは、ボックスに入力されたデータと上記(2−2)の記号とを組合せ、抽出条件式関数を作成して、当該シートの所定のセル位置に出力する(図8)。
(2−4)抽出の実行
本画面は、抽出項目名、抽出条件式を固定し、抽出条件値のみを更新することで継続してデータ抽出ができる。従って、継続してデータ抽出処理を実行するボタン50と1回限定または継続処理の終了実行のボタン51を配置している(図4)。これらのボタンをクリックすることにより、本プログラムは(2−1)(2−3)で当該シートに出力している抽出条件を格納し抽出を実行する。
(2−5)データ抽出モードの解除
上記(2−4)で実行したデータ抽出結果は、ウインドウに表示される。この抽出状態のウインドウを通常のウインドウに戻すボタンをシートの上部に配置する(図3)。
(3)データベース23について
(2-1) Extraction Item Name Input Combo Box The outline of the extraction condition input screen (FIG. 4) created using VBA is as follows.
Three item name input combo boxes 30, 31, and 32 are arranged on this screen. The item name list is stored in these combo boxes. The storage means uses this program to acquire the line number value with the item name of the database. The item names listed in the right direction of the obtained line number value are stored in this program. This program stores the stored item name data in the combo box.
The combo box is entered by selecting a list. The input item name is output to a predetermined cell position on the sheet (FIG. 8).
(2-2) Symbol Display of Extraction Condition Expression In this data screen, the extraction condition expression 40 is displayed as a symbol (equivalent is =, the above is> =, the following is <=, the character string is> etc.). This symbol is arranged in each extraction item name input combo box (FIG. 7). An extraction condition expression is input by clicking a symbol, and this program stores the clicked symbol.
(2-3) Extraction Condition Value Input Box An input box 21 is arranged on the right side of the extraction condition expression symbol on this screen. This program combines the data input in the box and the symbol (2-2) above, creates an extraction condition function, and outputs it to a predetermined cell position on the sheet (FIG. 8).
(2-4) Execution of Extraction This screen can extract data continuously by fixing the extraction item name and extraction condition expression and updating only the extraction condition value. Accordingly, a button 50 for continuously executing the data extraction process and a button 51 for executing the end of the one-time or continuous process are arranged (FIG. 4). By clicking these buttons, the program stores the extraction conditions output to the sheet in (2-1) and (2-3) and executes extraction.
(2-5) Canceling Data Extraction Mode The data extraction result executed in (2-4) above is displayed in a window. A button for returning the extracted window to a normal window is arranged at the top of the sheet (FIG. 3).
(3) About database 23

本発明では、本システムの起動用ボタンを配置しているシートにデータベースを作成する。データベースの作成範囲は、項目名はA列4行を基点に右方向に入力する。データ記録部はA列5行以降に入力する。  In the present invention, a database is created on the sheet on which the activation button of this system is arranged. As for the database creation range, the item name is input in the right direction starting from column A, row 4. The data recording unit inputs data in column A, line 5 and thereafter.

1.本実施例の概要
本実施例では、本画面を装備したシートに表計算のできるデータベース(図3)を作成している。実施例として、この図3のデータベースの中から、第1抽出項目名=伝票NO条件式・値 >=2 <=4、第2抽出項目名=商品コード、条件式・値=101、第3抽出項目名=顧客NO 条件式・値=4で抽出する。
実施例を元に本発明に係わる本プログラムの動作状況については、フローチャート(図5)等を用いて説明する。
2.データ抽出プログラムの起動
1. Overview of the present embodiment In this embodiment, a database (FIG. 3) is created that can perform spreadsheets on a sheet equipped with this screen. As an example, from the database of FIG. 3, the first extracted item name = slip NO conditional expression / value> = 2 <= 4, the second extracted item name = product code, conditional expression / value = 101, third Extracted item name = customer NO. Conditional expression / value = 4.
The operation status of the program according to the present invention will be described with reference to a flowchart (FIG. 5) based on the embodiment.
2. Starting the data extraction program

St−100は、図3のシートの上部にあるデータ抽出実行ボタンをクリックすると本画面が起動し、エクセル画面に表示される。
3.データベースの範囲値取得
In St-100, when the data extraction execution button at the top of the sheet of FIG. 3 is clicked, this screen is activated and displayed on the Excel screen.
3. Get database range value

St−100で本画面が起動すると同時に、本プログラムは、データベースの範囲の開始行位置、最終行位置、最終列位置等の値を求め、本プログラムに格納する。
4.抽出項目名コンボボックスの項目名リスト格納
At the same time that this screen is activated at St-100, the program obtains values such as the start row position, the last row position, and the last column position of the database range and stores them in the program.
4). Extracted item name combo box item name list storage

St−200では、本プログラムは上記3の開始行位置の値と最終列位置の値を元に項目名の範囲を求め、項目名のデータを取得し、項目名リストに加工して、3つの抽出項目名入力用コンボボックスに格納する。
5.抽出項目名の入力
In St-200, the program obtains a range of item names based on the value of the start row position and the value of the last column position in 3 above, acquires item name data, processes it into an item name list, Store in the extraction item name input combo box.
5. Enter extraction item name

St−300では、第1抽出項目名を入力する。項目名の入力は、第1抽出項目名コンボボックスのリストを選択し入力する。本プログラムは、入力した項目名をセルIQ1、IQ4、IQ7、IR1、IR4、IR7に出力する(図8)。
6.抽出条件式の入力
In St-300, the first extraction item name is input. The item name is input by selecting a list of first extracted item name combo boxes. This program outputs the input item name to the cells IQ1, IQ4, IQ7, IR1, IR4, IR7 (FIG. 8).
6). Enter extraction condition expression

St−400では、第1抽出条件式を入力する。入力は第1条件式・値入力エリアの記号の中から該当する記号をクリックする。クリックされた記号は本プログラム内部に格納する。
7.抽出条件値の入力
In St-400, the first extraction conditional expression is input. To input, click the corresponding symbol from the symbols in the first conditional expression / value input area. The clicked symbol is stored in this program.
7). Enter extraction condition values

St−500では、第1抽出条件値を入力する。記号をクリックするとその右に入力用ボックスが表示される。このボックスに数値又は文字列の抽出条件値を入力する。本プログアムは、入力された抽出条件式と抽出条件値を組合せ、抽出条件式関数を作成する。この抽出条件式関数をセルIQ2、IQ5、IQ8、IR2、IR5、IR8に出力する(図11)。
8.第2抽出項目名・第2抽出条件式・第2抽出条件値の入力
In St-500, the first extraction condition value is input. Clicking on the symbol displays an input box to the right of it. Enter the extraction condition value of a numeric value or character string in this box. This program combines the input extraction condition expression and the extraction condition value to create an extraction condition expression function. This extracted conditional expression function is output to the cells IQ2, IQ5, IQ8, IR2, IR5, and IR8 (FIG. 11).
8). Input of second extraction item name, second extraction condition expression, second extraction condition value

St−600では、第2抽出項目名・第2抽出条件式・第2抽出条件値の入力に分岐することを示す。
St−310では、第2抽出項目名を入力する。入力の方法、本プログラムの動作等はSt−300に準じる。本プログラムは、入力した項目名をセルIS4、IS7、IT4、IS7に出力する(図8)。
ST−410では、第2抽出条件式を入力する。入力の方法、本プログラムの動作等はSt−400に準じる。
St−510では、第2抽出条件値を入力する。入力の方法、本プログラムの動作等はSt−500に準じる。抽出条件式関数をセルIS5、IS8、IT5、IT8に出力する(図8)。
9.第3抽出項目名・第3抽出条件式・第3抽出条件値の入力
St-600 indicates branching to input of the second extraction item name, the second extraction condition expression, and the second extraction condition value.
In St-310, the second extraction item name is input. The input method, the operation of this program, etc. are in accordance with St-300. This program outputs the input item name to the cells IS4, IS7, IT4, IS7 (FIG. 8).
In ST-410, the second extraction conditional expression is input. The input method, the operation of this program, and the like conform to St-400.
In St-510, the second extraction condition value is input. The input method, the operation of this program, etc. are in accordance with St-500. The extraction conditional expression function is output to the cells IS5, IS8, IT5, and IT8 (FIG. 8).
9. Input of third extraction item name, third extraction condition expression, third extraction condition value

St−610では、第3抽出項目名・第3抽出条件式・第3抽出条件値の入力に分岐することを示す。
St−320では、第3抽出項目名を入力する。入力の方法、本プログラムの動作等はSt−300に準じる。入力した項目名をセルIU7、IV7に出力する(図8)。
ST−420では、第3抽出条件式を入力する。入力の方法、本プログラムの動作等はSt−400に準じる。
St−520では、第3抽出条件値を入力する。入力の方法、本プログラムの動作等はSt−500に準じる。抽出条件式関数をセルIU8、IV8に出力する(図8)。
10.抽出実行
St-610 indicates branching to the input of the third extraction item name, the third extraction condition expression, and the third extraction condition value.
In St-320, the third extraction item name is input. The input method, the operation of this program, etc. are in accordance with St-300. The input item name is output to the cells IU7 and IV7 (FIG. 8).
In ST-420, a third extraction conditional expression is input. The input method, the operation of this program, and the like conform to St-400.
In St-520, the third extraction condition value is input. The input method, the operation of this program, etc. are in accordance with St-500. The extraction conditional expression function is output to the cells IU8 and IV8 (FIG. 8).
10. Extraction execution

St−700では、本画面の継続の有無により分岐する。本画面は、抽出条件値のみを更新することで継続してデータ抽出ができる。このため、本画面では画面終了の分岐を単独終了処理ボタンと継続処理ボタンに分けて配置している。
継続処理ボタンをクリックした場合は、本画面はウインドウに表示された状態にある。単独終了処理ボタンをクリックした場合は、本画面は閉じられる。
11.抽出データの表示
In St-700, the process branches depending on whether the screen is continued. In this screen, data can be extracted continuously by updating only the extraction condition value. For this reason, on this screen, the branch at the end of the screen is divided into a single end processing button and a continuation processing button.
When the continuation processing button is clicked, this screen is displayed in a window. When the single end processing button is clicked, this screen is closed.
11. Display of extracted data

St−800では、継続処理ボタン又は単独終了処理ボタンをクリックした場合、抽出データがウインドウに表示される。
12.データ抽出モードの解除
In St-800, when the continuation process button or the single end process button is clicked, the extracted data is displayed in the window.
12 Canceling data extraction mode

図10のフローチャートはデータ抽出処理を行うもので、この状態ではウインドウはデータ抽出状態になっている。データ抽出状態を解除し通常のウインドウに戻すには、St−900で図7のシートの上部にある抽出解除ボタンをクリックする。ウインドウは図3に示す状態に戻る。  The flowchart of FIG. 10 performs data extraction processing. In this state, the window is in a data extraction state. To cancel the data extraction state and return to the normal window, the extraction cancellation button at the top of the sheet in FIG. 7 is clicked in St-900. The window returns to the state shown in FIG.

本発明は、本システムを装着しているシートの名前を変更しても機能を発揮する。また、本システムを装着しているシートをコピーして使用してもデータ抽出が可能である。更に、本システムを装備しているファイルをコピーして使用してもデータ抽出が可能である。
本発明は、データベースのデータ抽出を誰でも容易に迅速に処理することができる。しかも本プログラムを更新する必要が無く、際限なく使用することが可能である。
The present invention is effective even when the name of the seat on which the system is mounted is changed. Data can also be extracted by copying and using a sheet equipped with this system. Furthermore, data can be extracted by copying and using a file equipped with this system.
The present invention allows anyone to easily and quickly process database data extraction. Moreover, there is no need to update this program and it can be used without limit.

2 キーボード
3 マウス
4 ディスプレイ
5 プリンター
12 CPU
13 ROM
14 RAM
22 VBAプログラム
23 データベース
30 第1抽出項目名入力用コンボボックス
31 第2抽出項目名入力用コンボボックス
32 第2抽出項目名入力用コンボボックス
40 抽出条件式記号
41 抽出条件値入力用ボックス
50 継続処理ボタン
51 単独終了処理ボタン
2 Keyboard 3 Mouse 4 Display 5 Printer 12 CPU
13 ROM
14 RAM
22 VBA program 23 database 30 first extraction item name input combo box 31 second extraction item name input combo box 32 second extraction item name input combo box 40 extraction condition expression symbol 41 extraction condition value input box 50 continuation processing Button 51 Single end processing button

Claims (2)

1以上の抽出項目名を設定することにおいて、抽出項目名を設定するボックスを複数配置し、複数の抽出条件を設定することにおいて、抽出条件式入力用として抽出条件式を記号化した抽出条件式記号の配置と、抽出条件値入力用として抽出条件式記号に対応して入力用ボックスを配置し、データ抽出を実行するボタンを配置する抽出条件入力画面を特長とするデータ抽出システム付きシート。In setting one or more extraction item names, a plurality of boxes for setting extraction item names are arranged, and in setting a plurality of extraction conditions, an extraction condition expression that is symbolized as an extraction condition expression input A sheet with a data extraction system that features an extraction condition input screen for arranging a symbol and an input box corresponding to an extraction condition expression symbol for inputting an extraction condition value and arranging a button for performing data extraction. 前記請求項1記載のデータ抽出付きシートにおいて、エクセルシートに表計算可能のデータベース専用シートを設け、データベース作成領域はA列4行以降とし、請求項1に記載のデータ抽出画面の起動用ボタンと抽出モードのウインドウ画面を通常の状態に戻すボタンを配置することを特長とするデータ抽出システム付きシート。In the sheet with data extraction according to claim 1, a spreadsheet-dedicated database dedicated sheet is provided in the Excel sheet, the database creation area is set to column A and the 4th row, and the button for starting the data extraction screen according to claim 1 and A sheet with a data extraction system that features a button to return the window screen in extraction mode to the normal state.
JP2017164835A 2017-08-12 2017-08-12 Sheet with data extraction system Pending JP2019036267A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017164835A JP2019036267A (en) 2017-08-12 2017-08-12 Sheet with data extraction system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017164835A JP2019036267A (en) 2017-08-12 2017-08-12 Sheet with data extraction system

Publications (1)

Publication Number Publication Date
JP2019036267A true JP2019036267A (en) 2019-03-07

Family

ID=65637766

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017164835A Pending JP2019036267A (en) 2017-08-12 2017-08-12 Sheet with data extraction system

Country Status (1)

Country Link
JP (1) JP2019036267A (en)

Similar Documents

Publication Publication Date Title
US10474736B1 (en) Multiple display views for a notebook
US9811248B1 (en) Webpage testing tool
WO2011024357A1 (en) Gui evaluation system, method and program
US10642471B2 (en) Dual timeline
JP6542612B2 (en) Test scenario generation support apparatus and test scenario generation support method
US10083206B2 (en) Visualization of combined table data
JP2014010512A (en) Application cooperation system, application cooperation method and application cooperation program
JP2014153751A (en) Data extraction/edition/output device and program
JP6045050B2 (en) User interface consistency check method, apparatus and program
JP2015210586A (en) Data extraction editing device of various databases and program of the same
US9483852B2 (en) Method for displaying and manipulating genealogical data using a full family graph
CN114647735A (en) Relation graph display method, medium and display device
JP2015170009A (en) Display information generation device, program execution situation display system, method and program
JP2019036267A (en) Sheet with data extraction system
JP5748118B2 (en) Document creation support method, document creation support device, and document creation support program
JP2020197997A (en) Information processing device, method and program
JP6320901B2 (en) Data linkage support system and data linkage support method
JP2018097548A (en) Human interface data creating device
Setiyanto et al. Data science with excel
JP5039505B2 (en) Document search apparatus and document search support method
US8543945B2 (en) Software user interface using H-grid navigation in human resource management or customer relationship management applications
KR101624971B1 (en) Method and apparatus for presenting procedure instructions with flow-logic diagram
JP2011096154A (en) Input support device, input support method and input support program
US10824805B2 (en) Systems and methods for automated review and editing of presentations
JP5716704B2 (en) Data linkage flow management device and data integration device