HK1165575B - Displaying multiple row and column header areas in a summary table - Google Patents
Displaying multiple row and column header areas in a summary tableInfo
- Publication number
- HK1165575B HK1165575B HK12106084.0A HK12106084A HK1165575B HK 1165575 B HK1165575 B HK 1165575B HK 12106084 A HK12106084 A HK 12106084A HK 1165575 B HK1165575 B HK 1165575B
- Authority
- HK
- Hong Kong
- Prior art keywords
- row
- header areas
- data
- column
- summary table
- Prior art date
Links
Description
A summary table is a data summarization tool that allows detailed, transactional source data to be "rolled-up" or summarized at varying levels of detail. Summary table functionality, also known as pivot tables, can be found in data visualization and analysis programs such as spreadsheets programs and data reporting tools. The data analysis program may allow a user to draw the summary table as a grid, specifying data fields from the source data for the row and column labels of the grid as well as the data values summarized in the grid. The data analysis program may then group, sort, count, and/or total the data values in the grid based on the row and column labels extracted from the source data.
The data analysis program may allow the user to specify multiple data fields for the row and/or column labels of the summary table. In this case, the data analysis program traditionally displays the data values summarized hierarchically by the row or column labels based on the order of the data fields specified. The data analysis program may also allow the user to interactively manipulate the summary table, expanding and collapsing row labels or column labels in the hierarchy to display more or fewer data values, depending on the user's requirements.
Traditional implementations of summary tables are limited to a single set of row labels, or "row header area," and single set of column labels, or "column header area." As a consequence, a user wishing to have data summarized for two distinct views of data, for example, two different row headers areas based on different or the same data fields from the source data summarized across a common set of column labels, may have to build two separate summary tables. This creates a cumbersome process requiring redundant parameters to be specified as well as redundant displays of the common column labels. This also limits the ability of the distinct views of data to be manipulated together, for example, by grouping, expanding, or collapsing column labels or applying table level filters or other table level operations.
It is with respect to these considerations and others that the disclosure made herein is presented.
FINK K: "Overview of PivotTables and PivotCharts in Microsoft Access 2002", INTERNET CITATION, 16 August 2001 (2001-08-16), discloses the main functionalities of PivotTables and PivotCharts in Microsoft Access.
It is the object of the present invention to provide an improved method and system for displaying a summary table.
This object is solved by the subject matter of the independent claims.
Embodiments are defined by the dependent claims.
Technologies are described herein for displaying multiple row and column header areas in a summary table. Utilizing the technologies described herein, a data analysis program may display multiple row header areas, multiple column header areas, or both in a single summary table. This may allow a user of the data analysis program to create two or more distinct views of summarized data that may be expanded or collapsed, sorted, or filtered independently, while allowing the views to be manipulated together in the context of the overall summary table.
According to one embodiment, a data analysis program receives a selection of data fields defining multiple row header areas and/or multiple column header areas for display in a summary table. Data is read from a data source containing values for the data fields and transformed into summary level data for constructing the summary table. A display is rendered in the summary table for each of the multiple row header areas and column header areas defined, with the row header areas being displayed vertically adjacent to one another and the column header areas being displayed horizontally adjacent to one another.
It should be appreciated that the above-described subject matter may be implemented as a computer process, a computing system, or as an article of manufacture such as a computer-readable medium. These and various other features will be apparent from a reading of the following Detailed Description and a review of the associated drawings.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description.
- FIGURE 1 is a block diagram showing aspects of an illustrative operating environment and several software components provided by the embodiments presented herein;
- FIGURE 2 is a data listing showing exemplary source data used in constructing a summary table, according to embodiments described herein;
- FIGURES 3A and 3B are screen diagrams showing one example of displaying a summary table containing multiple row header areas, according to embodiments described herein;
- FIGURE 4 is a screen diagram showing another example of displaying a summary table containing multiple column header areas, according to embodiments described herein;
- FIGURE 5 is a flow diagram showing one method for displaying multiple row header areas in a summary table, according to embodiments described herein;
- FIGURES 6A and 6B are screen diagrams showing an exemplary user interface for specifying data fields for multiple row and/or column header areas for display in a summary table, according to embodiments described herein; and
- FIGURE 7 is a block diagram showing illustrative computer hardware and software architectures for a computing system capable of implementing aspects of the embodiments presented herein.
The following detailed description is directed to technologies for displaying multiple data row and column header areas in a summary table. While the subject matter described herein is presented in the general context of program modules that execute in conjunction with the execution of an operating system and application programs on a computer system, those skilled in the art will recognize that other implementations may be performed in combination with other types of program modules. Generally, program modules include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the subject matter described herein may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like.
In the following detailed description, references are made to the accompanying drawings that form a part hereof, and that show, by way of illustration, specific embodiments or examples. In the accompanying drawings, like numerals represent like elements through the several figures.
The computer 102 executes a data analysis program 104. The data analysis program 104 is an application program that allows a user 106 of the computer 102 to visualize and manipulate data contained in a data source 108 accessible by the computer. The data analysis program 104 may be a spreadsheet program, such as the MICROSOFT® EXCEL® spreadsheet software from Microsoft Corporation of Redmond, Washington, or the IBM® LOTUS® 1-2-3® spreadsheet software from IBM Corporation of Armonk, New York. The data analysis program 104 may also be a data reporting application, such as SAP® BUSINESSOBJECTS™ CRYSTAL REPORTS from SAP, AG of Waldorf, Germany. The data source 108 may be a file system attached to or accessible by the computer 102 and may contain spreadsheet files or other data files. The data source 108 may also be a database or multi-dimensional online analytical processing ("OLAP") cube containing detailed and/or summarized data which may be queried by the data analysis program 104.
According to embodiments described herein, the data analysis program 104 is operative to retrieve data from the data source 108 and transform the data through summarization functions into a summary table which is displayed to the user 106 on a display device 110 connected to the computer 102. The display device 110 may be a computer monitor, a flat-panel display, a digital projector, a printer, a plotter, or any other output device attached to the computer 102. The display device 110 may also be a Web browser application program or other application program executing on a remote computing device accessing the computer 102 over a network. The user may utilize input devices 112 connected to the computer 102 or remote computing device, such as a keyboard, mouse, touchscreen, stylus, or trackball, to control or manipulate the display of the summary table on the display device 110.
Each of the data rows 202 of the source data listing 200 may contain a number of data fields, such as the year field 204, the quarter field 206, the promotion field 208, the category field 210, the type field 212, and the sales field 214, as shown in FIGURE 2 . Using the data analysis program 104, the user 106 may select one or more of these data fields from the source data listing 200 for the row labels, column labels, and data values to be displayed in the summary table. According to embodiments described herein, the data analysis program 104 may further allow the user to specify multiple, distinct sets of row label fields and/or column label fields, allowing the data analysis program to display multiple row header areas and multiple column header areas in the summary table, as will be described in more detail below.
As described above, when multiple fields are selected as row labels or column labels for a single row or column header area, then the data analysis program 104 may display the row or columns labels for the area as a hierarchy, based upon the order of the fields specified for the labels. For example, as shown in FIGURE 3A , the first row header area 306A comprises row labels from the category field 210 and the type field 212, respectively. Accordingly, the row labels for the first row header area 306A are displayed hierarchically, with the types "rolling-up" into their respective categories. In other words, the data values for the types "BICYCLES," COMPUTERS," "TOASTERS," etc. are aggregated under the category of "NON-FOOD," while the data values for types "MEAT," "PASTA," "SPICES," etc. are aggregated under the category "FOOD." Similarly, the column header area 308 comprises labels for quarters which roll-up into their respective years.
According to one embodiment, when multiple row header areas 306A, 306B are present in the summary table 304, the data analysis program 104 further provides an aggregate row label 312A, 312B for each row header area. For example, in the summary table 304 shown in FIGURE 3A , an aggregate row label 312A of "ALL PRODUCTS" is displayed in the first row header area 306A, and an aggregate row label 312B of "ALL PROMOTIONS" is displayed in the second row header area 306B. All the row labels of each row header area 306A, 306B roll-up into their respective aggregate row label 312A, 312B. The aggregate row labels 312A, 312B allow the rows of an individual row header area 306A, 306B to be collapsed and summarized as a single row, without affecting the display of the other row header areas, as will be described in more detail below.
The data analysis program 104 may further provide the ability to expand and collapse the levels of a row label or column label hierarchy to allow the user 106 to manipulate the displayed summary table 304. For example, as shown in FIGURE 3A , the data analysis program 104 may provide collapse/expand controls 314 adjacent to row and column labels in their respective hierarchies when data may be rolled up to the level represented by the label. When an individual collapse/expand control 314 is selected by a user, the rows beneath the selected row in the hierarchy are collapsed, leaving only the selected row visible, with the associated data values, such as the data value 310, summarized at the corresponding level.
For example, if the collapse/expand control 314 adjacent to the aggregate row label "ALL PROMOTIONS" is selected by the user 106, the data analysis program 104 collapses the second row header area 306B to a single row, as shown in FIGURE 3B . Similarly, if the collapse/expand control 314 adjacent to the column label "2003"is selected by the user 106, the data analysis program 104 collapses the "Q1," "Q2," "Q3," and "Q4" occurring beneath 2003 level in the corresponding hierarchy into a single column, containing data values, such as the data value 310, summarized to the 2003 level, as further shown in FIGURE 3B .
According to another embodiment, operations performed in regard to one row header area 306A, 306B may be executed without affecting the display of the other row header areas in the summary table 304. For example, as shown in FIGURE 3B , collapsing the rows of the second row header area 306B to a single, aggregate row does not cause the rows of the first row header area 306A to likewise collapse to a single, aggregate row. Similarly, if the data analysis program 104 applies a row-level filter, such as the selection of the top ten values, or a row-level sort to a specific row header area 306A, 306B, the filter or sort will affect that row header area only, while the display of other row header areas in the summary table 304 remain unaltered.
In contrast, operations performed in regard to a column header area 308 may affect all row header areas 306A, 306B in the summary table 304. For example, as further shown in FIGURE 3B , collapsing the columns under the column label "2003" affects the display of both the first row header area 306A and the second row header area 306B. In addition, table level operations applied to the summary table 304, such as table level data filters, modification of the selected data value fields, or application of summarization functions to the data values, will equally affect all row header areas 306A, 306B of the summary table, according to a further embodiment.
Just as described above in regard to FIGURES 3A and 3B , when multiple column header areas 308A, 308B are present in the summary table 404, the data analysis program 104 may provide aggregate column labels 412A, 412B for each column header area, according to one embodiment. For example, in the summary table 404 shown in FIGURE 4 , an aggregate column label 412A of "ALL DATES" is displayed in the first column header area 308A, and an aggregate column label 412B of "ALL PROMOTIONS" is displayed in the second column header area 308B. Further, according to embodiments, operations performed in regard to one column header area 308A, 308B, such as collapsing the column header area to a single column or applying a column level filter, may be executed without affecting the display of the other column header areas in the summary table 404. However, operations performed in regard to the row header area 306, or applied to the summary table 404 as a whole, may affect all column header areas 308A, 308B in the summary table.
It will be appreciated that additional configurations of summary tables beyond those described above may be utilized, including a summary table having a single column header area with three or more row header areas, a summary table having a single row header area with three or more column header areas, or a summary table having both multiple row header areas and multiple column header areas. In addition different fields from the source data may be selected for the data values displayed in conjunction with each of the multiple row header areas or column header areas. It will be further appreciated that the features and characteristics described herein apply equally to all such configurations, and it is intended that this application include all such configurations.
Referring now to FIGURE 5 , additional details will be provided regarding the embodiments presented herein. It should be appreciated that the logical operations described with respect to FIGURE 5 are implemented (1) as a sequence of computer implemented acts or program modules running on a computing system and/or (2) as interconnected machine logic circuits or circuit modules within the computing system. The implementation is a matter of choice dependent on the performance and other requirements of the computing system. Accordingly, the logical operations described herein are referred to variously as operations, structural devices, acts, or modules. These operations, structural devices, acts, and modules may be implemented in software, in firmware, in special purpose digital logic, and any combination thereof. It should also be appreciated that more or fewer operations may be performed than shown in the figures and described herein. The operations may also be performed in a different order than described.
From operation 502, the routine 500 proceeds to operation 504, where the data analysis program 104 receives a selection from the user 106 of data fields for the row labels for each of the multiple row header areas 306A, 306B to be displayed in the summary table 304. For example, the user 106 may specify that the summary table 304 should have two row header areas 306A, 306B, with the row labels for the first row header area 306A obtained from the category field 210 and type field 212 provided in the source data listing 200, and the row labels for the second row header area 306B obtained from the promotion field 208.
According to one embodiment, the data analysis program 104 may provide a user interface ("UI"), such as the summary table field list window 600 shown in FIGURES 6A and 6B , to the user 106 in order for the user to make the appropriate selections of row labels for each of the multiple row header areas 306A, 306B. The field list window 600 includes a row label selection area 602 where the data fields for the row labels are specified. The selected data fields may be dragged from a data fields list 604 into the row label selection area 602 in order to select the data field for a row label. In order to facilitate multiple row header areas 306A, 306B, the row label selection area 602 may further include a current row header area indicator 606, which shows the current row header area for which field selections may be made as well as the total number of row header areas available. The user may select a row header area selection control 608 to increment or decrement the current row header area active in the row label selection area 602.
For example, as shown in FIGURE 6A , the user may select the category field 210 and type field 212 for row labels for the first row header area 306A of two row header areas. By selecting the increment row header area selection control 608, the selected fields for the second row header area 306B may be displayed in the row label selection area 602, which may comprise the promotion field 208, as shown in FIGURE 6B . It will be appreciated that other UIs may be utilized for making selections of data fields for row labels for multiple row header areas, beyond those shown in FIGURES 6A and 6B and described herein. It is intended that this application include all such UIs.
From operation 504, the routine 500 proceeds to operation 506, where the data analysis program 104 receives the selection of fields for the column header area 308 and for the data values 310. This may be accomplished using the summary table field list window 600 shown in FIGURES 6A and 6B and described above, or some other UI. The data analysis program 104 also receives any additional selections or parameters necessary to render the summary table 304 at operation 506. Next, the routine 500 proceeds to operation 508, where the data analysis program 104 reads the source data from the data source 108 specified in operation 502. This may involve reading a spreadsheet file from a file system or executing a query on database server, for example.
Next, the routine 500 proceeds from operation 508 to operation 510, where the data analysis program 104 transforms the source data from the data source 508 to the summary level data used to build the summary table 304. This may be accomplished by applying summarization functions to the source data to produce the summary level data required to render the summary table display, based on the field selections from operations 504 and 506 above as well as any other any additional selections or parameters.
From operation 510, the routine 500 proceeds to operation 512, where the data analysis program 104 renders the display of the first row header area 306A of the summary table 304 to the display device 110. The data rows 202 from the data source 108 are evaluated to determine the applicable row label values for the row header area 306A based upon the selected data fields from operation 504. A hierarchy of row labels for the row header area 306A is also constructed, if applicable. As discussed above in regard to FIGURE 3A , the data analysis program 104 may also include an aggregate row label 312A for the row header areas 306A to allow the row header area to be rolled up and summarized in a single row by the user 106. Rows are added to the summary table grid containing each label value, and the data values 310 are summarized across the various column labels in the row, based upon the data fields selected for the column header area 308 and the summary level data.
From operation 512, the routine 500 proceeds to operation 514, where the data analysis program 104 determines if there are additional row header areas to be displayed in the summary table 304. This may be accomplished by determining if data fields have been specified for additional row header areas in the row label selection area 602 of the summary table field list window 600, according to one embodiment. If additional rows header areas are to be displayed, the routine 500 proceeds to operation 516, where the data analysis program 104 renders the display for the next row header area 306B vertically adjacent to and below the previous row header area 306A. The next row header area 306B is displayed using a similar procedure to the first row header area 306A described above in regard to operation 512. Once the display for the next row header area 306B has been rendered by the data analysis program 104, the routine 500 returns from operation 516 to operation 514, where the data analysis program 104 determines if there are additional row header areas to be displayed in the summary table 304. If no more row header areas are to be displayed, then the routine 500 ends.
It will be appreciated that a similar routine to the routine 500 described above could be utilized by the data analysis program 104 to display a summary table 404 with multiple column header areas 308A, 308B, wherein each subsequent column header area would be displayed in the summary table horizontally adjacent to the previous column header area. Similarly, a combined routine could be utilized by the data analysis program 104 to display a summary table with both multiple row header areas and multiple column header areas. It is intended that these routines also be included in this application.
The computer architecture shown in FIGURE 7 includes a central processing unit 702 (CPU), a system memory 708, including a random access memory 714 (RAM) and a read-only memory 716 (ROM), and a system bus 704 that couples the memory to the CPU 702. A basic input/output system containing the basic routines that help to transfer information between elements within the computer 700, such as during startup, is stored in the ROM 716. The computer 700 also includes a mass storage device 710 for storing an operating system 718, application programs, and other program modules, which are described in greater detail herein.
The mass storage device 710 is connected to the CPU 702 through a mass storage controller (not shown) connected to the bus 704. The mass storage device 710 and its associated computer-readable media provide non-volatile storage for the computer 700. Although the description of computer-readable media contained herein refers to a mass storage device, such as a hard disk or CD-ROM drive, it should be appreciated by those skilled in the art that computer-readable media can be any available computer storage media that can be accessed by the computer 700.
By way of example, and not limitation, computer-readable media may include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules, or other data. For example, computer-readable media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, digital versatile disks (DVD), HD-DVD, BLU-RAY, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to store the desired information and that can be accessed by the computer 700.
According to various embodiments, the computer 700 may operate in a networked environment using logical connections to remote computing devices and computer systems through a network 720. The computer 700 may connect to the network 720 through a network interface unit 706 connected to the bus 704. It should be appreciated that the network interface unit 706 may also be utilized to connect to other types of networks and remote computer systems. The computer 700 may also include an input/output controller 712 for receiving and processing input from a number of input devices 112, including a keyboard, a mouse, a touchpad, a touch screen, an electronic stylus, or other type of input device. Similarly, the input/output controller 712 may provide output to a display device 110, such as a computer monitor, a flat-panel display, a digital projector, a printer, a plotter, or other type of output device.
As mentioned briefly above, a number of program modules and data files may be stored in the mass storage device 710 and RAM 714 of the computer 700, including an operating system 718 suitable for controlling the operation of a computer. The mass storage device 710 and RAM 714 may also store one or more program modules. In particular, the mass storage device 710 and the RAM 714 may store the data analysis program 104, which was described in detail above in regard to FIGURE 1 . The mass storage device 710 and the RAM 714 may also store other types of program modules or data. In one embodiment, the program modules are embodied in computer-readable media containing instructions that, when executed by the CPU 702, perform the routine 500 for displaying a summary table having multiple row header areas, as described in greater detail above in regard to FIGURE 5 .
Based on the foregoing, it should be appreciated that technologies for displaying multiple row and column header areas in a summary table are provided herein.
The subject matter described above is provided by way of illustration only and should not be construed as limiting. Various modifications and changes may be made to the subject matter described herein without following the example embodiments and applications illustrated and described, and without departing from the scope of the present invention, which is set forth in the following claims.
Claims (8)
- A computer-implemented method for displaying a summary table (304, 404) having either a plurality of row header areas (306A, 306B) or a plurality of column header areas (308A, 308B), the method comprising:receiving, from a user, for each of the plurality of row header areas (306A, 306B) or column header areas (308A, 308B), a selection of one or more data fields provided in source data from a data source (108), wherein the selection of one or more data fields is different for each of the plurality of row header areas or column header areas;reading the source data from the data source (108) containing values for the one or more data fields;transforming the source data from the data source (108) to summary level data for rendering the summary table (304, 404) by applying a summarization function to the source data; andrendering to a display device (110) each of the plurality of row header areas (306A, 306B) or column header areas (308A, 308B) in the summary table (304, 404), wherein each of the plurality of row header areas comprise one or more rows and each of the plurality of column header areas comprise one or more columns, and wherein the plurality of row header areas (306A, 306B) are displayed vertically adjacent to each other in the summary table (304, 404) and the plurality of column header areas (308A, 308B) are displayed horizontally adjacent to each other in the summary table (304, 404),wherein operations performed by a user regarding a column header area of the summary table affect the display of each of the plurality of row header areas (306A, 306B), wherein the operations comprise a collapse operation or an expand operation regarding the column header area, wherein performing the collapse operation or the expand operation affects the display of each of the plurality of row header areas (306A, 306B) by hierarchically collapsing or expanding hierarchical levels of the column header area, or wherein operations performed by a user regarding a row header area of the summary table affect the display of each of the plurality of column header areas (308A, 308B), wherein the operations comprise a collapse operation or an expand operation regarding the row header area, wherein performing the collapse operation or the expand operation affects the display of each of the plurality of column header areas (306A, 306B) by hierarchically collapsing or expanding hierarchical levels of the row header area.
- The computer-implemented method of claim 1, wherein an aggregate label is displayed in one of the plurality of row header areas, such that data associated with the one of the plurality of row header areas may be summarized for an entirety of the one of the plurality of row header areas, or wherein an aggregate label is displayed in one of the plurality of column header areas, such that data associated with the one of the plurality of column header areas may be summarized for an entirety of the one of the plurality of column header areas.
- The computer-implemented method of claim 1, wherein operations performed in regard to one of the plurality of row header areas in the summary table affects a display of that row header area only, or wherein operations performed in regard to one of the plurality of column header areas in the summary table affects a display of that column header area only.
- The computer-implemented method of claim 1, wherein operations performed to an entirety of the summary table affect the display of all of the plurality of row header areas or column header areas.
- A computer-readable medium having computer executable instructions stored thereon that, when executed by a computer (102), cause the computer (102) to perform the method of one of claims 1 to 4.
- A system for displaying a summary table (304, 404) having either a plurality of row header areas (306A, 306B) or a plurality of column header areas (308A, 308B), the system comprising:a computer (102);a display device (110) operably connected to the computer (102);a data source (108) operably connected to the computer (102); anda data analysis program module (104) executing on the computer, the data analysis program module (104) operable to:receive, from a user, for each of the plurality of row header areas (306A, 306B) or column header areas (308A, 308B), a selection of data fields provided in source data from a datasource (180), wherein the selection of data fields is different for each of the plurality of row header areas or column header areas,read the source data from the data source (108) containing values for the data fields,transform the source data from the data source (108) to summary level data for rendering the summary table (304, 404) by applying a summarization function to the source data, andrender to the display device (110) each of the plurality of row header areas (306A, 306B) or column header areas (308A, 308B) in the summary table (304, 404), wherein each of the plurality of row header areas comprise distinct sets of rows and each of the plurality of column header areas comprise distinct sets of columns, and wherein the plurality of row header areas (306A, 306B) are displayed vertically adjacent to each other in the summary table (304, 404) and the plurality of column header areas (308A, 308B) are displayed horizontally adjacent to each other in the summary table (304, 404),wherein operations performed by a user regarding a column header area of the summary table affect the display of each of the plurality of row header areas (306A, 306B), wherein the operations comprise a collapse operation or an expand operation regarding the column header area, wherein performing the collapse operation or the expand operation affects the display of each of the plurality of row header areas (306A, 306B) by hierarchically collapsing or expanding hierarchical levels of the column header area, or wherein operations performed by a user regarding a row header area of the summary table affect the display of each of the plurality of column header areas (308A, 308B), wherein the operations comprise a collapse operation or an expand operation regarding the row header area, wherein performing the collapse operation or the expand operation affects the display of each of the plurality of column header areas (306A, 306B) by hierarchically collapsing or expanding hierarchical levels of the row header area.
- The system of claim 6, wherein the data analysis program module is further operable to display an aggregate row label in each of the plurality of row header areas, and an aggregate column label is displayed in each of the plurality of column header areas.
- The system of claim 6, wherein operations performed in regard to one of the plurality of row header areas (306A, 306B) affects a display of that row header area only and operations performed regarding one of the plurality of column header areas (308A, 308B) affects a display of that column header area only in the summary table (304, 404).
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/369,004 | 2009-02-11 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| HK1165575A HK1165575A (en) | 2012-10-05 |
| HK1165575B true HK1165575B (en) | 2021-09-30 |
Family
ID=
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2396736B1 (en) | Displaying multiple row and column header areas in a summary table | |
| JP5667580B2 (en) | Filtering interactive summary tables with multiple conditions | |
| US7792847B2 (en) | Converting structured reports to formulas | |
| EP1922641B1 (en) | User interface for creating a spreadsheet data summary table | |
| CA2617870C (en) | Filtering user interface for a data summary table | |
| US20090319882A1 (en) | DataGrid User Interface Control With Row Details | |
| US20070168323A1 (en) | Query aggregation | |
| JP2009508221A (en) | Automatic placement of fields in the data summary table | |
| HK1165575B (en) | Displaying multiple row and column header areas in a summary table |