FR3102585A1 - SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION - Google Patents

SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION Download PDF

Info

Publication number
FR3102585A1
FR3102585A1 FR1912117A FR1912117A FR3102585A1 FR 3102585 A1 FR3102585 A1 FR 3102585A1 FR 1912117 A FR1912117 A FR 1912117A FR 1912117 A FR1912117 A FR 1912117A FR 3102585 A1 FR3102585 A1 FR 3102585A1
Authority
FR
France
Prior art keywords
result set
different
elements
dimension
selected dimension
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
FR1912117A
Other languages
French (fr)
Inventor
Lloyd Tabb
Steven Talbot
Michael Toy
Wil GIESELER
Colin Zima
Julian Hyde
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.)
Google LLC
Original Assignee
Looker Data Sciences Inc
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 Looker Data Sciences Inc filed Critical Looker Data Sciences Inc
Priority to FR1912117A priority Critical patent/FR3102585A1/en
Publication of FR3102585A1 publication Critical patent/FR3102585A1/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Les modes de réalisations de la présente invention fournissent un procédé, un système et un produit de programme informatique pour la présentation de vue unique de requête multiple. Dans un mode de réalisation de l’invention, un procédé de présentation de vue unique de requête multiple consiste à diriger une requête à l’encontre d’une base de données selon une dimension sélectionnée de multiples éléments différents. En réponse, un ensemble de résultats primaires est reçu. L’ensemble de résultats est ensuite organisé en une vue tabulaire de cellules en fonction de la dimension sélectionnée et des valeurs de la dimension sélectionnée. Par la suite, un ensemble de requêtes imbriquées peut être dirigé pour chacun des éléments de la dimension sélectionnée à l’encontre de l’ensemble de résultats utilisant une dimension différente. En réponse à chaque ensemble dirigé de requêtes imbriquées, un ensemble de résultats correspondant est ainsi reçu. Enfin, chaque ensemble de résultats correspondant est inséré dans une cellule associée à un élément commun parmi les éléments. Figure accompagnant l’abrégé : Figure 3Embodiments of the present invention provide a method, system, and computer program product for multiple query single view presentation. In one embodiment of the invention, a multiple query single view presentation method includes directing a query against a database according to a selected dimension of multiple different items. In response, a set of primary results is received. The result set is then organized into a table view of cells based on the selected dimension and the values of the selected dimension. Subsequently, a set of nested queries can be directed for each of the items in the selected dimension against the result set using a different dimension. In response to each directed set of nested queries, a corresponding result set is thus received. Finally, each matching result set is inserted into a cell associated with a common item among the items. Figure accompanying abstract: Figure 3

Description

SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN A DATA VISUALIZATION APPLICATIONSINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN A DATA VISUALIZATION APPLICATION

The present invention relates to the field of data visualization and more particularly to the visualization of complex nested database queries.The present invention relates to the field of data visualization and more particularly to the visualization of complex nested database queries.

Data visualization refers to the graphical expression of one or more relationships between data in a collection of data. A most typical form of a collection of data is a database in which data is stored, and in many cases, managed by a separate application such as a database management system. The conventional database management system provides a programmatic user interface through which database queries may be received from other computing processes local or remote, and from which results to those queries may be provided to the querying computing processes.Data visualization refers to the graphical expression of one or more relationships between data in a collection of data. A most typical form of a collection of data is a database in which data is stored, and in many cases, managed by a separate application such as a database management system. The conventional database management system provides a programmatic user interface through which database queries may be received from other computing processes local or remote, and from which results to those queries may be provided to the querying computing processes.

A common form of a query selects a set of records in a database for consideration, a dimension, e.g. a primary field of interest in the set of records of the database, and a measure, e.g. a value for a corresponding secondary field of interest in a result set of records. Filtering and limiting criteria also may be specified in addition to a sorting directive as to how to sort a presentation of the result set of records, and aggregate functions operating upon the returned measures amongst the set of records returned in response to the query. Notably, different visualizations of the measure relative to the dimension may be provided including the venerable pie chart, line graph and bar chart visualizations.A common form of a query selects a set of records in a database for consideration, a dimension, e.g. a primary field of interest in the set of records of the database, and a measure, e.g. a value for a corresponding secondary field of interest in a result set of records. Filtering and limiting criteria also may be specified in addition to a sorting directive as to how to sort a presentation of the result set of records, and aggregate functions operating upon the returned measures amongst the set of records returned in response to the query. Notably, different visualizations of the measure relative to the dimension may be provided including the venerable pie chart, line graph and bar chart visualizations.

As in the natural world, in most instances, a single query is not enough to answer a real-world question corresponding to the query. Rather, multiple queries are required. In many instances, each successive query amongst the multiple queries depends upon a result set of a prior query--thus the notion of a nest query in which a successive query or even successive queries, depend upon a result set of a prior query. Visualizing a single query in a user interface typically is of no consequence, but for visualizing multiple queries, the opposite is true.As in the natural world, in most instances, a single query is not enough to answer a real-world question corresponding to the query. Rather, multiple queries are required. In many instances, each successive query amongst the multiple queries depends upon a result set of a prior query--thus the notion of a nest query in which a successive query or even successive queries, depends upon a result set of a prior query. Visualizing a single query in a user interface typically is of no consequence, but for visualizing multiple queries, the opposite is true.

Indeed, visualizing multiple queries in a single user interface view requires significant optimization of the user interface so that not only does each visualization for each query enjoy adequate screen space within the user interface, but also that the dependency relationship of each visualization is apparent. So much has proven ineffective to date. Thus, the end user is left in a state of confusion, unable to correlate the visualization of one query with one or more of its counterparts present. The result is a failure to holistically interpret the result sets of the various queries.Indeed, visualizing multiple queries in a single user interface view requires significant optimization of the user interface so that not only does each visualization for each query enjoy adequate screen space within the user interface, but also that the dependency relationship of each visualization is apparent. So much has proven ineffective to date. Thus, the end user is left in a state of confusion, unable to correlate the visualization of one query with one or more of its counterparts present. The result is a failure to holistically interpret the result sets of the various queries.

Embodiments of the present invention address deficiencies of the art in respect to database query result set visualization of multiple database queries, and provide a novel and non-obvious method, system and computer program product for single view presentation of multiple query. In an embodiment of the invention, a method for single view presentation of multiple query includes directing a query against a database along a selected dimension of multiple different elements. In response, a primary result set is received. The result set is then organized into a tabular view of cells according to the selected dimension and values for the selected dimension. Thereafter, a set of nested queries may be directed for each of the elements in the selected dimension against the result set utilizing a different dimension. In a response to each directed set of nested queries, a corresponding result set is thus received. Finally, each corresponding result set is inserted into a cell associated with a common one of the elements.Embodiments of the present invention address deficiencies of the art in respect to database query result set visualization of multiple database queries, and provide a novel and non-obvious method, system and computer program product for single view presentation of multiple query. In an embodiment of the invention, a method for single view presentation of multiple query includes directing a query against a database along a selected dimension of multiple different elements. In response, a primary result set is received. The result set is then organized into a tabular view of cells according to the selected dimension and values for the selected dimension. Thereafter, a set of nested queries may be directed for each of the elements in the selected dimension against the result set utilizing a different dimension. In a response to each directed set of nested queries, a corresponding result set is thus received. Finally, each corresponding result set is inserted into a cell associated with a common one of the elements.

In one aspect of the embodiment, a graph may be generated for each corresponding result set. Subsequently, the graph for each corresponding result set may be inserted into a cell associated with a common one of the elements.In one aspect of the embodiment, a graph may be generated for each corresponding result set. Subsequently, the graph for each corresponding result set may be inserted into a cell associated with a common one of the elements.

In another aspect of the embodiment, a different set of nested queries may be directed for each of the elements in the selected dimension against the result set utilizing an additional dimension. In response to each directed different set of nested queries, a different corresponding result set is then received and a different graph generated for each corresponding different result set. Finally, the generated different graph for each corresponding different result set may be inserted into a cell associated with a common one of the elements.In another aspect of the embodiment, a different set of nested queries may be directed for each of the elements in the selected dimension against the result set utilizing an additional dimension. In response to each directed different set of nested queries, a different corresponding result set is then received and a different graph generated for each corresponding different result set. Finally, the generated different graph for each corresponding different result set may be inserted into a cell associated with a common one of the elements.

Other aspects of the embodiment include limiting each corresponding result set to a maximum number of values.Other aspects of the embodiment include limiting each corresponding result set to a maximum number of values.

Yet further aspects of the embodiment include directing the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view. In this regard, the dimensionalization menu entry upon selection may present a dialog box providing for a selection of a sort order of each corresponding result set.Yet further aspects of the embodiment include directing the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view . In this regard, the dimensionalization menu entry upon selection may present a dialog box providing for a selection of a sort order of each corresponding result set.

In another embodiment of the invention, a data visualization data processing system is configured for single view presentation of multiple query. The system includes a host computing system with one or more computers, each with memory and at least one processor. The system also includes a database coupled to the host computing system and storing data therein. The system yet further includes a database visualization application executing in the memory of the host computing system and adapted to issue queries against the database and receive result sets in response to the queries. Finally, the system includes a single view dimensionalization module coupled to the application.In another embodiment of the invention, a data visualization data processing system is configured for single view presentation of multiple query. The system includes a host computing system with one or more computers, each with memory and at least one processor. The system also includes a database coupled to the host computing system and storing data therein. The system yet further includes a database visualization application executing in the memory of the host computing system and adapted to issue queries against the database and receive result sets in response to the queries. Finally, the system includes a single view dimensionalization module coupled to the application.

The module includes computer program instructions that when executing in the memory of the host computing system directs the database visualization application to query the database along a selected dimension of multiple different elements and receiving in response, a primary result set, organizes the result set into a tabular view of cells according to the selected dimension and values for the selected dimension, directs the database visualization application to perform a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receives in response to each directed set of nested queries, a corresponding result set. Finally, the program instructions insert each corresponding result set into a cell associated with a common one of the elements.The module includes computer program instructions that when executing in the memory of the host computing system directs the database visualization application to query the database along a selected dimension of multiple different elements and receiving in response, a primary result set, organizes the result set into a tabular view of cells according to the selected dimension and values for the selected dimension, directs the database visualization application to perform a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receives in response to each directed set of nested queries, a corresponding result set. Finally, the program instructions insert each corresponding result set into a cell associated with a common one of the elements.

Additional aspects of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The aspects of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the appended claims. It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.Additional aspects of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The aspects of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the appended claims. It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.

The accompanying drawings, which are incorporated in and constitute part of this specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention. The embodiments illustrated herein are presently preferred, it being understood, however, that the invention is not limited to the precise arrangements and instrumentalities shown, wherein:The accompanying drawings, which are incorporated in and constitute part of this specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention. The embodiments illustrated herein are presently preferred, it being understood, however, that the invention is not limited to the precise arrangements and instrumentalities shown, wherein:

Figure 1A, taken together with Figure 1B, is a pictorial illustration of a process for single view presentation of multiple query in a data visualization application; Figure 1A, taken together with Figure 1B, is a pictorial illustration of a process for single view presentation of multiple query in a data visualization application;

Figure 1B, taken together with Figure 1A, is a pictorial illustration of a process for single view presentation of multiple query in a data visualization application; Figure 1B, taken together with Figure 1A, is a pictorial illustration of a process for single view presentation of multiple query in a data visualization application;

Figure 2 is a schematic illustration of a data visualization computer data processing system adapted for single view presentation of multiple query; and, Figure 2 is a schematic illustration of a data visualization computer data processing system adapted for single view presentation of multiple query; and,

Figure 3 is a flow chart illustrating a process for single view presentation of multiple query in a data visualization application. Figure 3 is a flow chart illustrating a process for single view presentation of multiple query in a data visualization application.

Embodiments of the invention provide for single view presentation of multiple queries in a data visualization application. In accordance with an embodiment of the invention, a database query is formulated along a selected dimension of multiple different elements of data in a database and issued to a database management system of the database. In response, a primary result set for the query is received and organized into a tabular view of cells according to the selected dimension and those values for the selected dimension present in the result set. Thereafter, a set of nested queries may be directed for each of the elements in the selected dimension against the result set utilizing a different dimension of the multiple elements of data in the database. Consequently, a corresponding result set is received from the database management system for each one of the directed sets of nested queries.Embodiments of the invention provide for single view presentation of multiple queries in a data visualization application. In accordance with an embodiment of the invention, a database query is formulated along a selected dimension of multiple different elements of data in a database and issued to a database management system of the database. In response, a primary result set for the query is received and organized into a tabular view of cells according to the selected dimension and those values for the selected dimension present in the result set. Thereafter, a set of nested queries may be directed for each of the elements in the selected dimension against the result set utilizing a different dimension of the multiple elements of data in the database. Consequently, a corresponding result set is received from the database management system for each one of the directed sets of nested queries.

Each corresponding result set then may be inserted into a cell associated with a common one of the elements of data in the database and preferably, a graph is generated for each corresponding result set and inserted into a cell associated with a common one of the elements in lieu of the insertion of the corresponding result set. In this way, a single tabular view of the multiple different result sets from multiple nested queries based upon the result set of prior queries may be arranged for viewing in one place presenting a large amount of data without the need for separate graphical views for each of the queries and while visually associating each nested result with a source query from the result had been derived.Each corresponding result set then may be inserted into a cell associated with a common one of the elements of data in the database and preferably, a graph is generated for each corresponding result set and inserted into a cell associated with a common one of the elements in place of the insertion of the corresponding result set. In this way, a single tabular view of the multiple different result sets from multiple nested queries based upon the result set of prior queries may be arranged for viewing in one place presenting a large amount of data without the need for separate graphical views for each of the queries and while visually associating each nested result with a source query from the result had been derived.

In further illustration, Figure 1A pictorially shows a process for single view presentation of multiple query in a data visualization application. As shown in Figure 1A, an instance 100A of a database exploration user interface is presented in connection with the visualization of data in a selected database. The instance 100A permits user interaction with a visualization configuration portion 110 of the instance 100A through which a dimension and a particular one of a set of measures 120 may be specified along with aggregation, sorting and limiting functions in formulating and directing execution of a query to the selected database. A result set for the executed query is then presented as a visualization 140 in a tabular view. The result set may be subjected to one or more filters 130 as shown herein.In further illustration, Figure 1A pictorially shows a process for single view presentation of multiple query in a data visualization application. As shown in Figure 1A, an instance 100A of a database exploration user interface is presented in connection with the visualization of data in a selected database. The instance 100A permits user interaction with a visualization configuration portion 110 of the instance 100A through which a dimension and a particular one of a set of measures 120 may be specified along with aggregation, sorting and limiting functions in formulating and directing execution of a query to the selected database. A result set for the executed query is then presented as a visualization 140 in a tabular view. The result set may be subjected to one or more filters 130 as shown herein.

Upon selection of a dimensionalization menu entry in the visualization configuration portion of the instance 110, a set of nested sub-queries for the result set may be specified including the specification of an additional dimension as can be seen. As well, one or more filters 150 further may be specified. In response to the dimensionalization directive, a sub-query consistent with the selected additional dimension is generated for each result set of the previously executed query presented as the visualization 140 in the tabular view. The sub-results may be subjected to additional aggregation such as a top N results, a sum, average or other such aggregation. Sub-results are received for each sub-query and optionally, a graphical representation of the sub-results is generated. Then, each of the graphical representations are included in an expanded form of the visualization 140 in a new instance 100B of the database exploration user interface, and in correspondence to a sub-result to which a sub-query for the graphical representation had been directed.Upon selection of a dimensionalization menu entry in the visualization configuration portion of the instance 110, a set of nested sub-queries for the result set may be specified including the specification of an additional dimension as can be seen. As well, one or more filters 150 further may be specified. In response to the dimensionalization directive, a sub-query consistent with the selected additional dimension is generated for each result set of the previously executed query presented as the visualization 140 in the tabular view. The sub-results may be subjected to additional aggregation such as a top N results, a sum, average or other such aggregation. Sub-results are received for each sub-query and optionally, a graphical representation of the sub-results is generated. Then, each of the graphical representations are included in an expanded form of the visualization 140 in a new instance 100B of the database exploration user interface, and in correspondence to a sub-result to which a sub-query for the graphical representation had been directed .

As it will be apparent, and as shown in Figure 1B in respect to an instance 100C of the database exploration user interface, further nested sub-queries may be initiated by selecting yet additional dimensions when directing a dimensionalization of the result set of the original query, or any sub-queries thereafter. As well, each sub-query conducted as part of a dimensionalization may be filtered differently so as to produce different result sets which may be included in a different column of the tabular view of the instance 100B. Even further, graph for each sub-query conducted as part of a dimensionalization may be a result of a pivoted form of a prior query, but presented in a same row as a graph of the prior query. In this way, multiple different query views for multiple different measures of one or even two dimensions may be visualized in a single view with the relationship therebetween evident from the placement of each visualization in association with each other visualization relating to a common element of a result set of an initial query.As it will be apparent, and as shown in Figure 1B in respect to an instance 100C of the database exploration user interface, further nested sub-queries may be initiated by selecting yet additional dimensions when directing a dimensionalization of the result set of the original query , or any sub-queries thereafter. As well, each sub-query conducted as part of a dimensionalization may be filtered differently so as to produce different result sets which may be included in a different column of the tabular view of the instance 100B. Even further, graph for each sub-query conducted as part of a dimensionalization may be a result of a pivoted form of a prior query, but presented in a same row as a graph of the prior query. In this way, multiple different query views for multiple different measures of one or even two dimensions may be visualized in a single view with the relationship therebetween evident from the placement of each visualization in association with each other visualization relating to a common element of a result set of an initial query.

The process shown in Figures 1A and 1B may be implemented within a data visualization computer data processing system. In yet further illustration, Figure 2 schematically shows a data visualization computer data processing system adapted for single view presentation of multiple query. The system includes a host computing platform 210 of one or more computers, each with memory and at least one processor. The host computing platform 210 is coupled over computer communications network 240 to a database 220 managed by database management system executing in a separate computer 230. A data visualization application 250 executes in the memory of the host computing platform 210 and provides data visualization functionality to different client computers 260 over the computer communications network 240 by way of respectively different data visualization clients 270.The process shown in Figures 1A and 1B may be implemented within a data visualization computer data processing system. In yet further illustration, Figure 2 schematically shows a data visualization computer data processing system adapted for single view presentation of multiple query. The system includes a host computing platform 210 of one or more computers, each with memory and at least one processor. The host computing platform 210 is coupled over computer communications network 240 to a database 220 managed by database management system executing in a separate computer 230. A data visualization application 250 executes in the memory of the host computing platform 210 and provides data visualization functionality to different client computers 260 over the computer communications network 240 by way of respectively different data visualization clients 270.

Of note, a single view module 300 is coupled to the data visualization application 250. The single view module 300 includes computer program instructions that when executing in the memory of the host computing platform 210 are enabled to receive an initial query specifying a dimension and measure for a specified table in the database 220, including by way of example, an aggregation function such as a sum, average or other aggregation. In consequence, the single view module 300 is enabled to direct the data visualization application 250 to transmit the query to the database management system 230 and to receive, in turn, an initial result set of records which may then be organized in a tabular view in which each row of the tabular view reflects a single record in the initial result set, and in which the rows are sorted according to a specified sort order of the query, and further in which the rows are limited to a specified number of records as set forth in the query.Of note, a single view module 300 is coupled to the data visualization application 250. The single view module 300 includes computer program instructions that when executing in the memory of the host computing platform 210 are enabled to receive an initial query specifying a dimension and measure for a specified table in the database 220, including by way of example, an aggregation function such as a sum, average or other aggregation. Accordingly, the single view module 300 is enabled to direct the data visualization application 250 to transmit the query to the database management system 230 and to receive, in turn, an initial result set of records which may then be organized in a tabular view in which each row of the tabular view reflects a single record in the initial result set, and in which the rows are sorted according to a specified sort order of the query, and further in which the rows are limited to a specified number of records as set forth in the query.

The program instructions additionally are enabled to respond to a selection of a dimensionalization directive by identifying a different dimension within the directive and formulating a sub-query based upon the different dimension. As well, the program instructions execute the sub-query against each measure of the initial result set so as to produce a secondary result set for each measure--namely each record of the tabular view. Thereafter, a graph may be generated for each secondary result set for each measure in accordance with a graph type selection specified as part of the dimensionalization directive. Finally, the program code is enabled to augment the tabular view with a new column and to insert in each row of the new column, one of the generated graphs that corresponds to one of the measures of the initial result set for which the secondary result set reflected by the generated graph had been procured in consequence of the sub-query.The program instructions additionally are enabled to respond to a selection of a dimensionalization directive by identifying a different dimension within the directive and formulating a sub-query based upon the different dimension. As well, the program instructions execute the sub-query against each measure of the initial result set so as to produce a secondary result set for each measure--namely each record of the tabular view. Thereafter, a graph may be generated for each secondary result set for each measure in accordance with a graph type selection specified as part of the dimensionalization directive. Finally, the program code is enabled to augment the tabular view with a new column and to insert in each row of the new column, one of the generated graphs that corresponds to one of the measures of the initial result set for which the secondary result set reflected by the generated graph had been procured in consequence of the sub-query.

In even yet further illustration of the operation of the single view presentation module, Figure 3 is a flow chart illustrating a process for single view presentation of multiple query in a data visualization application. Beginning in block 310, an initial query is received specifying a table, dimension and measure. In block 320, optionally, filter criteria, a record limit and/or a sorting criteria is determined in the initial query. In block 330, the initial query is then executed against a database specified in the initial query so that a result set is returned. In block 340, the result set is visualized in a tabular view of a set of records associating each record of the specified dimension with a corresponding measured value.In even yet further illustration of the operation of the single view presentation module, Figure 3 is a flow chart illustrating a process for single view presentation of multiple query in a data visualization application. Beginning in block 310, an initial query is received specifying a table, dimension and measure. In block 320, optionally, filter criteria, a record limit and/or a sorting criteria is determined in the initial query. In block 330, the initial query is then executed against a database specified in the initial query so that a result set is returned. In block 340, the result set is visualized in a tabular view of a set of records associating each record of the specified dimension with a corresponding measured value.

