JP6817865B2 - Information display device, information display method and information display program - Google Patents
Information display device, information display method and information display program Download PDFInfo
- Publication number
- JP6817865B2 JP6817865B2 JP2017062897A JP2017062897A JP6817865B2 JP 6817865 B2 JP6817865 B2 JP 6817865B2 JP 2017062897 A JP2017062897 A JP 2017062897A JP 2017062897 A JP2017062897 A JP 2017062897A JP 6817865 B2 JP6817865 B2 JP 6817865B2
- Authority
- JP
- Japan
- Prior art keywords
- information
- data
- item
- display
- extraction condition
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 36
- 238000000605 extraction Methods 0.000 claims description 75
- 238000012384 transportation and delivery Methods 0.000 claims description 14
- 230000002776 aggregation Effects 0.000 claims description 11
- 238000004220 aggregation Methods 0.000 claims description 11
- 238000013500 data storage Methods 0.000 claims description 5
- 239000000047 product Substances 0.000 description 53
- 238000010586 diagram Methods 0.000 description 28
- 230000007704 transition Effects 0.000 description 22
- 238000004891 communication Methods 0.000 description 19
- 230000008569 process Effects 0.000 description 11
- 230000000052 comparative effect Effects 0.000 description 8
- 238000013523 data management Methods 0.000 description 8
- 230000010365 information processing Effects 0.000 description 8
- 230000006870 function Effects 0.000 description 7
- 238000004590 computer program Methods 0.000 description 5
- 238000004458 analytical method Methods 0.000 description 3
- 238000007726 management method Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 230000000717 retained effect Effects 0.000 description 3
- 239000000284 extract Substances 0.000 description 2
- 238000007792 addition Methods 0.000 description 1
- 230000004931 aggregating effect Effects 0.000 description 1
- 239000006227 byproduct Substances 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 238000013075 data extraction Methods 0.000 description 1
- 239000006185 dispersion Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
Images
Landscapes
- Digital Computer Display Output (AREA)
- Controls And Circuits For Display Device (AREA)
- User Interface Of Digital Computer (AREA)
Description
本発明は、情報表示装置、情報表示方法および情報表示プログラムに関する。 The present invention relates to an information display device, an information display method, and an information display program.
特許文献1の請求項6等には、複数の検索結果から出力された複数のレポートを同一画面上に配置し、それらの複数のレポートを連動して操作することができるダッシュボードが開示されている。特に、特許文献1の段落0094等には、ダッシュボードの一覧の中から「商品番号」といった抽出条件項目を選択すると、「商品別売上一覧」、「月次売上推移」、「担当者別実績」、および「顧客別売上ランキング」等のレポートを表示できることが開示されている。
Claim 6 and the like of
しかしながら、このような特許文献1にあっては、デジタルダッシュボードの表示情報に対し、別途必要な付属情報をデータベースから取得して表示することができるが、表示する可能性のあるデータを全て保持しようとすると、データ容量が肥大化すると共に、リアルタイムにデータの変化を捉えることができないという課題があった。また、特許文献1では、付属情報を表示する際に、表示位置などのレイアウト設定も行うことができなかった。
However, in
本発明は、上記問題点に鑑みてなされたものであって、デジタルダッシュボードの表示情報に対し、別途表示したい付属情報を必要なタイミングで、必要な分だけデータを取得できると共に、付属情報の表示レイアウトを設定することができる情報表示装置、情報表示方法および情報表示プログラムを提供することを目的とする。 The present invention has been made in view of the above problems, and can acquire the necessary amount of additional information to be displayed separately at the necessary timing with respect to the display information of the digital dashboard, and can also acquire the necessary amount of the auxiliary information. An object of the present invention is to provide an information display device, an information display method, and an information display program in which a display layout can be set.
上述した課題を解決し、目的を達成するために、本発明にかかる情報表示装置は、記憶部と制御部とを備え、デジタルダッシュボードの表示情報を表示後、別途必要な付属情報を表示する情報表示装置であって、前記記憶部には、前記付属情報を表示するデータを取得するデータ取得対象と、該データ取得対象に対してどの項目を抽出条件としてデータを取得するかを決める抽出条件項目とを設定する付属情報取得定義マスタと、前記付属情報を表示するデータをどのタイミングで取得するかを決める取得タイミングと、どの項目を前記抽出条件として受け渡すかを決める受け渡し項目とを設定する付属情報抽出条件定義マスタと、取得した前記データのどの項目を表示対象とするかを決める表示対象項目と、該表示対象項目をどのように画面に表示するかを決めるレイアウトとを設定する付属情報レイアウト定義マスタと、を含み、前記制御部は、前記付属情報抽出条件定義マスタに設定された前記取得タイミングが到来すると、前記付属情報取得定義マスタに設定された前記データ取得対象を参照し、該データ取得対象から前記抽出条件項目と、前記付属情報抽出条件定義マスタに設定された前記受け渡し項目とに基づいて前記付属情報を表示するデータを取得するデータ取得手段と、取得したデータのうち、前記付属情報レイアウト定義マスタに設定された前記表示対象項目について、前記レイアウトの設定に基づいて前記付属情報を画面に表示するデータ表示手段と、を備えたことを特徴とする。 In order to solve the above-mentioned problems and achieve the object, the information display device according to the present invention includes a storage unit and a control unit, displays the display information of the digital dashboard, and then displays the additional necessary information separately. In the information display device, in the storage unit, a data acquisition target for acquiring data for displaying the attached information and an extraction condition for determining which item is used as an extraction condition for the data acquisition target to acquire data. Set the attached information acquisition definition master to set the items, the acquisition timing to decide when to acquire the data to display the attached information, and the passing item to decide which item to pass as the extraction condition. Attached information Setting the extraction condition definition master, the display target item that determines which item of the acquired data is to be displayed, and the layout that determines how to display the display target item on the screen. When the acquisition timing set in the attached information extraction condition definition master arrives, the control unit includes the layout definition master and refers to the data acquisition target set in the attached information acquisition definition master. Among the data acquisition means and the acquired data, the data acquisition means for acquiring the data for displaying the accessory information based on the extraction condition item and the transfer item set in the accessory information extraction condition definition master from the data acquisition target, and the above-mentioned The display target item set in the attached information layout definition master is provided with a data display means for displaying the attached information on the screen based on the layout setting.
また、本発明にかかる情報表示装置は、前記記憶部には、データベースとして前記付属情報を表示するデータを記憶する付属情報表示データ記憶部を更に含み、前記付属情報取得定義マスタに設定されるデータ取得対象は、前記付属情報表示データ記憶部であることを特徴とする。 In addition, the information display device according to the present invention further includes an accessory information display data storage unit that stores data for displaying the accessory information as a database in the storage unit, and data set in the accessory information acquisition definition master. The acquisition target is the attached information display data storage unit.
また、本発明にかかる情報表示装置は、前記付属情報抽出条件定義マスタに設定される取得タイミングは、設定された前記受け渡し項目が画面上で一意になったタイミングであることを特徴とする。 Further, the information display device according to the present invention is characterized in that the acquisition timing set in the accessory information extraction condition definition master is the timing at which the set delivery item becomes unique on the screen.
また、本発明にかかる情報表示装置は、前記付属情報レイアウト定義マスタに設定されるレイアウトは、前記付属情報の配置、サイズ、色、および文字や画像などの表示形式のうち少なくとも一つであることを特徴とする。 Further, in the information display device according to the present invention, the layout set in the accessory information layout definition master is at least one of the arrangement, size, color, and display format of characters, images, and the like of the accessory information. It is characterized by.
また、本発明にかかる情報表示装置は、前記制御部は、取得したデータを集計するデータ集計手段を更に備えたことを特徴とする。 Further, the information display device according to the present invention is characterized in that the control unit further includes data aggregation means for aggregation of acquired data.
また、本発明にかかる情報表示方法は、記憶部と制御部とを備え、デジタルダッシュボードの表示情報を表示後、別途必要な付属情報を表示する情報表示装置で実行される情報表示方法であって、前記記憶部には、前記付属情報を表示するデータを取得するデータ取得対象と、該データ取得対象に対してどの項目を抽出条件としてデータを取得するかを決める抽出条件項目とを設定する付属情報取得定義マスタと、前記付属情報を表示するデータをどのタイミングで取得するかを決める取得タイミングと、どの項目を前記抽出条件として受け渡すかを決める受け渡し項目とを設定する付属情報抽出条件定義マスタと、取得した前記データのどの項目を表示対象とするかを決める表示対象項目と、該表示対象項目をどのように画面に表示するかを決めるレイアウトとを設定する付属情報レイアウト定義マスタと、を含み、前記制御部で実行される、前記付属情報抽出条件定義マスタに設定された前記取得タイミングが到来すると、前記付属情報取得定義マスタに設定された前記データ取得対象を参照し、該データ取得対象から前記抽出条件項目と、前記付属情報抽出条件定義マスタに設定された前記受け渡し項目とに基づいて前記付属情報を表示するデータを取得するデータ取得ステップと、取得したデータのうち、前記付属情報レイアウト定義マスタに設定された前記表示対象項目について、前記レイアウトの設定に基づいて前記付属情報を画面に表示するデータ表示ステップと、を含むことを特徴とする。 Further, the information display method according to the present invention is an information display method executed by an information display device including a storage unit and a control unit, which displays display information on a digital dashboard and then separately displays necessary accessory information. In the storage unit, a data acquisition target for acquiring the data for displaying the attached information and an extraction condition item for determining which item is used as the extraction condition for the data acquisition target to acquire the data are set. Attached information extraction condition definition that sets the attached information acquisition definition master, the acquisition timing that determines when to acquire the data for displaying the attached information, and the passing item that determines which item is to be passed as the extraction condition. Ancillary information layout definition master that sets a master, a display target item that determines which item of the acquired data to be displayed, and a layout that determines how to display the display target item on the screen. When the acquisition timing set in the attached information extraction condition definition master, which is executed by the control unit, arrives, the data acquisition target set in the attached information acquisition definition master is referred to and the data is acquired. A data acquisition step for acquiring data for displaying the ancillary information based on the extraction condition item from the target and the passing item set in the ancillary information extraction condition definition master, and the attached information among the acquired data. The display target item set in the layout definition master is characterized by including a data display step of displaying the attached information on the screen based on the layout setting.
また、本発明にかかる情報表示プログラムは、記憶部と制御部とを備え、デジタルダッシュボードの表示情報を表示後、別途必要な付属情報を表示する情報表示装置で実行させるための情報表示プログラムであって、前記記憶部には、前記付属情報を表示するデータを取得するデータ取得対象と、該データ取得対象に対してどの項目を抽出条件としてデータを取得するかを決める抽出条件項目とを設定する付属情報取得定義マスタと、前記付属情報を表示するデータをどのタイミングで取得するかを決める取得タイミングと、どの項目を前記抽出条件として受け渡すかを決める受け渡し項目とを設定する付属情報抽出条件定義マスタと、取得した前記データのどの項目を表示対象とするかを決める表示対象項目と、該表示対象項目をどのように画面に表示するかを決めるレイアウトとを設定する付属情報レイアウト定義マスタと、を含み、前記制御部で実行させるための、前記付属情報抽出条件定義マスタに設定された前記取得タイミングが到来すると、前記付属情報取得定義マスタに設定された前記データ取得対象を参照し、該データ取得対象から前記抽出条件項目と、前記付属情報抽出条件定義マスタに設定された前記受け渡し項目とに基づいて前記付属情報を表示するデータを取得するデータ取得ステップと、取得したデータのうち、前記付属情報レイアウト定義マスタに設定された前記表示対象項目について、前記レイアウトの設定に基づいて前記付属情報を画面に表示するデータ表示ステップと、を含むことを特徴とする。 Further, the information display program according to the present invention is an information display program that includes a storage unit and a control unit, and is executed by an information display device that displays display information on a digital dashboard and then separately displays necessary accessory information. Therefore, in the storage unit, a data acquisition target for acquiring data for displaying the attached information and an extraction condition item for determining which item is used as an extraction condition for the data acquisition target to acquire data are set. Attached information extraction condition that sets the attached information acquisition definition master to be performed, the acquisition timing that determines when to acquire the data for displaying the attached information, and the passing item that determines which item is to be passed as the extraction condition. Ancillary information layout definition master that sets a definition master, a display target item that determines which item of the acquired data is to be displayed, and a layout that determines how to display the display target item on the screen. When the acquisition timing set in the attached information extraction condition definition master for execution by the control unit arrives, the data acquisition target set in the attached information acquisition definition master is referred to, and the data acquisition target is referred to. Of the data acquisition step and the acquired data, the data acquisition step of acquiring the data for displaying the accessory information based on the extraction condition item and the transfer item set in the accessory information extraction condition definition master from the data acquisition target, and the said The display target item set in the attached information layout definition master is characterized by including a data display step of displaying the attached information on the screen based on the layout setting.
本発明によれば、デジタルダッシュボードの表示情報に対し、別途表示したい付属情報を必要なタイミングで、必要な分だけデータを取得できると共に、付属情報の表示レイアウトを設定することができるという効果を奏する。 According to the present invention, with respect to the display information of the digital dashboard, it is possible to acquire the necessary amount of attached information to be displayed separately at the required timing and to set the display layout of the attached information. Play.
本発明にかかる情報表示装置、情報表示方法および情報表示プログラムの実施形態を、図面に基づいて詳細に説明する。なお、本発明は本実施形態により限定されるものではない。 An information display device, an information display method, and an embodiment of an information display program according to the present invention will be described in detail with reference to the drawings. The present invention is not limited to the present embodiment.
[1.概要]
従来のデジタルダッシュボードは、表示したいデータをあらかじめ取得して保持しておき、その保持データに対して表示形式や集計方法を定義して表示するのが一般的であった。このように、表示する可能性のあるデータは、付属情報も含めて全て保持しておく必要があるため、データ容量が肥大化すると共に、リアルタイムにデータの変化を捉えることができないという問題があった。
[1. Overview]
In the conventional digital dashboard, it is common to acquire and retain the data to be displayed in advance, define the display format and aggregation method for the retained data, and display the data. In this way, since it is necessary to retain all the data that may be displayed, including the attached information, there is a problem that the data capacity becomes bloated and changes in the data cannot be captured in real time. It was.
そこで、本実施形態では、デジタルダッシュボードの表示データに対して、画面表示後に別途必要な付属情報をデータベースから取得して表示する仕組みを備えている。具体的には、付属情報の取得タイミングと、付属情報を取得する対象と、付属情報を表示する表示形式とを予め設定しておくことで、デジタルダッシュボードのデータ表示後であっても、必要なタイミングで必要な分だけデータを取得して、所望のレイアウトで表示することができる。その結果、データ容量の肥大化を防いで、リアルタイムのデータ参照を実現することができる。 Therefore, in the present embodiment, the display data of the digital dashboard is provided with a mechanism for acquiring and displaying the additional information required separately from the database after the screen is displayed. Specifically, by setting in advance the acquisition timing of the attached information, the target for acquiring the attached information, and the display format for displaying the attached information, it is necessary even after the data is displayed on the digital dashboard. It is possible to acquire the required amount of data at various timings and display it in a desired layout. As a result, it is possible to prevent the data capacity from becoming bloated and realize real-time data reference.
[2.構成]
本発明に包含される本実施形態にかかる情報表示システムの一構成例について、図1、および、図3〜図5を参照して説明する。図1は、情報表示システムの構成の一例を示すブロック図である。図3は、付属情報取得定義マスタのデータ取得対象である商品マスタデータの一例を示す図である。図4は、付属情報抽出条件定義マスタの取得タイミングの画面例を示す図である。図5は、付属情報レイアウト定義マスタの表示対象項目の画面例を示す図である。
[2. Constitution]
An example of a configuration of the information display system according to the present embodiment included in the present invention will be described with reference to FIGS. 1 and 3 to 5. FIG. 1 is a block diagram showing an example of the configuration of an information display system. FIG. 3 is a diagram showing an example of product master data that is the data acquisition target of the attached information acquisition definition master. FIG. 4 is a diagram showing a screen example of the acquisition timing of the attached information extraction condition definition master. FIG. 5 is a diagram showing a screen example of display target items of the attached information layout definition master.
情報表示システムは、情報表示装置100とサーバ200とネットワーク300とで構成されている。情報表示装置100は、業務データ(企業内に蓄積された膨大なデータ)を分析用にグラフ等で可視化して経営数値等を分析し易く表示するデジタルダッシュボード用の表示装置である。ここでは、常時更新される業務データをサーバ200側で管理し、情報表示装置100は、デジタルダッシュボードの表示情報を表示した後、別途必要な付属情報を表示する際に、サーバ200に対して必要なタイミングで必要な分の最新データを取得し、表示することができる。
The information display system is composed of an
情報表示装置100は、業務データを管理する業務アプリケーション(例えば、Webアプリケーションなど)がインストールされた市販のデスクトップ型パーソナルコンピュータである。なお、情報表示装置100は、デスクトップ型パーソナルコンピュータのような据置型情報処理装置に限らず、市販されているノート型パーソナルコンピュータ、PDA(Personal Digital Assistants)、スマートフォン、タブレット型パーソナルコンピュータなどの携帯型情報処理装置であってもよい。
The
情報表示装置100は、制御部102と通信インターフェース部104と記憶部106と入出力インターフェース部108と、を備えている。情報表示装置100が備えている各部は、任意の通信路を介して通信可能に接続されている。
The
通信インターフェース部104は、ルータ等の通信装置および専用線等の有線又は無線の通信回線を介して、情報表示装置100をネットワーク300に通信可能に接続する。通信インターフェース部104は、他の装置と通信回線を介してデータを通信する機能を有する。ここで、ネットワーク300は、情報表示装置100とサーバ200とを相互に通信可能に接続する機能を有し、例えばインターネットやLAN(Local Area Network)等である。
The
記憶部106には、各種のデータベース、テーブル、およびファイルなどが格納される。記憶部106には、OS(Operating System)と協働してCPU(Central Processing Unit)に命令を与えて各種処理を行うためのコンピュータプログラムが記録される。記憶部106として、例えば、RAM(Random Access Memory)・ROM(Read Only Memory)等のメモリ装置、ハードディスクのような固定ディスク装置、フレキシブルディスク、および光ディスク等を用いることができる。ここで、記憶部106は、付属情報取得定義マスタ106a、付属情報抽出条件定義マスタ106b、付属情報レイアウト定義マスタ106c等を備えている。
Various databases, tables, files, and the like are stored in the
付属情報取得定義マスタ106aは、付属情報を表示するデータをどこから取得するかという「データ取得対象」と、どの項目を条件としてデータ取得するかという「抽出条件項目」とを設定する定義マスタである。例えば、図3に示すように、「データ取得対象」を業務データの管理を行うデータベースとしての商品マスタデータ206bとし、「抽出条件項目」を破線枠206b−1で囲った“商品コード”と“改定日”として定義した一例を示している。
The attached information
付属情報抽出条件定義マスタ106bは、付属情報を表示するデータをどのタイミングで取得するかを決める「取得タイミング」と、どの項目を抽出条件として受け渡すのかを決める「受け渡し項目」とを設定する定義マスタである。例えば、図4に示すように、「受け渡し項目」を“画面上の商品コード”と“抽出条件の基準日”とし、「取得タイミング」を「データが一意になった時」と設定したとする。そして、図4の照会画面MA1以前に基準日の指定があり、図4の画面上で商品コードCD1の“S001”が指定されるとデータが一意になるため、「受け渡し項目」の“画面上の商品コード”と“抽出条件の基準日”とを抽出条件としてサーバ200側に受け渡すことで、その抽出条件に合った付属情報を取得することができる。
The attached information extraction condition definition master 106b defines a definition that sets "acquisition timing" that determines when to acquire data for displaying attached information and "delivery item" that determines which item is to be passed as an extraction condition. It is a master. For example, as shown in FIG. 4, it is assumed that the "delivery item" is set to the "product code on the screen" and the "base date of the extraction condition", and the "acquisition timing" is set to "when the data becomes unique". .. Then, since the reference date is specified before the inquiry screen MA1 in FIG. 4 and the data is unique when "S001" of the product code CD1 is specified on the screen of FIG. 4, the "delivery item" "on the screen" By passing the "product code" and "reference date of the extraction condition" to the
付属情報レイアウト定義マスタ106cは、取得した付属情報を表示するデータのどの項目を表示対象とするかを決める「表示対象項目」と、その表示対象項目をどのように画面に表示するかを決める「レイアウト」とを設定する定義マスタである。例えば、図5に示すように、付属情報AD1の「表示対象項目」として“商品コード”、“商品名”、“色”、“最終入荷日”、“値段”のように設定し、「レイアウト」としては文字を表示するか画像を表示するかの“表示形式”、画面上の表示位置に関する“配置”、付属情報全体の表示サイズに関する“サイズ”、文字表示の場合のフォント種類に関する“文字フォント”、文字や画像の色に関する“色”などの項目を設定することができる。ここでは、レイアウト関連で設定可能な項目を例示列挙したが、これに限定されず、文字や画像を組み合わせたり、表示位置を複数箇所としたり、色やフォントの種類なども複数組み合わせたり、これ以外の項目を設定したりしてもよい。 The attached information layout definition master 106c determines which item of the data for displaying the acquired attached information is to be displayed, and "display target item" and how to display the display target item on the screen. It is a definition master that sets "layout". For example, as shown in FIG. 5, the "display target item" of the attached information AD1 is set as "product code", "product name", "color", "last arrival date", and "price", and "layout". "Display format" whether to display characters or images, "arrangement" regarding the display position on the screen, "size" regarding the display size of the entire attached information, and "characters" regarding the font type in the case of character display. Items such as "font" and "color" related to the color of characters and images can be set. Here, the items that can be set in relation to the layout are listed as examples, but the items are not limited to this, such as combining characters and images, setting multiple display positions, combining multiple colors and font types, and others. Items may be set.
入出力インターフェース部108には、入力装置112および出力装置114が接続されている。出力装置114には、モニタ(家庭用テレビを含む)の他、スピーカやプリンタを用いることができる。入力装置112には、キーボード、マウス、およびマイクの他、マウスと協働してポインティングデバイス機能を実現するモニタを用いることができる。なお、以下では、出力装置114をモニタ114とし、入力装置112をキーボード112またはマウス112として記載する場合がある。
An
制御部102は、情報表示装置100を統括的に制御するCPU等である。制御部102は、OS等の制御プログラム・各種の処理手順等を規定したプログラム・所要データなどを格納するための内部メモリを有し、格納されているこれらのプログラムに基づいて種々の情報処理を実行する。ここで、制御部102は、機能概念的に、データ取得手段としてのデータ取得部102a、データ表示手段としてのデータ表示部102b、データ集計手段としてのデータ集計部102c等を備えている。
The
データ取得部102aは、付属情報抽出条件定義マスタ106bに設定された取得タイミングが到来すると、付属情報取得定義マスタ106aに設定されたデータ取得対象を参照して、データ取得対象から抽出条件項目と付属情報抽出条件定義マスタ106bに設定された受け渡し項目とに基づいて付属情報を表示するデータを取得する。
When the acquisition timing set in the attached information extraction condition definition master 106b arrives, the
データ表示部102bは、取得した付属情報を表示するデータのうち、付属情報レイアウト定義マスタ106cに設定された表示対象項目をレイアウトの設定に基づいて画面上に付属情報を表示する。
The
データ集計部102cは、取得したデータを集計するものであり、例えば取得した売上データを集計することで売上推移表を作成したり、売上データを商品コードで絞り込んだ結果を再集計することで売上推移表を再作成したりする。
The
サーバ200は、業務アプリケーションの管理下にある業務データ(例えば、売上データ、商品マスタデータなど)を格納している。なお、本実施形態では、Webシステムを採用したため、業務データを管理するサーバ200がネットワーク300を介して情報表示装置100と接続されている例を示したが、業務データを管理するデータベース(売上データ、商品マスタデータなど)を情報表示装置100の記憶部106内に配置する構成としてもよい。その場合もデータベースの更新は、常時行われ、常に最新データが保持されるようにする。
The
サーバ200は、制御部202と、通信インターフェース部204と、記憶部206とを備えている。サーバ200が備えている各部は、任意の通信路を介して通信可能に接続されている。
The
通信インターフェース部204は、ルータ等の通信装置及び専用線等の有線又は無線の通信回線を介して、サーバ200をネットワーク300に通信可能に接続する。通信インターフェース部204は、他の装置と通信回線を介してデータを通信する機能を有する。
The
記憶部206には、各種のデータベース、テーブル、およびファイルなどが格納される。記憶部206には、OSと協働してCPUに命令を与えて各種処理を行うためのコンピュータプログラムが記録される。記憶部206として、例えば、RAM・ROM等のメモリ装置、ハードディスクのような固定ディスク装置、フレキシブルディスク、及び光ディスク等を用いることができる。ここで、記憶部206は、売上データ206a、商品マスタデータ206b等を備えている。
Various databases, tables, files, and the like are stored in the
売上データ206aは、デジタルダッシュボードの表示情報を保持しているデータベースである。例えば図7に示すように、デジタルダッシュボードに表示する元データとしての売上データ206aをデータ集計部102cで集計することにより、売上推移表SC1などを表示することができる。
The
商品マスタデータ206bは、付属情報を表示するデータを保持している付属情報表示データ記憶部としてのデータベースである。付属情報を表示する場合は、付属情報抽出条件定義マスタ106bに設定された「受け渡し項目」と「取得タイミング」とに基づいて、データが一意になったタイミングで付属情報を表示するデータの取得処理を実行する。その際、付属情報取得定義マスタ106aに設定された「データ取得対象」が商品マスタデータ206bである場合は、これを参照し、「抽出条件項目」と「受け渡し項目」の設定に基づいて、例えば図9に示す商品マスタデータ206bの商品コードCD1が“S001”で、改定日が“2016/06/01”の破線枠内のデータを取得し、これを付属情報として表示する。
The
制御部202は、サーバ200を統括的に制御するCPU等である。制御部202は、OS等の制御プログラム・各種の処理手順等を規定したプログラム・所要データなどを格納するための内部メモリを有し、格納されているこれらのプログラムに基づいて種々の情報処理を実行する。ここで、制御部202は、機能概念的に、データ管理部202a等を備えている。
The
データ管理部202aは、記憶部206に含まれる売上データ206aおよび商品マスタデータ206b等のデータを管理するものである。データ管理部202aは、情報表示装置100のデータ取得部102aから付属情報抽出条件定義マスタ106bの「取得タイミング」で抽出条件としての「受け渡し項目」を受け取ると、商品マスタデータ206bを参照して該当するデータを抽出し、通信インターフェース部204,104およびネットワーク300を介して情報表示装置100に送る。
The
[3.具体例]
本実施形態の具体例について、図2、図6〜図15を参照して、本実施形態にかかる情報表示装置100の処理の一例について説明する。図2は、情報表示システムで実行される処理の一例を示すフローチャートである。図6は、照会画面で抽出条件項目を入力してデータ表示ボタンを押下する処理手順の一例を示す図である。図7は、売上データに基づいて売上推移表を作成して表示する処理手順の一例を示す図である。図8は、商品コードを選択し商品マスタデータから付属情報を取得して表示する処理手順の一例を示す図である。図9は、図8で付属情報を取得する商品マスタデータの一例を示す図である。図10は、文字と画像の付属情報を表示した照会画面例を示す図である。図11は、本実施形態における売上データの一例を示す図である。図12は、本実施形態における商品マスタデータの一例を示す図である。図13は、本実施形態における照会画面の情報表示の一例を示す図である。図14は、比較例における表示用データの一例を示す図である。図15は、比較例における照会画面の情報表示の一例を示す図である。
[3. Concrete example]
A specific example of the present embodiment will be described with reference to FIGS. 2, 6 to 15, and an example of processing of the
本実施形態にかかる情報表示装置100は、複数の店舗において商品(ここでは、衣類としてのTシャツ)の販売を行った売上データ等の業務データをデータベースに蓄積し、分析用としてグラフ等で可視化して経営数値等を分析し易く表示するデジタルダッシュボード用の表示装置である。情報表示装置100は、デジタルダッシュボードの主たる表示データを表示後、別途表示したい付属情報がある場合には追加表示を行うことができる。
The
デジタルダッシュボードの主たる表示データを表示する場合、情報表示装置100は、図1に示すように、出力装置114に照会画面を起動し、入力装置112からデジタルダッシュボードの表示するデータの抽出条件を入力する。例えば、図6に示すように、照会画面MA1の抽出条件項目EC1に、売上推移表を表示するためのデータ抽出条件として、“基準日”(2016/06/01)、“開始年月”(2016/04)、および“終了年月”(2016/07)を入力し、データ表示ボタンDB1を押下する。
When displaying the main display data of the digital dashboard, the
データ取得部102aは、入力された抽出条件を通信インターフェース部104、ネットワーク300、およびサーバ200側の通信インターフェース部204を介してデータ管理部202aへ渡す。データ管理部202aは、図7に示すように、受け取った抽出条件に適合する売上データ206aを抽出して情報表示装置100へ送信する。情報表示装置100は、受け取った売上データ206aをデータ集計部102cで集計することで、図7の照会画面MA1に示すような売上推移表SC1を表示することができる。なお、図7の売上データ206aに表示されている“商品コード”は、“S001”のみであるが、実際には“S001”〜“S003”の商品コードの全てのデータを抽出し、店舗別、売上年月毎に集計した結果が図7に示す売上推移表SC1である。
The
このように、デジタルダッシュボードの主たる表示データである売上推移表SC1を照会画面MA1に表示した後、別途必要な付属情報を表示する場合の処理について説明する。ここでは、図7に示す照会画面MA1には、表示データを絞り込むためのフィルターFT1が配置されており、このフィルターFT1を使って付属情報を表示すると共に、デジタルダッシュボードの主たる表示データである売上推移表SC1の表示データの絞り込みも行うようにする。 As described above, a process for displaying the additional information required separately after displaying the sales transition table SC1 which is the main display data of the digital dashboard on the inquiry screen MA1 will be described. Here, a filter FT1 for narrowing down the display data is arranged on the inquiry screen MA1 shown in FIG. 7, and the filter FT1 is used to display attached information and sales, which is the main display data of the digital dashboard. The display data of the transition table SC1 is also narrowed down.
まず、図2に示すように、付属情報を表示するデータを取得する付属情報取得処理(ステップSA−1)を行う。オペレータは、図8に示すように、照会画面MA1上のフィルターFT1の商品コードCD1の“S001”を選択する。すると、情報表示装置100のデータ取得部102aは、図1に示すように、付属情報抽出条件定義マスタ106bに事前設定されている「受け渡し項目」の“抽出条件の基準日”が図6で指定され、“画面上の商品コード”が図8で指定されたことで、データが一意となり「取得タイミング」が到来したと判断する。これにより、データ取得部102aは、図9に示すように、サーバ200に対し「データ取得対象」を商品マスタデータ206bとし、付属情報抽出条件定義マスタ106bの「受け渡し項目」を受け渡すと、データ管理部202aが「抽出条件項目」の“商品コード”と“改定日”とが一致したデータ(図9の商品コードCD1の破線枠内のデータ)を商品マスタデータ206bから抽出し、情報表示装置100へ送信することで、付属情報を表示するデータを取得することができる。
First, as shown in FIG. 2, an accessory information acquisition process (step SA-1) for acquiring data for displaying the attachment information is performed. As shown in FIG. 8, the operator selects “S001” of the product code CD1 of the filter FT1 on the inquiry screen MA1. Then, as shown in FIG. 1, the
情報表示装置100のデータ表示部102bは、取得した図9に示すデータを付属情報レイアウト定義マスタ106cに事前設定された「表示対象項目」と「レイアウト」に従って画面上に付属情報を表示する、付属情報表示処理(ステップSA−2)を行う。具体的な「表示対象項目」としては、図8に示すように、“商品コード”(S001)、“商品名”(Tシャツ001)、“色”(赤)、“最終入荷日”(2016/05/01)、“値段”(¥6,500)とし、「レイアウト」設定の“サイズ”(縦20px・横50px)に従って、表形式の中に文字を入れた付属情報AD1を表示することができる。
The
この時、図7に示す売上推移表SC1では、“商品コード”が“S001”〜“S003”の全ての商品について集計した売上の推移を表示している。これに対し、図8に示す売上推移表SC1では、付属情報AD1を表示する際に、フィルターFT1により商品コードCD1を“S001”に絞っているため、売上推移表SC1もこれに合わせて集計し直して表示するようにしてもよい。具体的には、図7に示すように、データ取得部102aが取得した売上データ206aをデータ集計部102cで再集計する際に、フィルターFT1で商品コードCD1を“S001”に絞り込むようにする。これにより、図8に示す照会画面MA1では、フィルターFT1で商品コードCD1を“S001”に指定したタイミングで、商品マスタデータ206bからデータを取得して付属情報AD1を表示すると同時に、売上データ206aから取得したデータに対しデータ集計部102cが商品コードCD1を“S001”に絞り込んで再集計した結果を売上推移表SC1として再表示する。
At this time, in the sales transition table SC1 shown in FIG. 7, the transition of the total sales of all the products whose "product code" is "S001" to "S003" is displayed. On the other hand, in the sales transition table SC1 shown in FIG. 8, when the attached information AD1 is displayed, the product code CD1 is narrowed down to “S001” by the filter FT1, so the sales transition table SC1 is also tabulated accordingly. You may fix it and display it. Specifically, as shown in FIG. 7, when the
また、本実施形態にかかる情報表示装置100は、付属情報の表示形式を図10に示すように表示することもできる。つまり、情報表示装置100は、付属情報レイアウト定義マスタ106cの「表示対象項目」に新たに“Tシャツ画像”を加え、「レイアウト」設定として表形式の中に文字を入れた画像の右横に商品画像を追加する。これにより、表示される付属情報AD1は、図10に示すように、“商品コード”(S001)、“商品名”(Tシャツ001)、“色”(赤)、“最終入荷日”(2016/05/01)、“値段”(¥6,500)に加えて、赤のTシャツ画像AD1a(図面上は赤で表示しない)を表示することができる。
Further, the
なお、図8に示すデジタルダッシュボードの画面では、売上推移表SC1の値も付属情報AD1と同様に商品コードCD1を“S001”に絞って表示したが、必ずしもこれに限定されない。例えば、図10に示すように、フィルターFT1では商品コードCD1を“S001”に絞って付属情報AD1を表示しているが、売上推移表SC1は商品コードCD1を“S001”に絞ることなく、“S001”〜“S003”の集計結果をそのまま表示させておくことも可能である。 On the screen of the digital dashboard shown in FIG. 8, the value of the sales transition table SC1 is also displayed by narrowing down the product code CD1 to “S001” as in the attached information AD1, but the value is not necessarily limited to this. For example, as shown in FIG. 10, in the filter FT1, the product code CD1 is narrowed down to "S001" to display the attached information AD1, but the sales transition table SC1 does not narrow down the product code CD1 to "S001" and displays "S001". It is also possible to display the aggregated results of "S001" to "S003" as they are.
以下では、本実施形態にかかるデジタルダッシュボードと、比較例にかかるデジタルダッシュボードの表示方法の違いを図11〜図15を用いて比較し、本実施形態にかかる情報表示装置の効果について説明する。 In the following, the difference between the display method of the digital dashboard according to the present embodiment and the display method of the digital dashboard according to the comparative example will be compared with reference to FIGS. 11 to 15, and the effect of the information display device according to the present embodiment will be described. ..
(本実施形態にかかるデジタルダッシュボード)
本実施形態にかかる情報表示装置100は、デジタルダッシュボードの主たる表示データの元データとして、図11に示す売上データ206aを集計することで、図13に示すような売上推移表SC1を作成し、表示している。そして、本実施形態の情報表示装置100は、デジタルダッシュボードの主たる表示データ(売上推移表SC1)を表示後、別途必要な付属情報を表示したい場合は、売上データ206aとは別口で付属情報を表示するためのデータを必要なタイミングで、必要な分だけ専用のデータベース(ここでは、図12の商品マスタデータ206b)から取得するため、事前に付属情報取得定義マスタ106a、付属情報抽出条件定義マスタ106b、および付属情報レイアウト定義マスタ106cなどを設定している。このため、デジタルダッシュボードの主たる表示データの表示タイミングや表示内容に拘束されることがなくなり、リアルタイムで更新されるデータベースから必要なデータを、必要なタイミングで、必要な分だけ取得して、図13に示すような付属情報AD1を表示することができる。
(Digital dashboard according to this embodiment)
The
このように、本実施形態にかかる情報表示装置100によれば、事前に表示データを全て準備する必要が無くなり、データ容量の肥大化が抑制できると共に、付属情報を表示するデータをリアルタイムに取得できることからデータの変化にも対応することが可能となる。
As described above, according to the
(比較例にかかるデジタルダッシュボード)
これに対し、比較例の場合は、図14に示すように、デジタルダッシュボードとして表示するデータを表示用データDD1として事前に全て保持しておく必要があった。つまり、図15に示すように、照会画面MA2の売上推移表SC2は、図13に示す付属情報AD1と売上推移表SC1に相当する内容を一緒に表示しているため、表示用データDD1を分けて保持しておくことができず、データ容量が肥大化するという問題があった。また、デジタルダッシュボードの表示内容を更新しようとすると、表示用データDD1を一旦破棄し、再度新たな表示用データDD1を全て準備する必要があるため、非常に手間がかかり、データの更新処理を容易に行うことができなかった。このため、デジタルダッシュボードの本来の目的は、業務データを分析して企業の意思決定に活用するものであり、常に新しいデータに基づいて分析する必要があるにも関わらず、比較例のデジタルダッシュボードではそれが困難であった。
(Digital dashboard for comparative example)
On the other hand, in the case of the comparative example, as shown in FIG. 14, it was necessary to hold all the data to be displayed as the digital dashboard as the display data DD1 in advance. That is, as shown in FIG. 15, since the sales transition table SC2 of the inquiry screen MA2 displays the contents corresponding to the attached information AD1 and the sales transition table SC1 shown in FIG. 13 together, the display data DD1 is separated. There was a problem that the data capacity became bloated because it could not be retained. In addition, when trying to update the display contents of the digital dashboard, it is necessary to temporarily discard the display data DD1 and prepare all the new display data DD1 again, which is very troublesome and requires a lot of time and effort to update the data. It couldn't be done easily. For this reason, the original purpose of the digital dashboard is to analyze business data and utilize it for corporate decision making, and even though it is necessary to always analyze based on new data, the digital dashboard of the comparative example That was difficult on the board.
[4.他の実施形態]
本発明は、上述した実施形態以外にも、特許請求の範囲に記載した技術的思想の範囲内において種々の異なる実施形態にて実施されてよいものである。
[4. Other embodiments]
In addition to the above-described embodiments, the present invention may be implemented in various different embodiments within the scope of the technical ideas described in the claims.
例えば、実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。 For example, of each of the processes described in the embodiments, all or part of the processes described as being automatically performed may be performed manually, or all the processes described as being performed manually. Alternatively, a part thereof can be automatically performed by a known method.
また、本明細書中や図面中で示した処理手順、制御手順、具体的名称、各処理の登録データや検索条件等のパラメータを含む情報、画面例、データベース構成については、特記する場合を除いて任意に変更することができる。 In addition, the processing procedure, control procedure, specific name, information including parameters such as registration data and search conditions of each processing, screen examples, and database configuration shown in this specification and drawings are not specified unless otherwise specified. Can be changed arbitrarily.
また、情報表示装置100に関して、図示の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。
Further, with respect to the
例えば、情報表示装置100が備える処理機能、特に制御部にて行われる各処理機能については、その全部または任意の一部を、CPUおよび当該CPUにて解釈実行されるプログラムにて実現してもよく、また、ワイヤードロジックによるハードウェアとして実現してもよい。尚、プログラムは、本実施形態で説明した処理を情報処理装置に実行させるためのプログラム化された命令を含む一時的でないコンピュータ読み取り可能な記録媒体に記録されており、必要に応じて情報表示装置100に機械的に読み取られる。すなわち、ROMまたはHDD(Hard Disk Drive)などの記憶部などには、OSと協働してCPUに命令を与え、各種処理を行うためのコンピュータプログラムが記録されている。このコンピュータプログラムは、RAMにロードされることによって実行され、CPUと協働して制御部を構成する。
For example, with respect to the processing functions included in the
また、このコンピュータプログラムは、情報表示装置100に対して任意のネットワークを介して接続されたアプリケーションプログラムサーバに記憶されていてもよく、必要に応じてその全部または一部をダウンロードすることも可能である。
Further, this computer program may be stored in an application program server connected to the
また、本実施形態で説明した処理を実行するためのプログラムを、一時的でないコンピュータ読み取り可能な記録媒体に格納してもよく、また、プログラム製品として構成することもできる。ここで、この「記録媒体」とは、メモリーカード、USB(Universal Serial Bus)メモリ、SD(Secure Digital)カード、フレキシブルディスク、光磁気ディスク、ROM、EPROM(Erasable Programmable Read Only Memory)、EEPROM(登録商標)(Electrically Erasable and Programmable Read Only Memory)、CD−ROM(Compact Disk Read Only Memory)、MO(Magneto−Optical disk)、DVD(Digital Versatile Disk)、および、Blu−ray(登録商標) Disc等の任意の「可搬用の物理媒体」を含むものとする。 Further, the program for executing the process described in the present embodiment may be stored in a non-temporary computer-readable recording medium, or may be configured as a program product. Here, the "recording medium" includes a memory card, a USB (Universal Serial Bus) memory, an SD (Secure Digital) card, a flexible disk, a magneto-optical disk, a ROM, an EPROM (Erasable Programmable Read Only Memory), and an EEPROM (registration). Trademarks) (Electrically Erasable and Programmable Read Only Memory), CD-ROM (Compact Disk Read Only Memory), MO (Magnet-Optical Disk), MO (Magnet-Optical Disk), Digital Disk, DVD (Digital), DVD (Digital) It shall include any "portable physical medium".
また、「プログラム」とは、任意の言語または記述方法にて記述されたデータ処理方法であり、ソースコードまたはバイナリコード等の形式を問わない。なお、「プログラム」は必ずしも単一的に構成されるものに限られず、複数のモジュールやライブラリとして分散構成されるものや、OSに代表される別個のプログラムと協働してその機能を達成するものをも含む。なお、実施形態に示した各装置において記録媒体を読み取るための具体的な構成および読み取り手順ならびに読み取り後のインストール手順等については、周知の構成や手順を用いることができる。 Further, the "program" is a data processing method described in any language or description method, regardless of the format such as source code or binary code. The "program" is not necessarily limited to a single program, but is distributed as a plurality of modules or libraries, or cooperates with a separate program represented by the OS to achieve its function. Including things. A well-known configuration and procedure can be used for a specific configuration and reading procedure for reading the recording medium in each device shown in the embodiment, an installation procedure after reading, and the like.
記憶部に格納される各種のデータベース等は、RAM、ROM等のメモリ装置、ハードディスク等の固定ディスク装置、フレキシブルディスク、および、光ディスク等のストレージ手段であり、各種処理やウェブサイト提供に用いる各種のプログラム、テーブル、データベース、および、ウェブページ用ファイル等を格納する。 Various databases and the like stored in the storage unit are memory devices such as RAM and ROM, fixed disk devices such as hard disks, flexible disks, and storage means such as optical disks, and are used for various processes and website provision. Stores programs, tables, databases, files for web pages, etc.
また、情報表示装置100は、既知のパーソナルコンピュータまたはワークステーション等の情報処理装置として構成してもよく、また、任意の周辺装置が接続された当該情報処理装置として構成してもよい。また、情報表示装置100は、当該情報処理装置に本実施形態で説明した処理を実現させるソフトウェア(プログラムまたはデータ等を含む)を実装することにより実現してもよい。
Further, the
更に、装置の分散・統合の具体的形態は図示するものに限られず、その全部または一部を、各種の付加等に応じてまたは機能付加に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。すなわち、上述した実施形態を任意に組み合わせて実施してもよく、実施形態を選択的に実施してもよい。 Furthermore, the specific form of dispersion / integration of the device is not limited to that shown in the figure, and all or part of the device may be functionally or physically in any unit according to various additions or the like. It can be distributed and integrated. That is, the above-described embodiments may be arbitrarily combined and implemented, or the embodiments may be selectively implemented.
本発明は、特に、ビジネスインテリジェンスツールとして企業内の業務データを分析用に可視化するデジタルダッシュボードの付属情報表示などに適用可能である。 The present invention is particularly applicable as a business intelligence tool for displaying ancillary information on a digital dashboard that visualizes business data in a company for analysis.
100 情報表示装置
102 制御部
102a データ取得部
102b データ表示部
102c データ集計部
104 通信インターフェース部
106 記憶部
106a 付属情報取得定義マスタ
106b 付属情報抽出条件定義マスタ
106c 付属情報レイアウト定義マスタ
108 入出力インターフェース部
112 入力装置
114 出力装置
200 サーバ
202 制御部
202a データ管理部
204 通信インターフェース部
206 記憶部
206a 売上データ
206b 商品マスタデータ
300 ネットワーク
100
Claims (7)
前記記憶部には、
前記付属情報を表示するデータを取得するデータ取得対象と、該データ取得対象に対してどの項目を抽出条件としてデータを取得するかを決める抽出条件項目とを設定する付属情報取得定義マスタと、
前記付属情報を表示するデータをどのタイミングで取得するかを決める取得タイミングと、どの項目を前記抽出条件として受け渡すかを決める受け渡し項目とを設定する付属情報抽出条件定義マスタと、
取得した前記データのどの項目を表示対象とするかを決める表示対象項目と、該表示対象項目をどのように画面に表示するかを決めるレイアウトとを設定する付属情報レイアウト定義マスタと、
を含み、
前記制御部は、
前記付属情報抽出条件定義マスタに設定された前記取得タイミングが到来すると、前記付属情報取得定義マスタに設定された前記データ取得対象を参照し、該データ取得対象から前記抽出条件項目と、前記付属情報抽出条件定義マスタに設定された前記受け渡し項目とに基づいて前記付属情報を表示するデータを取得するデータ取得手段と、
取得したデータのうち、前記付属情報レイアウト定義マスタに設定された前記表示対象項目について、前記レイアウトの設定に基づいて前記付属情報を画面に表示するデータ表示手段と、
を備えたことを特徴とする情報表示装置。 It is an information display device that has a storage unit and a control unit, displays the display information of the digital dashboard, and then displays the additional information required separately.
In the storage unit
Ancillary information acquisition definition master that sets a data acquisition target for acquiring data for displaying the attached information and an extraction condition item for determining which item is used as an extraction condition for the data acquisition target.
Ancillary information extraction condition definition master that sets an acquisition timing that determines when to acquire the data for displaying the attached information and a passing item that determines which item is to be passed as the extraction condition.
Ancillary information layout definition master that sets the display target item that determines which item of the acquired data to be displayed and the layout that determines how to display the display target item on the screen.
Including
The control unit
When the acquisition timing set in the attached information extraction condition definition master arrives, the data acquisition target set in the attached information acquisition definition master is referred to, and the extraction condition item and the attached information are referred to from the data acquisition target. A data acquisition means for acquiring data for displaying the attached information based on the delivery item set in the extraction condition definition master, and
Among the acquired data, with respect to the display target item set in the accessory information layout definition master, a data display means for displaying the accessory information on the screen based on the layout setting, and
An information display device characterized by being equipped with.
データベースとして前記付属情報を表示するデータを記憶する付属情報表示データ記憶部を
更に含み、
前記付属情報取得定義マスタに設定されるデータ取得対象は、
前記付属情報表示データ記憶部であること
を特徴とする請求項1に記載の情報表示装置。 In the storage unit
It further includes an accessory information display data storage unit that stores data for displaying the accessory information as a database.
The data acquisition target set in the attached information acquisition definition master is
The information display device according to claim 1, wherein the information display device is the attached information display data storage unit.
設定された前記受け渡し項目が画面上で一意になったタイミングであること
を特徴とする請求項1に記載の情報表示装置。 The acquisition timing set in the attached information extraction condition definition master is
The information display device according to claim 1, wherein the set delivery item is at a unique timing on the screen.
前記付属情報の配置、サイズ、色、および文字や画像などの表示形式のうち少なくとも一つであること
を特徴とする請求項1に記載の情報表示装置。 The layout set in the attached information layout definition master is
The information display device according to claim 1, wherein the information display device is at least one of the arrangement, size, color, and display format of characters, images, and the like.
取得したデータを集計するデータ集計手段
を更に備えたことを特徴とする請求項1に記載の情報表示装置。 The control unit
The information display device according to claim 1, further comprising a data aggregation means for aggregation of acquired data.
前記記憶部には、
前記付属情報を表示するデータを取得するデータ取得対象と、該データ取得対象に対してどの項目を抽出条件としてデータを取得するかを決める抽出条件項目とを設定する付属情報取得定義マスタと、
前記付属情報を表示するデータをどのタイミングで取得するかを決める取得タイミングと、どの項目を前記抽出条件として受け渡すかを決める受け渡し項目とを設定する付属情報抽出条件定義マスタと、
取得した前記データのどの項目を表示対象とするかを決める表示対象項目と、該表示対象項目をどのように画面に表示するかを決めるレイアウトとを設定する付属情報レイアウト定義マスタと、
を含み、
前記制御部で実行される、
前記付属情報抽出条件定義マスタに設定された前記取得タイミングが到来すると、前記付属情報取得定義マスタに設定された前記データ取得対象を参照し、該データ取得対象から前記抽出条件項目と、前記付属情報抽出条件定義マスタに設定された前記受け渡し項目とに基づいて前記付属情報を表示するデータを取得するデータ取得ステップと、
取得したデータのうち、前記付属情報レイアウト定義マスタに設定された前記表示対象項目について、前記レイアウトの設定に基づいて前記付属情報を画面に表示するデータ表示ステップと、
を含むことを特徴とする情報表示方法。 It is an information display method that is executed by an information display device that has a storage unit and a control unit, displays the display information of the digital dashboard, and then displays the additional information required separately.
In the storage unit
Ancillary information acquisition definition master that sets a data acquisition target for acquiring data for displaying the attached information and an extraction condition item for determining which item is used as an extraction condition for the data acquisition target.
Ancillary information extraction condition definition master that sets an acquisition timing that determines when to acquire the data for displaying the attached information and a passing item that determines which item is to be passed as the extraction condition.
Ancillary information layout definition master that sets the display target item that determines which item of the acquired data is to be displayed and the layout that determines how to display the display target item on the screen.
Including
Executed by the control unit,
When the acquisition timing set in the attached information extraction condition definition master arrives, the data acquisition target set in the attached information acquisition definition master is referred to, and the extraction condition item and the attached information are referred to from the data acquisition target. A data acquisition step for acquiring data for displaying the attached information based on the delivery item set in the extraction condition definition master, and
Of the acquired data, for the display target item set in the accessory information layout definition master, a data display step of displaying the accessory information on the screen based on the layout setting, and
An information display method characterized by including.
前記記憶部には、
前記付属情報を表示するデータを取得するデータ取得対象と、該データ取得対象に対してどの項目を抽出条件としてデータを取得するかを決める抽出条件項目とを設定する付属情報取得定義マスタと、
前記付属情報を表示するデータをどのタイミングで取得するかを決める取得タイミングと、どの項目を前記抽出条件として受け渡すかを決める受け渡し項目とを設定する付属情報抽出条件定義マスタと、
取得した前記データのどの項目を表示対象とするかを決める表示対象項目と、該表示対象項目をどのように画面に表示するかを決めるレイアウトとを設定する付属情報レイアウト定義マスタと、
を含み、
前記制御部で実行させるための、
前記付属情報抽出条件定義マスタに設定された前記取得タイミングが到来すると、前記付属情報取得定義マスタに設定された前記データ取得対象を参照し、該データ取得対象から前記抽出条件項目と、前記付属情報抽出条件定義マスタに設定された前記受け渡し項目とに基づいて前記付属情報を表示するデータを取得するデータ取得ステップと、
取得したデータのうち、前記付属情報レイアウト定義マスタに設定された前記表示対象項目について、前記レイアウトの設定に基づいて前記付属情報を画面に表示するデータ表示ステップと、
を含むことを特徴とする情報表示プログラム。 It is an information display program that has a storage unit and a control unit, and is to be executed by an information display device that displays the display information of the digital dashboard and then displays the attached information required separately.
In the storage unit
Ancillary information acquisition definition master that sets a data acquisition target for acquiring data for displaying the attached information and an extraction condition item for determining which item is used as an extraction condition for the data acquisition target.
Ancillary information extraction condition definition master that sets an acquisition timing that determines when to acquire the data for displaying the attached information and a passing item that determines which item is to be passed as the extraction condition.
Ancillary information layout definition master that sets the display target item that determines which item of the acquired data is to be displayed and the layout that determines how to display the display target item on the screen.
Including
To be executed by the control unit
When the acquisition timing set in the attached information extraction condition definition master arrives, the data acquisition target set in the attached information acquisition definition master is referred to, and the extraction condition item and the attached information are referred to from the data acquisition target. A data acquisition step for acquiring data for displaying the attached information based on the delivery item set in the extraction condition definition master, and
Of the acquired data, for the display target item set in the accessory information layout definition master, a data display step of displaying the accessory information on the screen based on the layout setting, and
An information display program characterized by including.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2017062897A JP6817865B2 (en) | 2017-03-28 | 2017-03-28 | Information display device, information display method and information display program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2017062897A JP6817865B2 (en) | 2017-03-28 | 2017-03-28 | Information display device, information display method and information display program |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2018165896A JP2018165896A (en) | 2018-10-25 |
| JP6817865B2 true JP6817865B2 (en) | 2021-01-20 |
Family
ID=63922790
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2017062897A Active JP6817865B2 (en) | 2017-03-28 | 2017-03-28 | Information display device, information display method and information display program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP6817865B2 (en) |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000082065A (en) * | 1998-09-04 | 2000-03-21 | Casio Comput Co Ltd | Data access device with history control function |
| JP4570476B2 (en) * | 2005-02-17 | 2010-10-27 | 大日本印刷株式会社 | Document creation support system, server, program, and recording medium |
| US20080162210A1 (en) * | 2006-12-28 | 2008-07-03 | Oracle International Corporation | Configurable goals in a dashborad application |
| JP5413224B2 (en) * | 2010-02-04 | 2014-02-12 | 株式会社リコー | Statistical processing system, statistical processing method and statistical processing program |
| WO2016080413A1 (en) * | 2014-11-19 | 2016-05-26 | 株式会社インフォメックス | Data retrieval apparatus, program and recording medium |
| JP2016143284A (en) * | 2015-02-03 | 2016-08-08 | 沖電気工業株式会社 | Information processing apparatus, information processing system, information processing method, and program |
-
2017
- 2017-03-28 JP JP2017062897A patent/JP6817865B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| JP2018165896A (en) | 2018-10-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20100199211A1 (en) | Item setting device, control method and control program for the device | |
| US20180144068A1 (en) | Clearance check method and clearance check device | |
| US10241658B2 (en) | Information processing apparatus, non-transitory computer-readable recording medium with information processing program recorded thereon, and information processing method | |
| JP7050145B2 (en) | Display definition creation device, display definition creation method, and display definition creation program | |
| JP7048299B2 (en) | Order registration device, order registration method, and order registration program | |
| JP6817865B2 (en) | Information display device, information display method and information display program | |
| JP2018092344A (en) | Data processing apparatus, data processing method, and data processing program | |
| US11451557B2 (en) | Service system and information registration method | |
| US10404880B2 (en) | Image forming device, image forming method, and non-transitory computer-readable medium | |
| JP2020021182A (en) | Operation information providing apparatus, operation information providing system, and program | |
| JP2018060385A (en) | Store order placement request assisting device, store order placement request assisting method, and store order placement request assisting program | |
| JP7033914B2 (en) | Registration screen processing device, registration screen processing method, and registration screen processing program | |
| US8406574B2 (en) | Image processor, image processing method, and computer program product | |
| JP6978282B2 (en) | Information processing device, form output method, and program | |
| JP7275745B2 (en) | control program | |
| KR102181579B1 (en) | Method for providing patient information sticker service and dental insurance claim system therefor | |
| JP7300039B2 (en) | Data extraction device, data extraction method and data extraction program | |
| JP2021077234A (en) | Unit price estimation device, method for estimating unit price, and unit price estimation program | |
| JP7530923B2 (en) | Information processing device, information processing method, and information processing program | |
| JP7379947B2 (en) | Information processing device and program | |
| JP7701857B2 (en) | Appropriate icon suggestion device, appropriate icon suggestion method, and appropriate icon suggestion program | |
| JP6742089B2 (en) | Screen display control device, screen display control method, and screen display control program | |
| JP7320478B2 (en) | SCREEN DISPLAY CONTROL DEVICE, SCREEN DISPLAY CONTROL METHOD AND SCREEN DISPLAY CONTROL PROGRAM | |
| JP2020106996A (en) | Unit price management device, unit price management method, and unit price management program | |
| JP6896450B2 (en) | Display data creation device, display data creation method and display data creation program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200302 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20201014 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20201201 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20201225 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6817865 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |