KR100458542B1 - Integrated Table Providing Method - Google Patents

Integrated Table Providing Method Download PDF

Info

Publication number
KR100458542B1
KR100458542B1 KR10-2002-0001706A KR20020001706A KR100458542B1 KR 100458542 B1 KR100458542 B1 KR 100458542B1 KR 20020001706 A KR20020001706 A KR 20020001706A KR 100458542 B1 KR100458542 B1 KR 100458542B1
Authority
KR
South Korea
Prior art keywords
statistical
user
statistics
tables
information
Prior art date
Application number
KR10-2002-0001706A
Other languages
Korean (ko)
Other versions
KR20030061165A (en
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 삼성에스디에스 주식회사
Priority to KR10-2002-0001706A priority Critical patent/KR100458542B1/en
Publication of KR20030061165A publication Critical patent/KR20030061165A/en
Application granted granted Critical
Publication of KR100458542B1 publication Critical patent/KR100458542B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/18Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Operations Research (AREA)
  • Probability & Statistics with Applications (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Algebra (AREA)
  • Evolutionary Biology (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 행 데이터나 열 데이터가 상이한 다수의 통계표를 하나의 통계표로 표현할 수 있는 통합 통계표를 작성하는 방법에 관한 것으로서, 사용자에게 연결할 통계표의 개수 선택란, 연결할 통계표의 방향 선택란, 혼합 연결 유무 선택란을 포함하는 사용자 인터페이스를 제공하는 제 1 단계; 사용자로부터 상기 사용자 인터페이스의 각 선택란을 통하여 연결 통계표의 개수, 방향 및 혼합 연결 유무의 선택을 입력받는 제 2 단계; 상기 사용자의 선택에 따라 선택에 대응하는 추가 시트가 활성화되고 상기 사용자로부터 상기 추가 시트에 추가 행에 대한 정보 또는 추가 열에 대한 정보를 입력받는 제 3 단계; 상기 사용자가 선택한 개수의 통계표에 대하여 사용자가 선택한 방향으로 혼합 또는 비혼합 방식으로 연결하여 2 이상의 통계표를 하나의 통계표로 통합하는 제 4 단계;를 포함하는 것을 특징으로 한다.The present invention relates to a method for creating an integrated statistical table that can represent a plurality of statistical tables with different row data or column data as a single statistical table. A first step of providing a user interface comprising; A second step of receiving, from a user, a selection of the number, direction, and presence of a mixed connection of the connection statistics table through each check box of the user interface; A third step of activating an additional sheet corresponding to the selection according to the user's selection and receiving information on an additional row or information on an additional column from the user; And a fourth step of integrating two or more statistical tables into one statistical table by connecting the number of statistical tables selected by the user in a mixing or non-mixing manner in a direction selected by the user.

Description

통합 통계표 작성 방법{Integrated Table Providing Method}Integrated Table Providing Method

본 발명은 데이터베이스의 정보에 의한 통계표 작성 방법에 관한 것으로서, 특히 행 데이터나 열 데이터가 상이한 다수의 통계표를 하나의 통계표로 표현할 수 있는 통합 통계표를 작성하는 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for creating a statistical table based on information in a database, and more particularly, to a method for creating an integrated statistical table capable of expressing a plurality of statistical tables having different row data or column data as a single statistical table.

일반적으로, 통계 작성기는 데이터베이스에 있는 데이터를 인출하여 사용자의 요구에 의한 통계 처리를 한 다음 사용자가 원하는 표의 형태로 출력하는 도구이다.In general, the statistics writer is a tool that retrieves the data in the database, processes the statistics according to the user's request, and then outputs them in the form of a table desired by the user.

도 1은 종래 기술에 의한 통계 작성기의 구성을 도시한 블럭도이다. 통계 작성기는 사용자 인터페이스(100), SQL(Structured Query Language) 작성기(110), 데이터 인출기(120), 통계값 처리기(130), 표 작성기(140), 및 데이터베이스(150)로 구성되어 있다. 여기에서 사용자 인터페이스(100), SQL 작성기(110), 데이터 인출기(120), 통계값 처리기(130), 표 작성기(140)는 일반적인 응용 프로그램의 구성블럭으로서, 실행 시에는 컴퓨터의 주메모리에 로드되어 동작한다. 데이터베이스(150)는 일정한 구성형식에 의해 컴퓨터의 보조 기억장치에 저장된 데이터의 집합으로서 보고서 작성에 필요한 정보를 보관한다.1 is a block diagram showing the configuration of a statistics generator according to the prior art. The statistics builder is composed of a user interface 100, a structured query language (SQL) builder 110, a data fetcher 120, a statistics value processor 130, a table builder 140, and a database 150. Here, the user interface 100, the SQL writer 110, the data fetcher 120, the statistical value processor 130, and the table writer 140 are constituent blocks of a general application program, and are loaded into the main memory of the computer when executed. It works. The database 150 is a set of data stored in the auxiliary storage of the computer in a certain configuration form and stores information necessary for generating a report.

사용자 인터페이스(100)는 사용자가 작성하기를 원하는 통계표의 행, 열, 내용항목, 및 요구되는 통계값에 대한 정보를 사용자로부터 입력받는 구성블럭으로서, 통상 PC에서는 GUI(Graphic User Interface)를 이용한다. SQL 작성기(110)는 상기 사용자로부터 입력받은 행, 열, 내용항목에 관한 정보를 이용하여 데이터베이스(150)로부터 데이터를 인출하기 위한 SQL을 작성하는 구성블럭이다. 데이터 인출기(120)은 SQL 작성기(110)에서 작성된 SQL을 이용하여, 데이터베이스(150)에서 통계표 작성에 필요한 데이터를 인출하는 구성블럭이다. 통계값 처리기(130)는 상기 인출된 내용항목 데이터를 이용하여, 사용자가 원하는 통계값을 구하는 구성블럭이다. 통상적으로 사용되는 내용항목에 대한 통계 기능은 합계, 평균, 최대값, 최소값, 갯수(count) 등의 5종류이다. 표 작성기(140)는 상기 인출된 행 데이터, 열 데이터, 및 상기 구해진 통계값을 이용하여, 통계표를 작성하는 구성블럭이다.The user interface 100 is a configuration block that receives information about a row, a column, a content item, and a required statistical value of a statistics table that a user wants to create, and typically uses a graphical user interface (GUI) in a PC. The SQL writer 110 is a block for constructing SQL for fetching data from the database 150 by using information about rows, columns, and content items input from the user. The data extractor 120 is a configuration block for extracting data necessary for preparing a statistical table from the database 150 using the SQL written in the SQL writer 110. The statistical value processor 130 is a configuration block for obtaining a statistical value desired by the user using the extracted content item data. There are five types of statistical functions for content items that are commonly used: sum, average, maximum, minimum, and count. The table builder 140 is a block for constructing a statistical table using the retrieved row data, column data, and the obtained statistical value.

여기에서 행에 대한 정보는 통계표의 세로축을 구성하는 데이터에 대한 정보를 의미하고, 열에 대한 정보는 통계표의 가로축을 구성하는 데이터에 대한 정보를 의미하며, 내용항목에 대한 정보는 이들 행과 열에 대한 데이터가 구성하는 행렬(matrix)의 구성요소로서 인출되는 데이터에 대한 정보를 의미한다.Here, the information on the rows means information on the data constituting the vertical axis of the statistics table, the information on the columns means information on the data constituting the horizontal axis of the statistics table, and the information on the content items is the information on these rows and columns. Means information on the data to be drawn as a component of the matrix constituting the data.

도 2 및 도 3은 종래 기술에 의한 각 부서별 최종학력별 인원 분포를 나타내는 예시적인 설계 시트 및 통계표이다. 도 3은 도 2에서처럼 설계 시이트에서 행에 대한 정보로는 부서명을, 열에 대한 정보로는 학력을, 내용항목에 대한 정보로는 주민번호를 선택하고, 내용항목에 대한 통계기능으로는 갯수를 선택한 경우에 제공되는 통계표이다. 이때, 주민번호를 내용항목으로 선택한 이유는, 주민번호에 대한 자료는 중복되지 않는 유일한 값으로만 이루어져 있으므로 해당 항목에 대한 갯수, 즉 인원수를 정확히 구할 수 있기 때문이다.2 and 3 is an exemplary design sheet and statistics table showing the distribution of personnel by the final education of each department according to the prior art. 3 is a department name as the information on the row in the design sheet, as shown in Figure 2, the education information for the column, the resident number is selected for the content item, and the number for the statistical function for the content item is selected Statistical tables provided in the case. In this case, the reason why the social security number is selected as the content item is that the data on the social security number is composed of only the non-overlapping values, so that the number of the item, that is, the number of persons can be accurately obtained.

도 4 및 도5는 종래 기술에 의한 각 부서별 성별 인원 분포를 나타내는 예시적인 설계 시트 및 통계표이다. 도 5는 도 4에서처럼 설계 시이트에서 행에 대한 정보로는 부서명을, 열에 대한 정보로는 성별을, 내용항목에 대한 정보로는 주민번호를 선택하고, 내용항목에 대한 통계기능으로는 갯수를 선택한 경우에 제공되는 통계표이다.4 and 5 are exemplary design sheets and statistical tables showing the distribution of gender personnel for each department according to the prior art. FIG. 5 shows a department name as information on a row, a gender as a information about a column, a resident number as a information about a content item, and a number as a statistical function for a content item as shown in FIG. Statistical tables provided in the case.

도 3과 도 5에 의한 통계표는 상이한 열 데이터를 갖지만 동일한 행 데이터를 갖는다. 따라서, 이러한 자료의 경우, 동일한 행 데이터에 대하여 각기 상이한 열 데이터를 통합하여 하나의 통계표로 표시하여 주는 기능이 유용할 것이다. 도 3 및 도 5의 내용을 하나의 통계표로 나타내는 기능은 실제 통계표 작성에 있어 그 유용성이 있음에도 불구하고, 기존의 통계 작성기에는그 기능이 구현되어 있지 않았다.The statistical tables according to FIGS. 3 and 5 have different column data but the same row data. Therefore, for such data, the function of integrating different column data for the same row data and displaying them in one statistical table may be useful. Although the function of showing the contents of FIGS. 3 and 5 in one statistical table is useful in the actual statistical table creation, the function is not implemented in the existing statistical generator.

즉, 종래 기술에 의할 경우 행이나 열이 상이한 경우, 각각 다른 통계표를 설계하여 통계표만큼 결과를 실행하여 나온 결과들을 조합해서 새로운 통계문서를 수동으로 조합해야 하는 비효율적인 문제점을 가지고 있다.That is, according to the prior art, if the rows or columns are different, there is an inefficient problem of manually combining new statistical documents by combining the results of designing different statistical tables and executing the results as the statistical tables.

본 발명은 상기한 문제점을 해결하기 위하여 안출된 것으로서, 통계문서 설계시 각 통계표의 행이나 열의 갯수가 상이하여 하나의 통계표로 만들 수 없는 경우에 각 통계표를 하나로 연결하여 통합된 단일한 통계표를 작성하기 위한 방법을 제공하는데 그 목적이 있다.The present invention has been made to solve the above problems, and when designing a statistical document, if the number of rows or columns of each statistical table is different and cannot be made into a single statistical table, a single statistical table is created by concatenating each statistical table into one. The purpose is to provide a method for doing so.

도 1은 종래 기술에 의한 통계 작성기의 구성을 도시한 블럭도이다.1 is a block diagram showing the configuration of a statistics generator according to the prior art.

도 2 및 도 3은 종래 기술에 의한 각 부서별 최종학력별 인원 분포를 나타내는 예시적인 설계 시트 및 통계표이다.2 and 3 is an exemplary design sheet and statistics table showing the distribution of personnel by the final education of each department according to the prior art.

도 4 및 도 5은 종래 기술에 의한 각 부서별 성별 인원 분포를 나타내는 예시적인 설계 시트 및 통계표이다.4 and 5 are exemplary design sheets and statistical tables showing the distribution of gender personnel for each department according to the prior art.

도 6은 본 발명을 포함하는 통계 작성기의 구성을 도시한 블럭도이다.6 is a block diagram showing the configuration of a statistics builder incorporating the present invention.

도 7은 본 발명에 의한 통합 통계표를 작성하는 방법을 나타내는 흐름도이다.7 is a flowchart illustrating a method of creating an integrated statistical table according to the present invention.

도 8은 본 발명에 의해 제공되는 사용자 인터페이스의 일예를 도시한다.8 illustrates an example of a user interface provided by the present invention.

도 9 및 도 10은 본 발명에 의해 제공되는 추가 시트의 일예를 도시한 도면이다.9 and 10 show examples of additional sheets provided by the present invention.

도 11은 본 발명에 의해 제공되는 통합된 통계표의 일예를 도시한다.11 illustrates an example of a consolidated statistical table provided by the present invention.

상기의 목적을 달성하기 위한 본 발명의 구성은 다음과 같다.데이터베이스에 있는 데이터를 사용자의 요구대로 통계 처리하여 일정한 표의 형식으로 출력하는 통계 작성기에서 통계표를 작성하는 통합 통계표 작성 방법에 있어서, 행과 열의 개수, 또는 그 내용 항목의 정보가 상이한 2개 이상의 통계표 중에서 사용자에게 연결할 통계표의 개수 선택란, 연결할 통계표의 방향 선택란, 혼합 연결 유무 선택란을 포함하는 사용자 인터페이스를 제공하는 제1 단계; 사용자로부터 상기 사용자 인터페이스의 각 선택란을 통하여 연결 통계표의 개수, 방향, 및 혼합 연결 유무의 선택을 입력받는 제2 단계; 상기 제2 단계의 사용자 선택에 대응하는 추가 시트가 활성화되고 상기 사용자로부터 상기 추가 시트에 추가 행에 대한 정보 또는 추가 열에 대한 정보를 입력받는 제3 단계; 및 상기 사용자가 선택한 개수의 통계표에 대하여 사용자가 선택한 방향으로 혼합 또는 비혼합 방식으로 연결하여 하나의 통계표로 통합하는 제 4 단계를 포함하는 것을 특징으로 한다.In order to achieve the above object, a configuration of the present invention is as follows. An integrated statistical table creating method for creating a statistical table in a statistical writer that statistically processes data in a database according to a user's request and outputs the data in a predetermined table format. A first step of providing a user interface including a number of columns of statistical tables to be linked to a user from among two or more statistical tables having different numbers of columns or information about the content items, a direction selection box of the statistical tables to be linked, and a check box for whether there is a mixed link; A second step of receiving, from a user, a selection of the number, direction, and presence or absence of a mixed connection table of connection statistics tables through respective check boxes of the user interface; A third step of activating an additional sheet corresponding to the user selection of the second step and receiving information on an additional row or information on an additional column from the user; And a fourth step of connecting the statistical tables of the number selected by the user in a mixed or non-mixed manner in the direction selected by the user and integrating them into one statistical table.

이하에서 첨부된 도면을 참조하여 본 발명을 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

도 6은 본 발명을 포함하는 통계 작성기의 구성을 도시한 블럭도이다. 도 6에 도시된 사용자 인터페이스(600), SQL 작성기(610), 데이터 인출기(620), 통계 처리기(630), 표 작성기(640) 및 데이터베이스(650)는, 도 1에 도시된 종래 기술에 의한 통계 작성기의 사용자 인터페이스(100), SQL 작성기(110), 데이터 인출기(120), 통계 처리기(130), 표 작성기(140) 및 데이터베이스(150)에 각각 대응된다.6 is a block diagram showing the configuration of a statistics builder incorporating the present invention. The user interface 600, the SQL writer 610, the data fetcher 620, the statistical processor 630, the table writer 640, and the database 650 shown in FIG. The statistics builder corresponds to the user interface 100, the SQL builder 110, the data fetcher 120, the statistics processor 130, the table builder 140, and the database 150, respectively.

본 발명에 의한 통계표 통합 기능을 얻기 위하여, 상기 사용자인터페이스(600)는 행 데이터에 대한 정보, 열 데이터에 대한 정보, 연결될 통계표의 개수, 연결될 통계표의 연결 방향, 연결시 혼합 연결 유무 등에 대한 정보를 사용자로부터 입력받는 통합정보 입력처리부(602)를 추가로 포함한다. 또한 상기 데이터 인출기(620)는 상기 통합될 모든 통계표의 데이터를 상기 데이터베이스(650)로부터 인출하는 통합 데이터인출부(622)를 추가로 포함하며, 상기 표 작성기(640)는 행을 고정한 상태에서 열의 내용 데이터를 수평 방향으로 인출, 확장하거나 또는 열을 고정한 상태에서 행의 내용 데이터를 수직 방향으로 인출, 확장하거나 또는 상기 양 방식을 혼합하여 행 및 열의 데이터를 수직 및 수평 방향으로 인출, 확장하여 통합 통계표를 작성하는 통합 통계표 작성기(642)를 더 구비한다.In order to obtain a statistical table integration function according to the present invention, the user interface 600 provides information on the information on the row data, the information on the column data, the number of statistical tables to be linked, the connection direction of the statistical tables to be linked, the presence or absence of mixed connection at the time of connection It further includes an integrated information input processing unit 602 to receive input from the user. In addition, the data extractor 620 further includes an integrated data extractor 622 for extracting data of all the statistical tables to be integrated from the database 650, and the table builder 640 stores the columns in a fixed state. Fetch and expand the content data in a row in a horizontal direction, or pull and expand the content data in a row in a vertical direction with a fixed column, or a combination of both methods to pull and expand the data in rows and columns in a vertical and horizontal direction. An integrated statistical table generator 642 for creating a statistical table is further provided.

도 7은 본 발명에 의한 통합된 통계표를 작성하는 방법을 나타내는 흐름도이다.7 is a flow chart illustrating a method of creating an integrated statistical table according to the present invention.

먼저, 사용자가 통계표의 행 데이터에 대한 정보, 열 데이터에 대한 정보, 내용항목 각각에 대한 통계기능에 대한 정보, 상기 내용항목이 한 종류 이상인 경우 그 데이터들을 표기하는 방법에 대한 정보를 입력하여 통상의 통계문서 내지 통계표를 작성한다(S 710).First, the user inputs information on the row data of the statistics table, information on the column data, information on the statistical function for each content item, and information on how to display the data when there is more than one type of content item. Create a statistical document of the statistical table (S 710).

상기한 바와 같이 도 2 및 도 3에 의한 본 발명의 일실시예에 따르면, 사용자가 열 데이터에 대한 정보로 최종 학력을, 행 데이터에 대한 정보로 부서명을, 내용항목 데이터에 대한 정보로 주민번호를 입력한 것이다.As described above, according to an exemplary embodiment of the present invention according to FIGS. 2 and 3, the user has a final education level as information on column data, a department name as information on row data, and a social security number as information on content item data. Is entered.

다음, 사용자로부터 다수의 통계표를 통합한 연결통계문서 내지 통합 통계표를 작성할지 여부를 선택받는다(S 720). 통합 통계표 작성을 선택하지 않은 경우에는 예를 들어 도 2 및 도 4의 통계표 작성 사용자 인터페이스에 대해 도 3 및 도 5와 같은 개별적인 통계표가 작성된다(S 750').Next, the user is selected whether to create a connection statistics document or a consolidated statistical table incorporating a plurality of statistical tables (S 720). When the integrated statistics table creation is not selected, for example, individual statistics tables as shown in FIGS. 3 and 5 are created for the statistics table creation user interface of FIGS. 2 and 4 (S 750 ′).

사용자가 연결통계 설정을 선택한 경우에는 사용자에게 연결할 통계표의 개수 선택란, 연결할 통계표의 방향 선택란, 혼합 연결 유무 선택란을 포함하는 사용자 인터페이스를 제공하고, 사용자로부터 상기 사용자 인터페이스의 각 선택란을 통하여 연결 통계표의 개수, 방향 및 혼합 연결 유무의 선택을 입력받는다(S 730).If the user selects the connection statistics setting, the user interface is provided to the user, including a check box of the number of statistics tables to be linked, a direction check box of the statistics tables to be linked, and a check box for whether there is a mixed connection, and the number of connection statistics tables from the user through each check box of the user interface. In step S730, the controller receives a selection of direction and mixed connection.

상기 통계표 개수 선택란에 있어서 연결되어질 수 있는 통계표의 개수의 범위는 2 내지 10 개인 것이 양호하며, 상기 통계표 방향 선택란은 수평 방향 및 수직 방향을 포함할 수 있으며, 상기 혼합 연결 유무 선택란은 수평 방향 및 수직 방향으로 동시에 혼합연결되는 경우의 '예' 메뉴와, 수평 방향 또는 수직 방향 중 어느 한 방향으로만 연결되는 경우의 '아니오' 메뉴를 포함할 수 있다.The number of statistical tables that can be linked in the number of statistical table selection box is preferably 2 to 10, the statistical table direction selection column may include a horizontal direction and a vertical direction, the mixed connection presence or absence check box is a horizontal direction and vertical It may include a 'yes' menu when the mixed connection in the same direction at the same time, and a 'no' menu when connected only in one of the horizontal direction or vertical direction.

도 8은 본 발명에 의해 제공되는 사용자 인터페이스의 일예를 도시한다. 도면을 참고하면, 연결 통계 개수 선택란(810)은 2 개로 설정되어 2 개의 상이한 통계표를 하나의 통계표로 통합한다는 것을 의미하며, 연결 통계 방향 선택란(820)은 수평으로 설정되어 통합을 원하는 상기 2개의 통계표는 상호 동일한 행을 가지므로 행의 개수는 고정한채 열만을 확장하여 수평 방향으로 상호 연결되는 것을 의미하며, 혼합 연결 유무 선택란(830)은 '아니오'로 설정되어 수평 방향 및 수직 방향의 양 방향으로 혼합 연결되는 것이 아니라 단일한 수평 방향으로만 상호 연결됨을 알 수 있다.8 illustrates an example of a user interface provided by the present invention. Referring to the drawings, the connection statistics number check box 810 is set to two means to combine two different statistics table into one statistics table, and the connection statistics direction check box 820 is set to horizontal so that the two Since the statistics tables have the same rows, the number of rows is fixed and the columns are interconnected in the horizontal direction by expanding only the columns. The mixed connection check box 830 is set to 'no' so that the horizontal and vertical directions are the two directions. It can be seen that they are only interconnected in a single horizontal direction, not mixed connections.

상기 사용자의 선택에 따라 선택에 대응하는 추가 시트가 활성화되고 상기사용자로부터 상기 추가 시트에 추가 행에 대한 정보 또는 추가 열에 대한 정보를 입력받는다(S 740).According to the user's selection, the additional sheet corresponding to the selection is activated, and information about the additional row or the additional column is input to the additional sheet from the user (S740).

도 9는 본 발명에서 제공되는 추가 시트의 일예를 도시한 도면이다. 도 8에 의해 사용자가 연결 통계를 선택함에 따라 도 9와 같은 '통계2'라는 새로운 시트가 추가되어 사용자에게 제공된다.9 is a view showing an example of an additional sheet provided in the present invention. As a user selects connection statistics by FIG. 8, a new sheet called 'statistic 2' as shown in FIG. 9 is added and provided to the user.

이 추가 시트는 도 8에서 연결 통계 방향이 수평으로 선택됨에 따라, 행은 고정되고 추가 열에 대한 정보가 수평적으로 통합되게 된다. 사용자가 상기 도 2의 시트에 의한 상기 도 3의 결과 통계표에다가 상기 도 5와 같은 통계표를 추가하기 위해서는 상기 도 4에서 만든 것과 동일한 형식을 취한 도 10과 같은 설계 시이트를 작성하여 이를 실행할 수 있다. 도 10을 참고하면, 행에 대한 정보는 도 2와 동일하게 부서명으로 고정되고, 추가되는 열에 대한 정보로는 성별을, 내용항목에 대한 정보로는 주민번호를 선택하고, 내용항목에 대한 통계기능으로는 갯수를 선택하고 있는 것을 나타내고 있다. 도 10은, 전체적으로는 도 4와 동일한 시이트와 동일하나, 합계부는 도 2의 시트가 이미 합계부를 포함하고 있으므로 이를 중복시킬 필요가 없으므로 합계부를 보이지 않게 선택하고 제목을 성별로 선택하였다는 점이 도 4와 상이한 설계 시이트이다.In this additional sheet, the consolidation statistics direction is selected horizontally in FIG. 8, so that the rows are fixed and the information about the additional columns are horizontally integrated. In order to add the statistical table as shown in FIG. 5 to the result statistical table of FIG. 3 by the sheet of FIG. 2, the user may create and execute the design sheet as shown in FIG. 10 having the same format as that made in FIG. 4. Referring to FIG. 10, the information about the row is fixed to the department name as in FIG. 2, the gender is selected as the information on the added column, the resident number is selected as the information about the content item, and the statistics function about the content item. Indicates that the number is selected. FIG. 10 is the same as the same sheet as in FIG. 4, but the total part does not need to be duplicated because the sheet of FIG. 2 already includes the total part. Therefore, the total part is not shown and the title is selected as the gender. Is a different design sheet.

결과적으로 도 2 및 도 10의 두 개의 시이트를 실행하면, 상이한 열 정보 즉, 도 2의 학력 정보와 도 10의 성별 정보가 하나로 통합된 통계표를 제공할 수 있다(S 750).As a result, when the two sheets of FIG. 2 and FIG. 10 are executed, a statistical table in which different column information, that is, educational information of FIG. 2 and gender information of FIG. 10 are integrated into one can be provided (S750).

도 11은 본 발명에 의해 제공되는 통합된 통계표의 일예를 도시한다.11 illustrates an example of a consolidated statistical table provided by the present invention.

도면을 참고하면, 도 3의 통계표 및 도 5의 통계표가 하나의 통계표로 통합됨을 알 수 있다.Referring to the drawings, it can be seen that the statistical table of FIG. 3 and the statistical table of FIG. 5 are integrated into one statistical table.

지금까지의 결과를 요약하면, 먼저, 도 2의 시트에 의해 행 정보가 관리팀, 물류팀, 영업팀, 자재팀과 같은 부서명으로 정의되고 또한 열 정보가 고졸, 박사, 석사, 학사와 같은 학력으로 정의되는 통계표가 작성되고, 다음 도 8의 사용자 인터페이스에 의해 연결 통계 개수가 2개이므로 새로운 하나의 통계표를 추가로 통합하여 전체적으로 2개의 통계표를 추가하며 연결 방향은 수평 방향으로 설정되어 상기 행 정보는 고정된 상태에서 추가적인 열 정보의 입력을 기다리게 되며, 마지막으로 도 9의 추가 시트를 바탕으로 사용자가 작성한 도 10의 시트에 의해 성별로 정의되는 열 정보가 추가로 입력되면서 전체적으로 상이한 두 개의 열 정보를 지니는 두 개의 통계표가 통합된 도 10의 통합 통계표가 제공된다.To summarize the results so far, first, the sheet of Fig. 2 is a statistical table in which row information is defined as department names such as management team, logistics team, sales team, and material team, and column information is defined as academic records such as high school, doctoral, master's, and bachelor's degree. Next, since the number of connection statistics is two by the user interface of FIG. 8, a new statistics table is additionally integrated to add two statistics tables as a whole, and the connection direction is set in a horizontal direction so that the row information is fixed. Waits for input of additional column information, and finally, additional column information defined by gender is inputted by the user-created sheet of FIG. 10 based on the additional sheet of FIG. The consolidated statistics table of FIG. 10 is provided in which the statistics table is integrated.

이상 본 발명에서는 열의 개수 내지 열의 정보가 상이한 두 개의 통계표를 통합하는 방법을 중심으로 설명하였지만, 본 발명은 이에 제한되는 것이 아니다. 즉, 둘 이상의 통계표에 대해서도 연결 통계 개수를 2개 이상으로 선택함으로써 통합하는 것이 가능하며, 또한 행의 개수 내지 행의 정보가 상이와 두 개의 통계표에 대해서도 도 8에서 연결 통계 방향의 선택을 수직으로 하는 간단한 방법으로 두 통계표를 통합하는 것이 가능하며, 더욱이 열 및 행의 개수 내지 정보가 모두 상이한 다수의 통계표에 대해서도 혼합 연결을 선택함으로써 상호 통합한 하나의 통계표를 제공하는 것이 가능하다.In the present invention, the method of integrating two statistical tables in which the number of columns to the information of the columns are different has been described, but the present invention is not limited thereto. That is, it is possible to integrate by selecting two or more consolidation statistics for two or more statistics tables, and the selection of the direction of the consolidation statistics in FIG. It is possible to combine the two statistics tables in a simple way, and moreover, it is possible to provide one statistical table that is integrated with each other by selecting a mixed connection even for a plurality of statistical tables that differ in both the number and information of columns and rows.

본 발명에 의하면, 상이한 행과 열을 갖는 다수의 통계표를 하나의 통계표로 용이하게 통합할 수 있다는 효과가 있다.According to the present invention, there is an effect that a plurality of statistical tables having different rows and columns can be easily integrated into one statistical table.

또한 본 발명에 의하면, 문서의 작성자가 시트를 각각 실행하여 결과를 따로 조작해야 하는데서 오는 시간 및 인력의 낭비를 줄일 수 있고, 수작업으로 인하여 발생할 수 있는 오류 가능성을 제거할 수 있으며, 한 번의 실행으로 하나의 시트 내에서 복합적이고 다양한 결과 문서 내지 통계표를 확인할 수 있다는 효과가 있다.In addition, according to the present invention, it is possible to reduce the waste of time and manpower that the author of the document has to execute the sheets separately to manipulate the results, and to eliminate the possibility of errors that can be caused by manual work, It is effective to check complex and various result documents or statistics tables in one sheet.

Claims (7)

데이터베이스에 있는 데이터를 사용자의 요구대로 통계 처리하여 일정한 표의 형식으로 출력하는 통계 작성기에서 통계표를 작성하는 통합 통계표 작성 방법에 있어서,In the integrated statistics table creation method to create a statistics table in the statistics builder that statistically processes the data in the database as required by the user and outputs it in the form of a regular table, 행과 열의 개수, 또는 그 내용 항목의 정보가 상이한 2개 이상의 통계표 중에서 사용자에게 연결할 통계표의 개수 선택란, 연결할 통계표의 방향 선택란, 혼합 연결 유무 선택란을 포함하는 사용자 인터페이스를 제공하는 제1 단계;A first step of providing a user interface including a selection number of statistical tables to be linked to a user among two or more statistical tables having different numbers of rows and columns or information on the content items thereof, a direction selection box of statistical tables to be linked, and a check box for whether there is a mixed connection or not; 사용자로부터 상기 사용자 인터페이스의 각 선택란을 통하여 연결 통계표의 개수, 방향, 및 혼합 연결 유무의 선택을 입력받는 제2 단계;A second step of receiving, from a user, a selection of the number, direction, and presence or absence of a mixed connection table of connection statistics tables through respective check boxes of the user interface; 상기 제2 단계의 사용자 선택에 대응하는 추가 시트가 활성화되고 상기 사용자로부터 상기 추가 시트에 추가 행에 대한 정보 또는 추가 열에 대한 정보를 입력받는 제3 단계; 및A third step of activating an additional sheet corresponding to the user selection of the second step and receiving information on an additional row or information on an additional column from the user; And 상기 사용자가 선택한 개수의 통계표에 대하여 사용자가 선택한 방향으로 혼합 또는 비혼합 방식으로 연결하여 하나의 통계표로 통합하는 제 4 단계A fourth step of connecting the statistical tables of the number selected by the user in a mixed or non-mixed manner in the direction selected by the user and integrating them into one statistical table; 를 포함하는 통합 통계표 작성 방법.Integrated statistics table creation method comprising a. 제 1 항에 있어서,The method of claim 1, 상기 통계표 개수 선택란에 있어서 연결되어질 수 있는 통계표의 개수의 범위는 2 내지 10 개인 것을 특징으로 하는 통계표 작성 방법.Method for producing a statistical table, characterized in that the range of the number of statistical tables that can be connected in the statistical table number selection column. 제 1 항에 있어서,The method of claim 1, 상기 통계표 방향 선택란은 수평 방향 및 수직 방향을 포함하는 것을 특징으로 하는 통계표 작성 방법.The statistical table direction selection box includes a horizontal direction and a vertical direction. 제 1 항에 있어서,The method of claim 1, 상기 혼합 연결 유무 선택란은 수평 방향 및 수직 방향으로 동시에 혼합연결되는 경우의 '예' 메뉴와, 수평 방향 또는 수직 방향 중 어느 한 방향으로만 연결되는 경우의 '아니오' 메뉴를 포함하는 것을 특징으로 하는 통계표 작성 방법.The mixed connection check box includes a 'yes' menu when mixed connection in a horizontal direction and a vertical direction at the same time, and a 'no' menu when only one direction is connected in a horizontal direction or a vertical direction. How to create a statistics table. 제 3 항 내지 제 4 항 중 어느 한 항에 있어서,The method according to any one of claims 3 to 4, 상기 제 2 단계에서 사용자가 수평 방향을 선택하고 혼합 연결 유무를 '아니오'로 선택한 경우, 상기 제 3 단계의 추가 시트는 동일한 행 및 상이한 열을 갖는 각 통계표에 대하여 행의 개수를 고정시킨 상태에서 수평방향으로 열을 추가하는 비혼합 방식으로 실행되는 것을 특징으로 하는 통계표 작성 방법.In the second step, when the user selects the horizontal direction and selects 'no', the additional sheet of the third step is fixed with the number of rows for each statistical table having the same row and different columns. A method of creating a statistical table, characterized in that it is performed in a non-mixed manner to add columns in the horizontal direction. 제 3 항 내지 제 4 항 중 어느 한 항에 있어서,The method according to any one of claims 3 to 4, 상기 제 2 단계에서 사용자가 수직 방향을 선택하고 혼합 연결 유무를 '아니오'로 선택한 경우, 상기 제 3 단계의 추가 시트는 동일한 열 및 상이한 행을 갖는 각 통계표에 대하여 열의 개수를 고정시킨 상태에서 수직방향으로 행을 추가하는 비혼합 방식으로 실행되는 것을 특징으로 하는 통계표 작성 방법.If the user selects the vertical direction in the second step and selects no mixed connection, the additional sheet of the third step is vertical while the number of columns is fixed for each statistical table having the same column and different rows. A method of creating a statistical table, characterized in that it is executed in a non-mixed manner to add rows in the direction. 제 3 항 내지 제 4 항 중 어느 한 항에 있어서,The method according to any one of claims 3 to 4, 상기 제 2 단계에서 혼합 연결 유무를 '예'로 선택한 경우, 상기 제 3 단계의 추가 시트는 상이한 행 및 상이한 열을 갖는 각 통계표에 대하여 수평방향으로 열을 추가하고 수직방향으로 행을 추가하는 혼합 방식으로 실행되는 것을 특징으로 하는 통계표 작성 방법.If YES is selected in the second step, the additional sheet of the third step is mixed to add a column in the horizontal direction and a row in the vertical direction for each statistical table having different rows and different columns. Statistics table creation method characterized in that the execution.
KR10-2002-0001706A 2002-01-11 2002-01-11 Integrated Table Providing Method KR100458542B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2002-0001706A KR100458542B1 (en) 2002-01-11 2002-01-11 Integrated Table Providing Method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2002-0001706A KR100458542B1 (en) 2002-01-11 2002-01-11 Integrated Table Providing Method

Publications (2)

Publication Number Publication Date
KR20030061165A KR20030061165A (en) 2003-07-18
KR100458542B1 true KR100458542B1 (en) 2004-12-03

Family

ID=32217732

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2002-0001706A KR100458542B1 (en) 2002-01-11 2002-01-11 Integrated Table Providing Method

Country Status (1)

Country Link
KR (1) KR100458542B1 (en)

Also Published As

Publication number Publication date
KR20030061165A (en) 2003-07-18

Similar Documents

Publication Publication Date Title
US7966356B2 (en) Apparatus and methods for displaying and determining dependency relationships among subsystems in a computer software system
BE1024144B1 (en) IMPROVED CONSTRUCTION OF DATABASE SCHEME MODELS FOR DATABASE SYSTEMS AND REST APIs
US10354002B2 (en) Interaction relationship building and explorer for dashboard
CN106599039B (en) Statistical representation method supporting free combination nesting of relational database data
CN114035773B (en) Configuration-based low-code form development method, system and device
US20070260582A1 (en) Method and System for Visual Query Construction and Representation
KR20170098854A (en) Building reports
US20060004693A1 (en) Graphical user interface for exploring databases
US8732615B2 (en) Unified interface for display and modification of data arrays
US9110942B2 (en) Programmer interface for manufacturing execution system
US20070192355A1 (en) Definitions in Master Documents
CA2522254A1 (en) Method and system for designing, implementing and documenting olap
JPH11316766A (en) Multidimensional analytical construction system and database for analytical processing
KR100458542B1 (en) Integrated Table Providing Method
US20130132425A1 (en) Query definition apparatus and method for multi-tenant
KR100902193B1 (en) A System For Composing Report, A Method ? A System For Providing A Made-To-Order Report, And A Storage Medium
Novak et al. Prototype of a Web ETL tool
CN111797125A (en) Report creating method and device, electronic equipment and computer readable storage medium
JP3036628B2 (en) Table data processing device
US20180189499A1 (en) Dynamic security report generator
CN114780084B (en) Configuration system for collaborative multi-type interactive interface design
CN107239459B (en) Entity contact diagram display method and device
US20230236716A1 (en) Systems and Processes of Organization Management
US20030097372A1 (en) Method and system for managing electrical schematic data
KR100439468B1 (en) Table Contolling Method Through Data Distribution Definition

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20120906

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20131004

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20140904

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20150930

Year of fee payment: 12

LAPS Lapse due to unpaid annual fee