In block 350, a dimensionalization directive is received in a user interface to the data visualization application. In response, a dimension is determined for the directive and in block 370, a nested query is formed for each result in the initial result set. A secondary result set is then received in block 380 for each result of the initial result set. In block 390 a graph is generated for each secondary result set. Then, in block 400 each generated graph is inserted into a row of a cell of a new column of the tabular view corresponding to a result of the result set of the initial query common to the secondary result set of the secondary query.In block 350, a dimensionalization directive is received in a user interface to the data visualization application. In response, a dimension is determined for the directive and in block 370, a nested query is formed for each result in the initial result set. A secondary result set is then received in block 380 for each result of the initial result set. In block 390 a graph is generated for each secondary result set. Then, in block 400 each generated graph is inserted into a row of a cell of a new column of the tabular view corresponding to a result of the result set of the initial query common to the secondary result set of the secondary query.

The present invention may be embodied within a system, a method, a computer program product or any combination thereof. The computer program product may include a computer readable storage medium or media having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention. The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.The present invention may be embodied within a system, a method, a computer program product or any combination thereof. The computer program product may include a computer readable storage medium or media having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention. The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.

Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.

These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein includes an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein includes an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.

The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.

The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which includes one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which includes one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.

Finally, the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "includes" and/or "including," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.Finally, the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "includes" and/or "including," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.

The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for the purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.

Having thus described the invention of the present application in detail and by reference to embodiments thereof, it will be apparent that modifications and variations are possible without departing from the scope of the invention defined in the appended claims as follows:Having thus described the invention of the present application in detail and by reference to embodiments thereof, it will be apparent that modifications and variations are possible without departing from the scope of the invention defined in the appended claims as follows:

Claims (18)

A method for single view presentation of multiple query comprising:
directing a query against a database along a selected dimension of multiple different elements and receiving in response, a primary result set;
organizing the result set into a tabular view of cells according to the selected dimension and values for the selected dimension;
directing a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receiving in response to each directed set of nested queries, a corresponding result set; and,
inserting each corresponding result set into a cell associated with a common one of the elements.
A method for single view presentation of multiple query comprising:
directing a query against a database along a selected dimension of multiple different elements and receiving in response, a primary result set;
organizing the result set into a tabular view of cells according to the selected dimension and values for the selected dimension;
directing a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receiving in response to each directed set of nested queries, a corresponding result set; and,
inserting each corresponding result set into a cell associated with a common one of the elements.
The method of claim 1, further comprising:
generating a graph for each corresponding result set; and,
inserting the graph for each corresponding result set into a cell associated with a common one of the elements.
The method of claim 1, further comprising:
generating a graph for each corresponding result set; and,
inserting the graph for each corresponding result set into a cell associated with a common one of the elements.
The method of claim 2, further comprising:
directing a different set of nested queries for each of the elements in the selected dimension against the result set utilizing an additional dimension and receiving in response to each directed different set of nested queries, a different corresponding result set;
generating a different graph for each corresponding different result set; and,
inserting the generated different graph for each corresponding different result set into a cell associated with a common one of the elements.
The method of claim 2, further comprising:
directing a different set of nested queries for each of the elements in the selected dimension against the result set utilizing an additional dimension and receiving in response to each directed different set of nested queries, a different corresponding result set;
generating a different graph for each corresponding different result set; and,
inserting the generated different graph for each corresponding different result set into a cell associated with a common one of the elements.
The method of claim 1, further comprising limiting each corresponding result set to a maximum number of values.The method of claim 1, further comprising limiting each corresponding result set to a maximum number of values. The method of claim 1, further comprising directing the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view.The method of claim 1, further comprising directing the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view. The method of claim 5, wherein the dimensionalization menu entry upon selection presents a dialog box providing for a selection of a sort order of each corresponding result set.The method of claim 5, wherein the dimensionalization menu entry upon selection presents a dialog box providing for a selection of a sort order of each corresponding result set. A data visualization data processing system configured for single view presentation of multiple query, the system comprising:
a host computing system comprising one or more computers, each with memory and at least one processor;
a database coupled to the host computing system and storing data therein;
a database visualization application executing in the memory of the host computing system and adapted to issue queries against the database and receive result sets in response to the queries; and,
a single view dimensionalization module coupled to the application and comprising computer program instructions that when executing in the memory of the host computing system perform:
directing the database visualization application to query the database along a selected dimension of multiple different elements and receiving in response, a primary result set;
organizing the result set into a tabular view of cells according to the selected dimension and values for the selected dimension;
directing the database visualization application to perform a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receiving in response to each directed set of nested queries, a corresponding result set; and,
inserting each corresponding result set into a cell associated with a common one of the elements.
A data visualization data processing system configured for single view presentation of multiple query, the system comprising:
a host computing system comprising one or more computers, each with memory and at least one processor;
a database coupled to the host computing system and storing data therein;
a database visualization application executing in the memory of the host computing system and adapted to issue queries against the database and receive result sets in response to the queries; and,
a single view dimensionalization module coupled to the application and comprising computer program instructions that when executing in the memory of the host computing system perform:
directing the database visualization application to query the database along a selected dimension of multiple different elements and receiving in response, a primary result set;
organizing the result set into a tabular view of cells according to the selected dimension and values for the selected dimension;
directing the database visualization application to perform a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receiving in response to each directed set of nested queries, a corresponding result set; and,
inserting each corresponding result set into a cell associated with a common one of the elements.
The system of claim 7, wherein the program instructions further perform:
generating a graph for each corresponding result set; and,
inserting the graph for each corresponding result set into a cell associated with a common one of the elements.
The system of claim 7, wherein the program instructions further perform:
generating a graph for each corresponding result set; and,
inserting the graph for each corresponding result set into a cell associated with a common one of the elements.
The system of claim 8, wherein the program instructions further perform:
directing the database visualization application to perform a different set of nested queries for each of the elements in the selected dimension against the result set utilizing an additional dimension and receiving in response to each directed different set of nested queries, a different corresponding result set;
generating a different graph for each corresponding different result set; and,
inserting the generated different graph for each corresponding different result set into a cell associated with a common one of the elements.
The system of claim 8, wherein the program instructions further perform:
directing the database visualization application to perform a different set of nested queries for each of the elements in the selected dimension against the result set utilizing an additional dimension and receiving in response to each directed different set of nested queries, a different corresponding result set;
generating a different graph for each corresponding different result set; and,
inserting the generated different graph for each corresponding different result set into a cell associated with a common one of the elements.
The system of claim 8, wherein the program instructions further perform limiting each corresponding result set to a maximum number of values.The system of claim 8, wherein the program instructions further perform limiting each corresponding result set to a maximum number of values. The system of claim 8, wherein the program instructions further perform directing the database visualization application to perform the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view.The system of claim 8, wherein the program instructions further perform directing the database visualization application to perform the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view. The system of claim 11, wherein the dimensionalization menu entry upon selection presents a dialog box providing for a selection of a sort order of each corresponding result set.The system of claim 11, wherein the dimensionalization menu entry upon selection presents a dialog box providing for a selection of a sort order of each corresponding result set. A computer program product for single view presentation of multiple query, the computer program product including a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a device to cause the device to perform a method including:
directing a query against a database along a selected dimension of multiple different elements and receiving in response, a primary result set;
organizing the result set into a tabular view of cells according to the selected dimension and values for the selected dimension;
directing a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receiving in response to each directed set of nested queries, a corresponding result set; and,
inserting each corresponding result set into a cell associated with a common one of the elements.
A computer program product for single view presentation of multiple query, the computer program product including a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a device to cause the device to perform a method including:
directing a query against a database along a selected dimension of multiple different elements and receiving in response, a primary result set;
organizing the result set into a tabular view of cells according to the selected dimension and values for the selected dimension;
directing a set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension and receiving in response to each directed set of nested queries, a corresponding result set; and,
inserting each corresponding result set into a cell associated with a common one of the elements.
The computer program product of claim 13, wherein the method further comprises:
generating a graph for each corresponding result set; and,
inserting the graph for each corresponding result set into a cell associated with a common one of the elements.
The computer program product of claim 13, wherein the method further comprises:
generating a graph for each corresponding result set; and,
inserting the graph for each corresponding result set into a cell associated with a common one of the elements.
The computer program product of claim 14, wherein the method further comprises:
directing a different set of nested queries for each of the elements in the selected dimension against the result set utilizing an additional dimension and receiving in response to each directed different set of nested queries, a different corresponding result set;
generating a different graph for each corresponding different result set; and,
inserting the generated different graph for each corresponding different result set into a cell associated with a common one of the elements.
The computer program product of claim 14, wherein the method further comprises:
directing a different set of nested queries for each of the elements in the selected dimension against the result set utilizing an additional dimension and receiving in response to each directed different set of nested queries, a different corresponding result set;
generating a different graph for each corresponding different result set; and,
inserting the generated different graph for each corresponding different result set into a cell associated with a common one of the elements.
The computer program product of claim 13, wherein the method further comprises limiting each corresponding result set to a maximum number of values.The computer program product of claim 13, wherein the method further comprises limiting each corresponding result set to a maximum number of values. The computer program product of claim 13, wherein the method further comprises directing the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop-up menu for the tabular view.The computer program product of claim 13, wherein the method further comprehends directing the set of nested queries for each of the elements in the selected dimension against the result set utilizing a different dimension in response to a selection of a dimensionalization menu entry in a pop- up menu for the tabular view. The computer program product of claim 17, wherein the dimensionalization menu entry upon selection presents a dialog box providing for a selection of a sort order of each corresponding result set.The computer program product of claim 17, wherein the dimensionalization menu entry upon selection presents a dialog box providing for a selection of a sort order of each corresponding result set.
FR1912117A 2019-10-29 2019-10-29 SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION Pending FR3102585A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
FR1912117A FR3102585A1 (en) 2019-10-29 2019-10-29 SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR1912117A FR3102585A1 (en) 2019-10-29 2019-10-29 SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION
FR1912117 2019-10-29

Publications (1)

Publication Number Publication Date
FR3102585A1 true FR3102585A1 (en) 2021-04-30

Family

ID=69630423

Family Applications (1)

Application Number Title Priority Date Filing Date
FR1912117A Pending FR3102585A1 (en) 2019-10-29 2019-10-29 SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION

Country Status (1)

Country Link
FR (1) FR3102585A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090327852A1 (en) * 2008-06-26 2009-12-31 Business Objects, S.A. Apparatus and method for navigating a multi-dimensional database
US20150178339A1 (en) * 2013-12-19 2015-06-25 Metamarkets Group Inc. Interactive multi-dimensional nested table supporting scalable real-time querying of large data volumes

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090327852A1 (en) * 2008-06-26 2009-12-31 Business Objects, S.A. Apparatus and method for navigating a multi-dimensional database
US20150178339A1 (en) * 2013-12-19 2015-06-25 Metamarkets Group Inc. Interactive multi-dimensional nested table supporting scalable real-time querying of large data volumes

Similar Documents

Publication Publication Date Title
US10891270B2 (en) Systems and methods for modelling virtual schemas in non-relational databases
Wu et al. The case for data visualization management systems: vision paper
US20180024702A1 (en) Concurrent Display of Search Results from Differing Time-Based Search Queries Executed Across Event Data
US7707143B2 (en) Systems, methods, and computer program products that automatically discover metadata objects and generate multidimensional models
CN101971165B (en) Graphic representations of data relationships
US8983895B2 (en) Representation of multiplicities for Docflow reporting
US11960547B2 (en) Single view presentation of multiple queries in a data visualization application
US7890519B2 (en) Summarizing data removed from a query result set based on a data quality standard
US20050289100A1 (en) Techniques for representing relationships between queries
WO2017070533A1 (en) System and method for automatic inference of a cube schema from a tabular data for use in a multidimensional database environment
US8762411B2 (en) Progressive exploration of data relationships
JP6431055B2 (en) Document text mining system and method
CN113934820A (en) Visual processing system, method, storage medium and terminal for unstructured data
US20140298286A1 (en) Systems and Methods for Automatically Associating Software Elements and Automatic Gantt Chart Creation
US20170286532A1 (en) System and method for generating visual queries in non-relational databases
US10255376B2 (en) Computer implemented systems and methods for processing semi-structured documents
US10789277B2 (en) Systems methods, and apparatuses for creating, linking and discovering business navigation maps for analyzing data
US10896158B2 (en) Systems and methods for managing and updating an internal product catalog
US20120246189A1 (en) Comparing histograms
US7440969B2 (en) Data processing systems and methods for processing a plurality of application programs requiring an input database table having a predefined set of attributes
FR3102585A1 (en) SINGLE VIEW PRESENTATION OF MULTIPLE QUERIES IN ONE DATA VIEWING APPLICATION
US9798449B2 (en) Fuzzy search and highlighting of existing data visualization
US20080163091A1 (en) Filtering Data
US11347626B2 (en) Method for visualizing objects in computer memory
US20110078122A1 (en) Data set selection mechanism

Legal Events

Date Code Title Description
PLFP Fee payment

Year of fee payment: 2

PLSC Publication of the preliminary search report

Effective date: 20210430

PLFP Fee payment

Year of fee payment: 3

TP Transmission of property

Owner name: GOOGLE LLC, US

Effective date: 20211006

PLFP Fee payment

Year of fee payment: 4

PLFP Fee payment

Year of fee payment: 5