US20120112997A1 - User interface method and apparatus for data from data cubes and pivot tables - Google Patents

User interface method and apparatus for data from data cubes and pivot tables Download PDF

Info

Publication number
US20120112997A1
US20120112997A1 US13/352,233 US201213352233A US2012112997A1 US 20120112997 A1 US20120112997 A1 US 20120112997A1 US 201213352233 A US201213352233 A US 201213352233A US 2012112997 A1 US2012112997 A1 US 2012112997A1
Authority
US
United States
Prior art keywords
values
dimension
coordinate values
value
coordinate
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.)
Abandoned
Application number
US13/352,233
Inventor
Santiago Becerra, SR.
Quinton Alsbury
Jaime Zuluaga
David Becerra
Claire B. Maytum
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.)
MeLLmo Inc
Original Assignee
MeLLmo 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 MeLLmo Inc filed Critical MeLLmo Inc
Priority to US13/352,233 priority Critical patent/US20120112997A1/en
Publication of US20120112997A1 publication Critical patent/US20120112997A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04815Interaction with a metaphor-based environment or interaction object displayed as three-dimensional, e.g. changing the user viewpoint with respect to the environment or object
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning

Definitions

  • the invention in general relates to user interfaces for electronic devices, and more particularly to user interfaces for reviewing summarizations of tabular data on electronic devices with smaller displays.
  • a common example of tabular data is a spreadsheet having a plurality of columns, each with a column title indicative of a different data dimension that respectively can have multiple values. Selections of the values are provided in rows, and often a respective numerical quantity is associated with the value selections of each row.
  • An example excerpt from a spreadsheet is illustrated in FIG. 1 .
  • tabular data can have a number of different dimensions associated with many individual entries, it can be difficult to extract meaning and higher-level conclusions from the data. For example, in a spreadsheet that organizes sales by geographic region and by time-related dimensions (example in FIG. 1 ), there often will be a separate row entry for each item of sales data for each combination of geographic region and time span. So without a way to produce summaries of the data for higher-level geographic regions and time spans, it may be difficult to make higher-level conclusions from such data.
  • Pivot tables and data cubes provide mechanisms that can help with aggregating large data sets into summarizations that are more easily digestable, and hence useful for analysis.
  • One view of a data cubes (sometimes also called an OLAP cube) is that a data cube is an extension to the two-dimensional array of a spreadsheet.
  • An example usage for a data cube is that a financial analyst might want to view different summarizations of a data set.
  • FIG. 1 is further described to provide a more specific example.
  • FIG. 1 shows a screen capture 101 of a portion of a spreadsheet of sales data 115 (column H as depicted) and associated with each row entry of sales data 115 are a plurality of dimensions collectively identified as 106 , and which include Region, Territory, Business Type, Year 116 , Quarter 117 , and Month 118 (Year 116 , Quarter 117 , and Month 118 are separately numbered and provide an example of a natural hierarchical arrangement of dimensions).
  • Each of these dimensions 105 has a plurality of values, and a selection of a value for each dimension is associated with a particular entry in sales data 115 .
  • row 2 includes the value “Americas” for the region dimension and “2006” for the Year dimension associated with the Sales value 88,424.
  • a pivot table is a data summarization tool found in data visualization programs such as spreadsheets. Among other functions, it can automatically sort, count, and total the data stored in one table or spreadsheet and create a second table displaying the summarized data. Pivot tables are useful to create crosstabs quickly. The user sets up and changes the summary's structure by dragging-and-dropping fields graphically. This “rotation” or pivoting of the summary table gives the concept its name.
  • FIG. 2A shows a screen shot 201 of a portion of a pivot table that can be created from the spreadsheet of FIG. 1 .
  • a Sum of Sales 205 is what has been selected to be summarized in the entries of the data columns, starting with column E.
  • Dimensions Region ( 110 ), Territory, Business Type, and Product were selected to be dimensions that will cause row-based organization of the pivot table, while the naturally hierarchical dimensions Year, Month, and Quarter were selected as dimensions that will cause column-based organization of the pivot table.
  • Values Americas 105 a and Asia 105 b are separately identified values within Region dimension 110 . Each dimension selected for row-based organization appears in a separate column across a top portion of the pivot table, and are collectively identified as 210 .
  • Each dimension includes a drop down arrow that when selected results in appearance of a picklist, as shown in FIG. 2B for the example dimension Region.
  • data for different values of the Region dimension can be shown or not shown.
  • At least one value for each dimension must be selected, or the main pivot table organization must be revisited to remove that dimension (e.g., at least one region must be selected).
  • more granularity or less granularity of data specificity can be obtained by double clicking on different values for the row-based and column-based dimensions. Such double-clicking results in certain behaviors, some of which are summarized below.
  • pivot tables can be substantially bigger in terms of the amount of data, including a number of dimensions, and a number of values appearing in each dimension (e.g., a SKU dimension could have hundreds of entries, a large retail chain could have hundreds of stores and thousands of SKUs).
  • a pivot table can be extremely large.
  • pivot tables Users have managed to use such pivot tables to advantage, and have benefitted from relatively large and still growing screen sizes available on desktop computers.
  • mobile devices are proliferating and growing in an amount of available computer power. It would be desirable to be able to access such pivot tables from mobile devices, including laptops, smart phones and the like. These devices generally have smaller screens, and usually, more portable devices, such as smart phones have even smaller screens that portable devices such as laptops.
  • FIG. 2A illustrates an example display 220 of a mobile device, such that anything within the interior of display 220 would be what is viewed by a user of the mobile device. Thus, FIG. 2A further illustrates that a user of a mobile device having display 220 would be able to view only a very limited portion of even the small pivot table here.
  • FIG. 3 illustrates display 220 superimposed on another view of the same pivot table. Comparing FIG. 2A to FIG. 3 , the difference between them illustrates that a user can double click on the “Central” value of the Territory dimension for the Americas region (i.e., Row 5, Column B contains the value “Central” for the Territory dimension, and this row also corresponds to the value “Americas” of the Region dimension.
  • the pivot table responds by causing all the values for the Business Type and Product dimensions to be hidden, for all of the values of the Region dimension (i.e., including for values “Asia” and “Europe”). However, even with all of that extra detail hidden, not much of the pivot table can be viewed at one time, and it is apparent, for example, that data values even for the first year 2006 would not be visible at the same time as the Territory values to which those data values correspond.
  • FIG. 4 illustrates a further view 401 of the same pivot table, also having display 220 superimposed thereon.
  • view 401 a more expanded view of the row dimensions (See FIG. 2A ) are depicted.
  • This view 401 can be arrived at from the pivot table view of FIG. 3 first by double clicking on any of the Central values for any of the Regions (e.g., either the Central value for the Americas or Asia Region can be clicked, with the same result), then any of the then displayed Corporate values of Business type are double clicked, resulting in display of the Product values shown in view 401 (identified as 411 , 312 , and 413 ).
  • a summarization of sales would be shown in the field data appropriate for that view. In other words, after one double click on Central, then corporate and retail values would be shown, and sales summarization for 2006 would be shown in column E.
  • the view of FIG. 3 can be obtained again by double clicking only on any of the Central values of any Territory (i.e., the entire expanded view collapses with one double click.)
  • the pivot table if any of the Central regions is again clicked, would return to the view of FIG. 4 , and would not first display only sum of sales data for Business type, for example.
  • the pivot table remembers a previous degree of expansion and returns to that degree, rather than going through intermediate values. To cause the pivot table to traverse the intermediate dimensions requires double clicking on each intermediate dimension.
  • FIG. 6 also illustrates a screen capture 601 of a portion of the same pivot table.
  • FIG. 6 is for illustrating another behavior of a pivot table.
  • FIG. 6 illustrates that the column dimensions are expanded, such that the Year 2006 dimension also has displayed Q1, Q2, and Q3.
  • Q2 has displayed months April, May, and June. The months April, May, and June were shown after double clicking on the Q2 value 605 .
  • the data values appearing in columns to the right of Q2 were moved farther to the right after displaying the constituent values under Q2. In other words, all that data still appears on the same page, and horizontally or vertically scrolling could cause portions of that data to be displayed within a display window.
  • FIG. 7 illustrates another screen capture 701 of a portion of the same pivot table, with two different instantiations of an example small display 705 , and 706 .
  • Screen capture 701 is for illustrating that an option to freeze a view of both row and column dimensions can be selected, which in this case causes columns A-G to be frozen (collectively identified as 710 ), and as can be discerned by observing that after column G, the next column displayed is column AD. Unfrozen columns displayed are identified as 711 . However, even with freezing these columns, on a small display, little context for the data that is currently displayed on the display is evident, as shown by the examples 705 and 706 . For example, it would be difficult to discern what territory the value at Column G, row 7 was for. In a larger pivot table, all of the above behaviors would become even more problematic for viewing such information on a small display, such as that of a smart phone.
  • aspects include a method of providing an interface for data displayed on a mobile device.
  • the display has a periphery with first, second, third, and fourth edges, where the first and third edges parallel, and the second and fourth edges parallel.
  • the interface is for interfacing with data comprising field data associated with a first set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension.
  • Each dimension of the first set of dimensions has a respective plurality of values.
  • the data also comprises a second set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension, where each dimension of the second set of dimensions also has a respective plurality of values.
  • the method comprises setting a vertical controlling dimension as the root dimension of the first set and a horizontal controlling dimension as the root dimension of the second set.
  • the method also comprises causing display of values of the vertical controlling dimension in a first column along the first edge, display of values of the horizontal controlling dimension in a first row along the second edge, and a matrix of cells locatable by intersections between values of the first column and values of the first row. Each cell is populated based on a respective aggregation of the field data determined by the values locating that cell.
  • the method also comprises accepting user input indicative of selection of any displayed value. If the user input is indicative of selection of a displayed value from the vertical controlling dimension, then the method includes displaying only that selected value of the values of the vertical controlling dimension in a second column between the periphery of the display and the first column, updating the vertical controlling dimension to a subsequent dimension of the first set, and repeating the causing with the updated vertical controlling dimension.
  • the method comprises displaying only that selected value of the values of the horizontal controlling dimension in a second row between the periphery of the display and the first row, updating the horizontal controlling dimension to a subsequent dimension of the second set, and repeating the causing with the updated horizontal controlling dimension.
  • Another aspect includes a computer readable medium storing computer readable instructions for implementing a method of providing an interface for data displayed on a display.
  • the interface is for interfacing with data comprising field data associated with a first set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension.
  • Each dimension of the first set of dimensions has a respective dimension identifier and a plurality of values.
  • Each dimension of the second set of dimensions has a respective dimension identifier and a plurality of values.
  • the method comprises setting a controlling vertical dimension as the root dimension of the first set of dimensions and setting a controlling horizontal dimension as the root dimension of the second set of dimensions.
  • the method also comprises causing display of values of the vertical controlling dimension in a vertical controlling dimension column along the first edge, display of values of the horizontal controlling dimension in a horizontal controlling dimension row along the second edge, and a matrix of cells locatable by intersections between values of the vertical controlling dimension column and values of the horizontal controlling dimension row, each cell populated based on a respective aggregation of the field data determined by the values locating that cell.
  • the selected value is from the horizontal controlling dimension, then assigning the controlling horizontal dimension as a previous controlling horizontal dimension, assigning a subsequent intermediate dimension of the second set as the controlling horizontal dimension, displaying values of the controlling horizontal dimension in the horizontal controlling dimension row, displaying the identifier for the previous controlling horizontal dimension in a horizontal dimension navigation tab, and updating the array locations to display an aggregation of the field data based on the updated values of the controlling horizontal dimension; and continuing with the detecting.
  • FIGS. 1-7 provide background to aspects of FIGS. 8-34 ; these figures are described in more detail below.
  • FIG. 1 provides an example of a portion of a spreadsheet of tabular data
  • FIG. 2A is an example of a portion of a pivot table based on the spreadsheet of FIG. 1 ;
  • FIG. 3 illustrates a hypothetical small display imposed over a view of the pivot table
  • FIG. 4 illustrates the hypothetical small display imposed over another view of the pivot table
  • FIG. 7 illustrates further aspects of the pivot table, as well as overlays of the small display
  • FIG. 8 illustrates an architecture for an aid to navigating and viewing data from such a pivot table
  • FIG. 9 illustrates other aspects of the architecture
  • FIG. 10 illustrates aspects of a first method, portions of which are described in detail with respect to later figures;
  • FIGS. 11-13 relate to display content, described in the specification
  • FIGS. 15-16 relate to examples referred to with respect to FIG. 14 ;
  • FIG. 17 relates to a vertical flipping method
  • FIGS. 18-21 relate to examples referred to with respect to FIG. 17 ;
  • FIG. 22 relates to a horizontal flipping method
  • FIG. 27 relates to drill up/drill down methods
  • FIGS. 28-33 are used in description relating to FIG. 27 ;
  • FIG. 9 illustrates aspects of a system 900 for implementing accessibility of data cubes and pivot tables on mobile devices.
  • System 900 includes a data source 905 , which can include any kind of pivot table, or any other source of data comprising tabular data values organized according to at least two different sets of dimensions, such that different summarizations can be achieved through selection of values in each of the sets of dimensions, i.e., a data cube.
  • Data for a given data cube is processed by processing 910 and stored, and/or made accessible by a server 915 having access to a storage facility for storing output from the processing 910 .
  • Processing of the data cube or pivot table information can include reading the information and tagging portions of the information with metadata that allow identification and interpretation of the data. For example, subtotal data can be read and tagged as such. Then, the metadata and the values associated with the tags can be stored, along with the underlying data in a file.
  • some portion or all of data 920 can be stored on mobile device 930 , as represented by data 925 stored in storage 933 accessible by device 930 .
  • Storage 933 also can include storage of other data, such as data for an operating system, and also for storage of computer readable instructions for implementing methods according to any of the example displays and methods provided herein.
  • Storage 933 preferably includes at least some non-volatile memory, and can include solid state memory such as flash memory, as well as hard disk memory. Storage also can encompass any other type of memory technology that may be used, such as ferromagnetic memory, phase change memories, rewritable optical memories, and so on
  • translation mechanisms can be provided to take a natively-formatted data cube or pivot table and convert that native format into a format for usage here.
  • examples provided herein also can use the data in a native format.
  • a pivot table can be specified in a format comprising data and metadata that describes how the data should be arranged.
  • a specification of the pivot table of FIG. 2A would include metadata for specifying the dimensions arranged along the vertical (values occupying rows) and horizontal axes (values occupying columns).
  • the metadata specifies that Region is a first dimension, followed by Territory, and so on.
  • Other data included in the specification are the values for the dimensions, and summarizations for each combination of values along the different axes (e.g., a total for the Year 2008 in the Americas region, of which there also would be a total for each Territory in the Americas region for the Year 2008, which collectively sum to the total for the whole Region).
  • such metadata can be used to create a tree for the respective values of each dimension in each of the two sets of dimensions present in the pivot table, such that relationships between different dimensions of a set, and hence values of each dimension are easily determined.
  • method 1000 illustrates consideration of types of input to be differentiated, while further disclosure shows how the input affects the views displayed, such that other arrangements accomplishing these view effects would be apparent therefrom.
  • a user can flip either vertically or horizontally, and so, vertically flipping is detected at step 1010 , and horizontal flipping is detected at step 1015 . If vertical flipping ( 1010 ) is detected, then method 1000 proceeds to 1020 ( FIGS. 17-21 ), for updating the view, and if horizontal flipping ( 1015 ) is detected, then method 1000 proceeds to 1025 ( FIGS. 22-26 ) for updating the view accordingly. When the view has been updated for either flipping, then 1020 and 1025 return to detect whether the user has provided input for horizontal drill down ( 1035 ), and if so then the view is updated at 1045 ( FIGS. 27-31 ).
  • vertical drill down input is detectable ( 1030 ), and if detected then the view is updated with 1040 ( FIGS. 27-33 ).
  • drill up vertical input is detectable ( 1050 ) and if detected then 1065 updates the view displayed accordingly.
  • horizontal drill up is detectable ( 1055 ), and if detected then 1070 updates the view displayed.
  • method 1000 goes to the beginning of input classification (flipping 1010 ) for further inputs, or further classification of existing inputs.
  • Method 1000 can terminate 1060 by detecting user input to close the navigation function, and if no such input is detected, then the method returns to classifying/detecting vertical flipping input 1010 .
  • method 1000 thus illustrates an example of how an input can be classified.
  • Various other classification routines for these classifications would be evident.
  • a local loop can be provided for further input detection/classification (e.g., a local loop can be provided such that returning from 1020 would again detect vertical flipping at 1010 .)
  • FIG. 10 a separate identifier link is provided for processing of each type of input, but in the following description some of the concepts are treated with respect to others, and whether or not certain of the processing shown in FIG. 10 is handled distinctly or together is a matter of implementation.
  • FIG. 12 illustrates a highest level of aggregation view 1200 based on the same data ( FIG. 1 ) as the pivot table background information of FIGS. 2-7 , aspects of which are described below.
  • a vertically oriented tab column 1202 (a.k.a. a tab field) having one or more values for at least one highest level dimension is displayed along a first edge of the example view 1200 . Referencing FIG.
  • the highest level row-based dimension of that pivot table is Region, and it has values “Americas”, “Asia”, and “Europe”, which are the values appearing in the tab column 1202 , each value of which is a separately distinguishable entry (i.e., selection of Americas can be distinguished by the system from selection of Asia, as will be addressed below).
  • Column 1202 has a width 1210 (also referred to as Width VT ).
  • a horizontally-oriented tab row 1203 appears along a second edge of view 1200 (in this example, along a top horizontal portion).
  • Tab row 1203 displays values for a highest-level column-based dimension of a data cube input (e.g., a pivot table).
  • a highest-level dimension forming columns in that pivot table is Year, and it includes values 2006, 2007, and 2008.
  • a width 1220 of view 1200 allocatable to columns is defined, and a width of a first column 1215 also is identified in FIG. 12 .
  • entries summarizing the tabular data from the raw spreadsheet are provided at intersections between rows and columns in view 1200 .
  • a sum of sales for 2008 in the Americas region is presented.
  • FIG. 13 shows an outline 1300 of view 1200 with the fields identified above.
  • a total width of the display is approximately divided between the width of devoted to data columns ( 1220 ) and the width ( 1210 ) devoted to the vertically oriented tab field 1202 .
  • a height of the display is generally divided among field 1203 , field 1205 , and totals field 1211 .
  • it may be desirable to orient the pivot table such that a smaller dimension of the display is used for the vertically oriented tab field ( 1202 ) and a longer dimension is used for the horizontally oriented tab field ( 1203 ).
  • Logic can be provided to select an orientation, and a user also may be provided the ability to select an orientation. Therefore, the terms horizontal and vertical are not used in an absolute sense, but rather for providing terminology useful in describing the examples presented.
  • FIG. 14 illustrates a method 1400 providing an example implementation accounting for some aspects of how screen space can be allocated among the fields identified in FIGS. 12 and 13 .
  • Method 1400 includes setting reference number L to 1 , and then examining the first entry of the vertically oriented tab field 1202 , identified as Text String L (TS L ). If all the characters of TS L collectively are equal to or shorter than the width 1210 (Width VT ), then all characters can be displayed, e.g., “Europe” in FIG. 15 is shorter than Width VT and all characters are displayed.
  • TS L Text String L
  • method 1400 determines whether TS L has multiple words, or otherwise allows splitting or a reasonable hyphenation ( 1407 ). If so, then TS L is split among two different lines. For example, “Southeast Asia” can be split such that “Southeast” is provided on one line and “Asia” on a following line. In an embodiment, when one entry in the vertically oriented tab field is split to two lines, all tab entries can be increased to two lines of space, even though not all such tab entries may require two lines of space.
  • a priority of method 1400 is to fully display the numbers of at least one column, so at 1430 it is determined whether the length of Data String L (DS L ) is greater than the width of the entire data field 1205 (Width CA ), and if so, then DS L cannot be fully displayed in field 1205 , and a “###” entry is displayed instead 1440 . Otherwise, DS L is displayed ( 1435 ).
  • This remaining width can be defined by
  • Width CA - a ⁇ L - 1 p 1 ⁇ LengthofDS p .
  • FIG. 16 provides an example where only a portion of strings under the 2007 column can be displayed. The same procedure can be applied in total field 1211 .
  • method 1400 after 1460 returns to determine whether there are more columns 1445 , and if not then it is determined whether there are more rows 1465 , if so, then the next row is examined 1475 , and if not then method 1400 can terminate 1470 .
  • step 1455 of method 1400 would operate by using the longest data string in a particular column for determining whether the remaining width of field 1205 is enough to display a given data string under consideration. For each row, step 1405 may cause the width of the first column to increase from what was set by a previous row, such that the longest data string determines the width of the first column, and of subsequent columns.
  • method 1400 usually would be executed each time another navigation procedure is undertaken. For example, after drill down/drill up either vertically or horizontally, method 1400 would be used to organize the display.
  • FIG. 17 is for illustrating an example method 1700 of flipping vertically in response to user input to update a display as shown in accompanying FIGS. 18-21 .
  • method 1700 begins with a display being at row 0 , meaning that a first row displayed is called row 0 , as illustrated by example in FIG. 18 with the row of area 1 being row 0.
  • a vertical movement indication is received 1710 , and an amount of movement indicated is quantified and divided modulo by a row height. The remainder of that division is compared with one half of the row height H R1/2 . If that remainder amount of movement was greater than one half of the row height, then the next row is displayed ( 1725 ), and if it is not then row 0 continues to be displayed ( 1720 ).
  • the display can be allowed to move in response to user input, but if the input is not enough to be more than half of a row height, then the display can return to displaying the same set of rows. Or, any number of rows can be flipped through, but the final step is to determine whether any amount in excess of a row height is enough to flip to the next row or return to the previous, such that no stopping in the middle of two rows is permitted.
  • FIG. 19 illustrates an example where a vertical movement was received and quantified that row 0 has moved from (0,0) to (0,Y), such that if Y>1 ⁇ 2 the row height, then the row 0 display is shown in FIG. 21 , wherein the row of area 5 now is row 0.
  • FIG. 20 shows the converse, wherein area 4 remains row 0, which is the result if the vertical movement received is less than half of the row height.
  • the row height of row 0 can be used, if row heights are not all equal. If the movement is precisely half, then it can be the case that either that the row will flip or not (i.e., a tie can be resolved either way).
  • FIG. 22 illustrates an example horizontal flipping method 2200 .
  • Method 2200 starts begins with column 0 as illustrated in FIG. 23 , meaning that a reference point can be identified as (0.0). Then, a horizontal movement is received ( 2210 ), as shown by the display of FIG. 24 , which shows the point (0.0) having moved to the left, such that part of column 0 is obscured. Then, it is determined ( 2215 ) whether the movement is less than one half of the width of column 0. If so, then the view flips back (see FIG. 26 ), and if not then the next column becomes the first column displayed (see FIG. 25 ). As with the vertical flipping, full column amounts of flipping cause full columns to flip, while whether an amount remaining of any movement being more or less than half of a given column width (the then column 0) determines whether or not another column will flip.
  • FIG. 27 illustrates a method 2700 for navigation using the user interface shown in previous figures. For clarity, one method is explained in more detail for both horizontal tab and vertical tab drill down, as the steps are similar, but the horizontal drill down is first shown and described, followed by further figures relating to the vertical tab drill down.
  • Method 2700 is entered at step 1045 ( FIG. 10 ), and begins with receiving (or otherwise, identifying) a selection of a horizontal tab or a vertical tab (examples to horizontal) that represents (displays) a value of a current dimension arrayed along the horizontally oriented tab field display (see 1203 of FIGS. 12 and 13 ).
  • horizontal tab drill down describes exposing more granular levels of tabs presented along a horizontal axis (see FIG. 12 , 1203 ) and “vertical tab” drill down describes exposing more granular levels of tabs presented along a vertical axis (see FIG. 12 , 1202 ).
  • a previous configuration of tabs is rearranged such that tabs previously displayed are moved back ( 2710 ), and if more than an allowable number of tabs, including tabs for the new values to be displayed are too great (determination in 2715 ), then those excess tabs are hidden, and an indicator arrow is provided ( 2725 ) to their existence.
  • new tabs representative of values for the dimension relating to the value of the tab selected are shown ( 2720 ), and the data displayed in field 1205 is updated based on the new values presented.
  • FIGS. 28-31 provide an example of horizontal tab drill down.
  • FIG. 12 serves as a starting point, where a highest level dimension (Year) has its values displayed (2006 and 2007) are visible in FIGS. 12 , and 2008 would be visible if horizontal flipping (see FIG. 22 ) were used to expose that value.
  • the values of the Year dimension are displayed as tabs in field 1203 .
  • FIG. 28 shows an interrelationship between the Dimensions related to the horizontal tab field (i.e., the pivot table was designed to display these dimensions as column-oriented data; see FIG. 2A ).
  • Quarter is the dimension hierarchically more specific to the Year dimension
  • Month is the hierarchically more specific dimension to Quarter
  • Week is the dimension for Month.
  • Each of these dimensions has respective values (e.g., Quarter has values Q1 . . . Q4, and so on).
  • method 2700 first responds by moving the 2008 tab back from the field 1205 , and hiding (no longer displaying) any tab relating to other values of the Year dimension, as shown in FIG. 29 . Then, method 2700 causes display of the next dimension (Quarter) in tabs controlling the contents of field 1205 ( FIG. 29 ).
  • Year has 3 values
  • Year when Year is the active dimension (i.e., the dimension whose values control the content of field 1205 , all of the values for the Year dimension can be exposed by flipping within one page. When one of those values is selected for drill down, the other values are then hidden, such that flipping would not expose data relating to years other than 2008.
  • pivot tables where increasing granularity of data for one year causes the other data to be pushed somewhere else on the same page, and to view it, one must scroll to find it and view it.
  • method 2700 would cause the intersections between the rows and columns of field 1205 to be updated to represent data summarizations reflecting the same Region values, but specifically for the Quarter dimension values of 2008.
  • the totals of totals field 1211 also would be updated.
  • FIG. 31 illustrates that when the January value is selected ( 2820 of FIG. 28 ), such that the next dimension (Week) values are presented, that the 2008 tab is hidden (no longer displayed), such that only 3 levels of tabs are shown, and an indicator arrow is provided for indication that further higher dimensions are available.
  • an amount of screen space devoted to the horizontally oriented column tabs also can control how many tabs are displayed at a given time. If desired, abbreviations, or ellipses can be used to shorten value identifiers.
  • the transitions between values of different dimensions e.g., 2810 , 2815 , and 2820 ) can be called a navigation path, in that the values selected during such navigation represent how a user navigated to a present view. Since there are multiple sets of dimensions in use, there can be a navigation path for each set of dimensions.
  • FIGS. 32 and 33 illustrate views of drilling down for the vertical tabs, which proceeds similarly to the horizontal tab drill down explained above.
  • a smaller column of tabs having values oriented along the first edge can be provided, such that multiple values for multiple previous dimensions are presented along that first edge, as shown in FIG. 33 .
  • This configuration uses less screen space than causing a separate column for each value tab for each previous dimension.
  • This tab orientation also can be employed in the horizontal tabs, if desired.
  • the data summarizations are updated to reflect the controlling dimension (e.g., FIG. 32 shows that the summarizations are for each territory value within the Americas region, and FIG. 33 shows that summarizations are for the Corporate/Retail values of the Business Type dimension, within the Central territory of the Americas region).
  • a “drilling up” operation can be conducted in response to selection of a less granular/less specific tab.
  • the Year dimension in the sense that the Year dimension was controlling (i.e., controlled the field data summarizations), the Year dimension can be called a previous dimension to the Quarter dimension, and similarly both the Year and Quarter dimensions are previous to the Month dimension in FIG. 30 .
  • more than one previous dimension can have a value displayed that with other values represent at least a portion of a path through the values of the dimensions.
  • FIG. 28 shows arrows 2810 , 2815 , and 2820 that depict a path through the values of the dimensions. These values are displayed in the tab fields (at least up to a maximum number, as described above), so that previous dimensions are presented through the values of those dimensions that were selected.
  • a previous dimension can be recalled by clicking on the value of that dimension displayed in its tab field.
  • the year 2008 dimension can be clicked such that the display would be returned to that of FIG. 12 .
  • the Quarter 1 tab could be selected to return the display to that of FIG. 29 .
  • the indicator arrows are removed (e.g., returning from FIG. 31 to FIG. 30 ).
  • the indicator arrow itself also can be made selectable such that the first hidden dimension can be recalled and the value of that dimension which was selected (e.g., in FIG. 31 , 2008) would be exposed as the controlling dimension for the data field summarizations.
  • FIG. 34 illustrates another approach to navigating a display like that of FIG. 12 .
  • Buttons 3405 and 3410 can be provided respectively that display a value corresponding to what was previously selected to arrive at the display, as it presently is.
  • Americas was previously selected, such that the controlling dimension is Territory along the vertical tab column (see FIG. 12 , 1202 ), while the horizontal button 3410 displays 2008, which was the value of the Year dimension selected to arrive at the Quarter dimension display currently shown in FIG. 34 .
  • drill down occurs by selecting tabs from the tab fields bordering the field 1205
  • drill up occurs by selecting the buttons 3405 and 3410 , respectively for vertical tab drill up and horizontal tab drill up.
  • drill-up and drill-down processes allow user selection of horizontal and vertical controlling dimensions, which control aggregations of data values in the data field.
  • values of a vertical controlling dimension are described, in an example, as being displayed in a vertical controlling dimension column.
  • the vertical controlling dimension column is repopulated with values for each subsequent vertical controlling dimension (i.e., as the vertical controlling dimension changes, the column for displaying values of the vertical controlling dimension is repopulated with those values). Similar description applies for the horizontal controlling dimension.
  • one or more prior controlling vertical/horizontal dimensions can be displayed between respective edges of the display and the controlling dimension row/column, such that the controlling row/column is proximate the array (matrix) of data values.
  • computer program medium and “computer useable medium” are used to generally refer to any media capable of storing information for retrieval by a machine, and interpretable as machine readable instructions. Such instructions, can generally be referred to as “computer program code” (which may be grouped in the form of computer programs or other groupings), when executed, and enable machines to perform features or functions of the present invention as discussed herein.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

Systems, methods, and computer readable media provide space-efficient user interfaces to data cubes and pivot table information. Because the user interfaces are more efficient in usage of display area, smaller displays can be used more effectively in reviewing such data. The user interfaces provide a multi-dimensional navigation approach among dimensions represented in the data, which allows users to more easily maintain context when reviewing large pivot table reports, and the like. Other user interface features that ease review of such reports on smaller devices also are disclosed.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 12/197,893, entitled “USER INTERFACE METHOD AND APPARATUS FOR DATA FROM DATA CUBES AND PIVOT TABLES,” filed Aug. 25, 2008, which claims the benefit of U.S. Provisional Application No. 61/023,058, entitled “CUBE NAVIGATOR,” filed Jan. 23, 2008, each of which is incorporated herein by reference in its entirety.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The invention in general relates to user interfaces for electronic devices, and more particularly to user interfaces for reviewing summarizations of tabular data on electronic devices with smaller displays.
  • 2. Description of the Related Art
  • A common example of tabular data is a spreadsheet having a plurality of columns, each with a column title indicative of a different data dimension that respectively can have multiple values. Selections of the values are provided in rows, and often a respective numerical quantity is associated with the value selections of each row. An example excerpt from a spreadsheet is illustrated in FIG. 1. Because tabular data can have a number of different dimensions associated with many individual entries, it can be difficult to extract meaning and higher-level conclusions from the data. For example, in a spreadsheet that organizes sales by geographic region and by time-related dimensions (example in FIG. 1), there often will be a separate row entry for each item of sales data for each combination of geographic region and time span. So without a way to produce summaries of the data for higher-level geographic regions and time spans, it may be difficult to make higher-level conclusions from such data.
  • Pivot tables and data cubes provide mechanisms that can help with aggregating large data sets into summarizations that are more easily digestable, and hence useful for analysis. One view of a data cubes (sometimes also called an OLAP cube) is that a data cube is an extension to the two-dimensional array of a spreadsheet. An example usage for a data cube is that a financial analyst might want to view different summarizations of a data set. FIG. 1 is further described to provide a more specific example.
  • FIG. 1 shows a screen capture 101 of a portion of a spreadsheet of sales data 115 (column H as depicted) and associated with each row entry of sales data 115 are a plurality of dimensions collectively identified as 106, and which include Region, Territory, Business Type, Year 116, Quarter 117, and Month 118 (Year 116, Quarter 117, and Month 118 are separately numbered and provide an example of a natural hierarchical arrangement of dimensions). Each of these dimensions 105 has a plurality of values, and a selection of a value for each dimension is associated with a particular entry in sales data 115. For example, row 2 includes the value “Americas” for the region dimension and “2006” for the Year dimension associated with the Sales value 88,424.
  • Since this form of tabular data does not provide any sort of summarization of the sales data 115 according to any of the associated dimensions, mechanisms exist to help with that data summarization, one example of such mechanisms is a pivot table, and another related tool is a data cube. A pivot table is a data summarization tool found in data visualization programs such as spreadsheets. Among other functions, it can automatically sort, count, and total the data stored in one table or spreadsheet and create a second table displaying the summarized data. Pivot tables are useful to create crosstabs quickly. The user sets up and changes the summary's structure by dragging-and-dropping fields graphically. This “rotation” or pivoting of the summary table gives the concept its name.
  • FIG. 2A shows a screen shot 201 of a portion of a pivot table that can be created from the spreadsheet of FIG. 1. A Sum of Sales 205 is what has been selected to be summarized in the entries of the data columns, starting with column E. Dimensions Region (110), Territory, Business Type, and Product were selected to be dimensions that will cause row-based organization of the pivot table, while the naturally hierarchical dimensions Year, Month, and Quarter were selected as dimensions that will cause column-based organization of the pivot table. Values Americas 105 a and Asia 105 b are separately identified values within Region dimension 110. Each dimension selected for row-based organization appears in a separate column across a top portion of the pivot table, and are collectively identified as 210.
  • Since the sum of sales 205 was selected, the values presented at the intersections between the rows and columns present a sum of sales for the values of the dimensions corresponding to those respective rows and columns. For example, column E, row 5 depicts a sum of sales for 2006 for the Corporate business type, within the Central Territory, within the Americas Region.
  • Each dimension includes a drop down arrow that when selected results in appearance of a picklist, as shown in FIG. 2B for the example dimension Region. By selecting or unselecting values in this picklist, data for different values of the Region dimension can be shown or not shown. At least one value for each dimension must be selected, or the main pivot table organization must be revisited to remove that dimension (e.g., at least one region must be selected). As will be shown below, more granularity or less granularity of data specificity can be obtained by double clicking on different values for the row-based and column-based dimensions. Such double-clicking results in certain behaviors, some of which are summarized below.
  • Both the spreadsheet and the pivot table of these examples are very modest in size, and actual pivot tables can be substantially bigger in terms of the amount of data, including a number of dimensions, and a number of values appearing in each dimension (e.g., a SKU dimension could have hundreds of entries, a large retail chain could have hundreds of stores and thousands of SKUs). Thus, a pivot table can be extremely large.
  • Users have managed to use such pivot tables to advantage, and have benefitted from relatively large and still growing screen sizes available on desktop computers. However, mobile devices are proliferating and growing in an amount of available computer power. It would be desirable to be able to access such pivot tables from mobile devices, including laptops, smart phones and the like. These devices generally have smaller screens, and usually, more portable devices, such as smart phones have even smaller screens that portable devices such as laptops.
  • FIG. 2A illustrates an example display 220 of a mobile device, such that anything within the interior of display 220 would be what is viewed by a user of the mobile device. Thus, FIG. 2A further illustrates that a user of a mobile device having display 220 would be able to view only a very limited portion of even the small pivot table here.
  • FIG. 3 illustrates display 220 superimposed on another view of the same pivot table. Comparing FIG. 2A to FIG. 3, the difference between them illustrates that a user can double click on the “Central” value of the Territory dimension for the Americas region (i.e., Row 5, Column B contains the value “Central” for the Territory dimension, and this row also corresponds to the value “Americas” of the Region dimension. The pivot table responds by causing all the values for the Business Type and Product dimensions to be hidden, for all of the values of the Region dimension (i.e., including for values “Asia” and “Europe”). However, even with all of that extra detail hidden, not much of the pivot table can be viewed at one time, and it is apparent, for example, that data values even for the first year 2006 would not be visible at the same time as the Territory values to which those data values correspond.
  • FIG. 4 illustrates a further view 401 of the same pivot table, also having display 220 superimposed thereon. In view 401, a more expanded view of the row dimensions (See FIG. 2A) are depicted. This view 401 can be arrived at from the pivot table view of FIG. 3 first by double clicking on any of the Central values for any of the Regions (e.g., either the Central value for the Americas or Asia Region can be clicked, with the same result), then any of the then displayed Corporate values of Business type are double clicked, resulting in display of the Product values shown in view 401 (identified as 411, 312, and 413). At each step, a summarization of sales would be shown in the field data appropriate for that view. In other words, after one double click on Central, then corporate and retail values would be shown, and sales summarization for 2006 would be shown in column E.
  • From the view of FIG. 4, the view of FIG. 3 can be obtained again by double clicking only on any of the Central values of any Territory (i.e., the entire expanded view collapses with one double click.) However, the pivot table, if any of the Central regions is again clicked, would return to the view of FIG. 4, and would not first display only sum of sales data for Business type, for example. In other word, the pivot table remembers a previous degree of expansion and returns to that degree, rather than going through intermediate values. To cause the pivot table to traverse the intermediate dimensions requires double clicking on each intermediate dimension.
  • FIG. 5 illustrates an example of the same pivot table, where the Corporate value 505 in Row 5, Column C was selected, causing all the Product dimension values to be hidden. If the Central value of Column B, Row 5 were then double clicked, the view would return to that of FIG. 3, and if that Central value were double clicked again, the view would return to that of FIG. 5, not that of FIG. 4.
  • FIG. 6 also illustrates a screen capture 601 of a portion of the same pivot table. FIG. 6 is for illustrating another behavior of a pivot table. FIG. 6 illustrates that the column dimensions are expanded, such that the Year 2006 dimension also has displayed Q1, Q2, and Q3. Q2 has displayed months April, May, and June. The months April, May, and June were shown after double clicking on the Q2 value 605. The data values appearing in columns to the right of Q2 were moved farther to the right after displaying the constituent values under Q2. In other words, all that data still appears on the same page, and horizontally or vertically scrolling could cause portions of that data to be displayed within a display window.
  • FIG. 7 illustrates another screen capture 701 of a portion of the same pivot table, with two different instantiations of an example small display 705, and 706. Screen capture 701 is for illustrating that an option to freeze a view of both row and column dimensions can be selected, which in this case causes columns A-G to be frozen (collectively identified as 710), and as can be discerned by observing that after column G, the next column displayed is column AD. Unfrozen columns displayed are identified as 711. However, even with freezing these columns, on a small display, little context for the data that is currently displayed on the display is evident, as shown by the examples 705 and 706. For example, it would be difficult to discern what territory the value at Column G, row 7 was for. In a larger pivot table, all of the above behaviors would become even more problematic for viewing such information on a small display, such as that of a smart phone.
  • SUMMARY OF THE INVENTION
  • Aspects include a method of providing an interface for data displayed on a mobile device. The display has a periphery with first, second, third, and fourth edges, where the first and third edges parallel, and the second and fourth edges parallel. The interface is for interfacing with data comprising field data associated with a first set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension. Each dimension of the first set of dimensions has a respective plurality of values. The data also comprises a second set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension, where each dimension of the second set of dimensions also has a respective plurality of values.
  • The method comprises setting a vertical controlling dimension as the root dimension of the first set and a horizontal controlling dimension as the root dimension of the second set. The method also comprises causing display of values of the vertical controlling dimension in a first column along the first edge, display of values of the horizontal controlling dimension in a first row along the second edge, and a matrix of cells locatable by intersections between values of the first column and values of the first row. Each cell is populated based on a respective aggregation of the field data determined by the values locating that cell.
  • The method also comprises accepting user input indicative of selection of any displayed value. If the user input is indicative of selection of a displayed value from the vertical controlling dimension, then the method includes displaying only that selected value of the values of the vertical controlling dimension in a second column between the periphery of the display and the first column, updating the vertical controlling dimension to a subsequent dimension of the first set, and repeating the causing with the updated vertical controlling dimension.
  • If the user input is indicative of selection of a displayed value from the horizontal controlling dimension, then the method comprises displaying only that selected value of the values of the horizontal controlling dimension in a second row between the periphery of the display and the first row, updating the horizontal controlling dimension to a subsequent dimension of the second set, and repeating the causing with the updated horizontal controlling dimension.
  • Another aspect includes a computer readable medium storing computer readable instructions for implementing a method of providing an interface for data displayed on a display. The interface is for interfacing with data comprising field data associated with a first set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension. Each dimension of the first set of dimensions has a respective dimension identifier and a plurality of values. There also is a second set of dimensions having a traversal order beginning from a root dimension, through one or more subsequent dimensions, to a final dimension. Each dimension of the second set of dimensions has a respective dimension identifier and a plurality of values. The method comprises setting a controlling vertical dimension as the root dimension of the first set of dimensions and setting a controlling horizontal dimension as the root dimension of the second set of dimensions.
  • The method also comprises causing display of values of the vertical controlling dimension in a vertical controlling dimension column along the first edge, display of values of the horizontal controlling dimension in a horizontal controlling dimension row along the second edge, and a matrix of cells locatable by intersections between values of the vertical controlling dimension column and values of the horizontal controlling dimension row, each cell populated based on a respective aggregation of the field data determined by the values locating that cell.
  • The method further comprises detecting a selection by a user of any displayed value. If the selected value is from the vertical controlling dimension, then assigning the controlling vertical dimension as a previous controlling vertical dimension, assigning a subsequent intermediate dimension of the first set as the controlling vertical dimension, displaying values of the controlling vertical dimension in the vertical controlling dimension column, displaying the identifier for the previous controlling vertical dimension in a vertical dimension navigation tab, and updating the array locations to display an aggregation of the field data based on the updated values of the controlling vertical dimension.
  • If the selected value is from the horizontal controlling dimension, then assigning the controlling horizontal dimension as a previous controlling horizontal dimension, assigning a subsequent intermediate dimension of the second set as the controlling horizontal dimension, displaying values of the controlling horizontal dimension in the horizontal controlling dimension row, displaying the identifier for the previous controlling horizontal dimension in a horizontal dimension navigation tab, and updating the array locations to display an aggregation of the field data based on the updated values of the controlling horizontal dimension; and continuing with the detecting.
  • Variations on the above subject matter are present other aspects, as well as implementations embodied in computer readable media, and in mobile device systems, and the like. Other features and advantages of the invention will be apparent to persons skilled in the art from the following detailed description of embodiments thereof in conjunction with the appended drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The following detailed description makes reference to the following figures.
  • FIGS. 1-7 provide background to aspects of FIGS. 8-34; these figures are described in more detail below.
  • FIG. 1 provides an example of a portion of a spreadsheet of tabular data;
  • FIG. 2A is an example of a portion of a pivot table based on the spreadsheet of FIG. 1;
  • FIG. 2B illustrates an aspect of selecting data displayed in the pivot table;
  • FIG. 3 illustrates a hypothetical small display imposed over a view of the pivot table;
  • FIG. 4 illustrates the hypothetical small display imposed over another view of the pivot table;
  • FIGS. 5 and 6 illustrates other aspects of the pivot table;
  • FIG. 7 illustrates further aspects of the pivot table, as well as overlays of the small display;
  • FIG. 8 illustrates an architecture for an aid to navigating and viewing data from such a pivot table;
  • FIG. 9 illustrates other aspects of the architecture;
  • FIG. 10 illustrates aspects of a first method, portions of which are described in detail with respect to later figures;
  • FIGS. 11-13 relate to display content, described in the specification;
  • FIG. 14 relates to a method of formatting a display;
  • FIGS. 15-16 relate to examples referred to with respect to FIG. 14;
  • FIG. 17 relates to a vertical flipping method;
  • FIGS. 18-21 relate to examples referred to with respect to FIG. 17;
  • FIG. 22 relates to a horizontal flipping method;
  • FIGS. 23-26 relate to examples referred to with respect to FIG. 22;
  • FIG. 27 relates to drill up/drill down methods;
  • FIGS. 28-33 are used in description relating to FIG. 27; and
  • FIG. 34 illustrates an alternative format approach to aspects described with respect to the above figures.
  • DETAILED DESCRIPTION
  • The following description is presented to enable any person skilled in the art to make and use a method and apparatus to navigate a document, in accordance with embodiments of the invention, and is provided in the context of particular applications and their requirements. Various modifications will be readily apparent to those skilled in the art based on the disclosures here, and principles defined herein may be applied to other embodiments and applications without departing from the spirit and scope of the invention. Moreover, in the following description, numerous details are set forth for the purpose of explanation. However, one of ordinary skill in the art will realize from these disclosures that the invention might be practiced without the use of these specific details. In other instances, well-known structures and processes are shown in block diagram form in order not to obscure the description of the invention with unnecessary detail. Thus, the present invention is not intended to be limited to the examples shown, but is to be accorded the widest scope consistent with the claims appended hereto.
  • The Background provided examples of some challenges arising from attempting to use pivot tables on a small display device. However, it also would be desirable to allow users familiar with pivot tables and other database programs to continue to use well-known interfaces for creating pivot tables, rather than asking users to learn a different interface. Thus, it is desirable to provide an intermediate layer that can be used by a user when that user wants to access a pivot table on a small display device.
  • Various examples here will be provided in the context of a possible shape of a display for a small device, such as a smart phone. However, it is to be understood that the disclosures herein are not limited to a particular form factor display, nor to displays for mobile devices, or particular types of mobile devices. Rather, the disclosures herein are applicable to any situation where an amount of data (i.e., data field entries) sought to be displayed are not conveniently shown within a display of a given size.
  • Also, even though user input may be described as receiving “click” information, or the like, it also is to be understood that user inputs can come from any of a variety of sources, including touch screen inputs, mouse inputs, voice commands, keyboard commands, shortcuts, and the like.
  • FIG. 8 illustrates an architecture 800 wherein an intermediate Navigator 805 can be interposed between a display 810 and a source of data 815 that will be displayed, in various aggregations on display 810. The source of data 815 can include any kind of data cube program, such as implementations that can use OLAP databases and provide data cube reports, or pivot tables.
  • FIG. 9 illustrates aspects of a system 900 for implementing accessibility of data cubes and pivot tables on mobile devices. System 900 includes a data source 905, which can include any kind of pivot table, or any other source of data comprising tabular data values organized according to at least two different sets of dimensions, such that different summarizations can be achieved through selection of values in each of the sets of dimensions, i.e., a data cube. Data for a given data cube is processed by processing 910 and stored, and/or made accessible by a server 915 having access to a storage facility for storing output from the processing 910. Server 915 communicates with mobile device 930, by for example wireless or wired networks, a direct cable synchronization, Bluetooth, transferring data files by physical media, and the like. Device 930 includes a CPU 931 for executing computer readable instructions made available to it, and which may implement aspects disclosed herein. Device 930 also includes a display 935 that can be implemented using LCD, OLED, plasma, CRT, and other display technologies.
  • Processing of the data cube or pivot table information can include reading the information and tagging portions of the information with metadata that allow identification and interpretation of the data. For example, subtotal data can be read and tagged as such. Then, the metadata and the values associated with the tags can be stored, along with the underlying data in a file.
  • Depending on the implementation, some portion or all of data 920 can be stored on mobile device 930, as represented by data 925 stored in storage 933 accessible by device 930. For example, it may generally be more convenient to download the entirety of data 920 to the mobile device to allow lower latency access to such data. Storage 933 also can include storage of other data, such as data for an operating system, and also for storage of computer readable instructions for implementing methods according to any of the example displays and methods provided herein. Storage 933 preferably includes at least some non-volatile memory, and can include solid state memory such as flash memory, as well as hard disk memory. Storage also can encompass any other type of memory technology that may be used, such as ferromagnetic memory, phase change memories, rewritable optical memories, and so on
  • It is desirable to allow users to create pivot tables and otherwise specify data cubes with tools that they already understand. Therefore, translation mechanisms can be provided to take a natively-formatted data cube or pivot table and convert that native format into a format for usage here. Alternatively, but not preferably, examples provided herein also can use the data in a native format.
  • By example of pivot tables, a pivot table can be specified in a format comprising data and metadata that describes how the data should be arranged. For example, a specification of the pivot table of FIG. 2A would include metadata for specifying the dimensions arranged along the vertical (values occupying rows) and horizontal axes (values occupying columns). In other words, the metadata specifies that Region is a first dimension, followed by Territory, and so on. Other data included in the specification are the values for the dimensions, and summarizations for each combination of values along the different axes (e.g., a total for the Year 2008 in the Americas region, of which there also would be a total for each Territory in the Americas region for the Year 2008, which collectively sum to the total for the whole Region).
  • In this example, such metadata can be used to create a tree for the respective values of each dimension in each of the two sets of dimensions present in the pivot table, such that relationships between different dimensions of a set, and hence values of each dimension are easily determined.
  • Interaction Method
  • FIG. 10 illustrates high-level aspects of a method 1000 for implementing a user interface that allows easier access to pivot table data. For clarity of explanation, various component portions of method 1000 are introduced here, but explained in more detail separately in the following paragraphs and in further figures. Method 1000 begins with displaying, for a selected report, a highest level of aggregation page view (FIG. 12). Once this view is displayed, a user can begin interacting with the view, through any form of input available (e.g., touch screen, mouse, stylus, voice commands, etc.) Thus, method 1000 includes a variety of decision points that represent differentiating between different inputs that can be received from a user for working with the view presented. This method is presented as a cyclic iteration among these different decision points, but as can be perceived from this example, any of a variety of other arrangements of the components of this method can be provided, as well as a variety of interconnections between them. Thus, method 1000 illustrates consideration of types of input to be differentiated, while further disclosure shows how the input affects the views displayed, such that other arrangements accomplishing these view effects would be apparent therefrom.
  • First, within the view presented, a user can flip either vertically or horizontally, and so, vertically flipping is detected at step 1010, and horizontal flipping is detected at step 1015. If vertical flipping (1010) is detected, then method 1000 proceeds to 1020 (FIGS. 17-21), for updating the view, and if horizontal flipping (1015) is detected, then method 1000 proceeds to 1025 (FIGS. 22-26) for updating the view accordingly. When the view has been updated for either flipping, then 1020 and 1025 return to detect whether the user has provided input for horizontal drill down (1035), and if so then the view is updated at 1045 (FIGS. 27-31). If there is no horizontal drill down, then vertical drill down input is detectable (1030), and if detected then the view is updated with 1040 (FIGS. 27-33). Upon return from 1040 or 1045, or by not detecting either drill down input, then drill up vertical input is detectable (1050) and if detected then 1065 updates the view displayed accordingly. If no vertical drill up input is detected, then horizontal drill up is detectable (1055), and if detected then 1070 updates the view displayed.
  • Returning from either 1065 or 1070, method 1000 goes to the beginning of input classification (flipping 1010) for further inputs, or further classification of existing inputs. Method 1000 can terminate 1060 by detecting user input to close the navigation function, and if no such input is detected, then the method returns to classifying/detecting vertical flipping input 1010.
  • As would be appreciated, method 1000 thus illustrates an example of how an input can be classified. Various other classification routines for these classifications would be evident. For example, after returning from view updates, a local loop can be provided for further input detection/classification (e.g., a local loop can be provided such that returning from 1020 would again detect vertical flipping at 1010.) In FIG. 10, a separate identifier link is provided for processing of each type of input, but in the following description some of the concepts are treated with respect to others, and whether or not certain of the processing shown in FIG. 10 is handled distinctly or together is a matter of implementation.
  • Overview of Display
  • FIG. 11 illustrates an example display 1105 populated with a report list, which can include identifying titles for the reports, e.g., title 1110, as well as an indication when such report was created (e.g., date 1120), or alternatively, whether the report is synchronized with a data source (e.g., data source 905).
  • FIG. 12 illustrates a highest level of aggregation view 1200 based on the same data (FIG. 1) as the pivot table background information of FIGS. 2-7, aspects of which are described below. First, a vertically oriented tab column 1202 (a.k.a. a tab field) having one or more values for at least one highest level dimension is displayed along a first edge of the example view 1200. Referencing FIG. 2A, the highest level row-based dimension of that pivot table is Region, and it has values “Americas”, “Asia”, and “Europe”, which are the values appearing in the tab column 1202, each value of which is a separately distinguishable entry (i.e., selection of Americas can be distinguished by the system from selection of Asia, as will be addressed below). Column 1202 has a width 1210 (also referred to as WidthVT).
  • A horizontally-oriented tab row 1203 appears along a second edge of view 1200 (in this example, along a top horizontal portion). Tab row 1203 displays values for a highest-level column-based dimension of a data cube input (e.g., a pivot table). Referencing again FIG. 2A, a highest-level dimension forming columns in that pivot table is Year, and it includes values 2006, 2007, and 2008. As evident from view 1200, not all of these dimensions are displayed, in that the amount of room is insufficient to do so, and aspects of view space allocation are addressed below. In particular, a width 1220 of view 1200 allocatable to columns is defined, and a width of a first column 1215 also is identified in FIG. 12.
  • As is evident from FIG. 12, entries summarizing the tabular data from the raw spreadsheet (partially shown in FIG. 1) are provided at intersections between rows and columns in view 1200. For example, at the intersection between Americas and 2008, a sum of sales for 2008 in the Americas region is presented.
  • A further aspect of view 1200 is that a horizontally arranged totals field 1211 is presented at a fourth edge of view 1200, opposite the second edge (in this example, proximate a bottom of view 1200). The totals field 1211 would have space available to display a total of the row entries displayed for each column displayed. For example, the total for all values of the dimension Region in 2008 is shown. Totals field 1211 provides a predictable and always viewable location for such information. By contrast, a pivot table such as that of FIG. 2A presents such information in a row at the end of the pivot table, which can vary based on the granularity of the view currently shown (e.g., the view of FIG. 2A would have such a total in a row different from the view of the same pivot table shown in FIG. 4 (row 23 in FIG. 2A versus row 31 in FIG. 4). For a smaller display, such total information may thus be visible at some times and would require scrolling at other times to view. Of course, in conventional pivot tables, when scrolling through a page of data searching for a particular value or total, or the like, other data previously displayed would disappear, causing the context provided by such data to be lost.
  • FIG. 13 shows an outline 1300 of view 1200 with the fields identified above. As is evident, a total width of the display is approximately divided between the width of devoted to data columns (1220) and the width (1210) devoted to the vertically oriented tab field 1202. Likewise, a height of the display is generally divided among field 1203, field 1205, and totals field 1211. Depending on particulars of any given case, including aspects of what information is available from a given data source and what kind of display is available, it may be desirable to orient the pivot table such that a smaller dimension of the display is used for the vertically oriented tab field (1202) and a longer dimension is used for the horizontally oriented tab field (1203). Logic can be provided to select an orientation, and a user also may be provided the ability to select an orientation. Therefore, the terms horizontal and vertical are not used in an absolute sense, but rather for providing terminology useful in describing the examples presented.
  • Display Formatting
  • FIG. 14 illustrates a method 1400 providing an example implementation accounting for some aspects of how screen space can be allocated among the fields identified in FIGS. 12 and 13. Method 1400 includes setting reference number L to 1, and then examining the first entry of the vertically oriented tab field 1202, identified as Text String L (TSL). If all the characters of TSL collectively are equal to or shorter than the width 1210 (WidthVT), then all characters can be displayed, e.g., “Europe” in FIG. 15 is shorter than WidthVT and all characters are displayed.
  • However, if length of TSL is greater, then method 1400 determines whether TSL has multiple words, or otherwise allows splitting or a reasonable hyphenation (1407). If so, then TSL is split among two different lines. For example, “Southeast Asia” can be split such that “Southeast” is provided on one line and “Asia” on a following line. In an embodiment, when one entry in the vertically oriented tab field is split to two lines, all tab entries can be increased to two lines of space, even though not all such tab entries may require two lines of space.
  • Then, for the longest line, it is also determined whether the characters of TSL on that line are longer than WidthVT (1406), and if so then, Cmax can be displayed on that line, and 4 fewer than Cmax characters of TSL are displayed (1410), followed by an ellipse (1420) (i.e., in this example, there is space allocated for display of the ellipse “ . . . ” if there is not enough space to show the entire text entry). The first tab field of FIG. 15 provides an example of this, with “North Ameri . . . ” being displayed for a TSL “North America”.
  • Then, columns of field 1205 are considered. A priority of method 1400 is to fully display the numbers of at least one column, so at 1430 it is determined whether the length of Data String L (DSL) is greater than the width of the entire data field 1205 (WidthCA), and if so, then DSL cannot be fully displayed in field 1205, and a “###” entry is displayed instead 1440. Otherwise, DSL is displayed (1435).
  • Then, it is determined (1445) whether there are more columns in the row under consideration, and if so, then L is incremented (1450) and then at 1455 it is determined whether the remaining width of field 1205 can display the entirety of DSL (e.g., for L=2, DSL is $1,590,243 in FIG. 15).
  • This remaining width can be defined by
  • Width CA - a L - 1 p = 1 LengthofDS p .
  • If such remaining width is greater than length of DSL, then the entire string can be displayed (1435), and if not then a portion of DSL that can be displayed is displayed. FIG. 16 provides an example where only a portion of strings under the 2007 column can be displayed. The same procedure can be applied in total field 1211.
  • Then, method 1400, after 1460 returns to determine whether there are more columns 1445, and if not then it is determined whether there are more rows 1465, if so, then the next row is examined 1475, and if not then method 1400 can terminate 1470.
  • For further rows, step 1455 of method 1400 would operate by using the longest data string in a particular column for determining whether the remaining width of field 1205 is enough to display a given data string under consideration. For each row, step 1405 may cause the width of the first column to increase from what was set by a previous row, such that the longest data string determines the width of the first column, and of subsequent columns.
  • It also is to be noted that method 1400 usually would be executed each time another navigation procedure is undertaken. For example, after drill down/drill up either vertically or horizontally, method 1400 would be used to organize the display.
  • FIG. 17 is for illustrating an example method 1700 of flipping vertically in response to user input to update a display as shown in accompanying FIGS. 18-21. method 1700 begins with a display being at row 0, meaning that a first row displayed is called row 0, as illustrated by example in FIG. 18 with the row of area 1 being row 0. A vertical movement indication is received 1710, and an amount of movement indicated is quantified and divided modulo by a row height. The remainder of that division is compared with one half of the row height HR1/2. If that remainder amount of movement was greater than one half of the row height, then the next row is displayed (1725), and if it is not then row 0 continues to be displayed (1720). In other words, the display can be allowed to move in response to user input, but if the input is not enough to be more than half of a row height, then the display can return to displaying the same set of rows. Or, any number of rows can be flipped through, but the final step is to determine whether any amount in excess of a row height is enough to flip to the next row or return to the previous, such that no stopping in the middle of two rows is permitted.
  • FIG. 19 illustrates an example where a vertical movement was received and quantified that row 0 has moved from (0,0) to (0,Y), such that if Y>½ the row height, then the row 0 display is shown in FIG. 21, wherein the row of area 5 now is row 0. FIG. 20 shows the converse, wherein area 4 remains row 0, which is the result if the vertical movement received is less than half of the row height. The row height of row 0 can be used, if row heights are not all equal. If the movement is precisely half, then it can be the case that either that the row will flip or not (i.e., a tie can be resolved either way).
  • FIG. 22 illustrates an example horizontal flipping method 2200. Method 2200 starts begins with column 0 as illustrated in FIG. 23, meaning that a reference point can be identified as (0.0). Then, a horizontal movement is received (2210), as shown by the display of FIG. 24, which shows the point (0.0) having moved to the left, such that part of column 0 is obscured. Then, it is determined (2215) whether the movement is less than one half of the width of column 0. If so, then the view flips back (see FIG. 26), and if not then the next column becomes the first column displayed (see FIG. 25). As with the vertical flipping, full column amounts of flipping cause full columns to flip, while whether an amount remaining of any movement being more or less than half of a given column width (the then column 0) determines whether or not another column will flip.
  • “Drill Down”
  • FIG. 27 illustrates a method 2700 for navigation using the user interface shown in previous figures. For clarity, one method is explained in more detail for both horizontal tab and vertical tab drill down, as the steps are similar, but the horizontal drill down is first shown and described, followed by further figures relating to the vertical tab drill down.
  • Method 2700 is entered at step 1045 (FIG. 10), and begins with receiving (or otherwise, identifying) a selection of a horizontal tab or a vertical tab (examples to horizontal) that represents (displays) a value of a current dimension arrayed along the horizontally oriented tab field display (see 1203 of FIGS. 12 and 13). In these examples, “horizontal tab” drill down describes exposing more granular levels of tabs presented along a horizontal axis (see FIG. 12, 1203) and “vertical tab” drill down describes exposing more granular levels of tabs presented along a vertical axis (see FIG. 12, 1202).
  • In response, a previous configuration of tabs is rearranged such that tabs previously displayed are moved back (2710), and if more than an allowable number of tabs, including tabs for the new values to be displayed are too great (determination in 2715), then those excess tabs are hidden, and an indicator arrow is provided (2725) to their existence. In either case, new tabs representative of values for the dimension relating to the value of the tab selected are shown (2720), and the data displayed in field 1205 is updated based on the new values presented.
  • FIGS. 28-31 provide an example of horizontal tab drill down. FIG. 12 serves as a starting point, where a highest level dimension (Year) has its values displayed (2006 and 2007) are visible in FIGS. 12, and 2008 would be visible if horizontal flipping (see FIG. 22) were used to expose that value. Thus, the values of the Year dimension are displayed as tabs in field 1203. FIG. 28 shows an interrelationship between the Dimensions related to the horizontal tab field (i.e., the pivot table was designed to display these dimensions as column-oriented data; see FIG. 2A). As evident from FIG. 28, Quarter is the dimension hierarchically more specific to the Year dimension, Month is the hierarchically more specific dimension to Quarter, and Week is the dimension for Month. Each of these dimensions has respective values (e.g., Quarter has values Q1 . . . Q4, and so on).
  • Then assuming that the horizontal drill down input received was a selection of the Tab for 2008 (e.g., flipping to expose 2008, then selecting that tab), method 2700 first responds by moving the 2008 tab back from the field 1205, and hiding (no longer displaying) any tab relating to other values of the Year dimension, as shown in FIG. 29. Then, method 2700 causes display of the next dimension (Quarter) in tabs controlling the contents of field 1205 (FIG. 29).
  • In other words, Year has 3 values, and when Year is the active dimension (i.e., the dimension whose values control the content of field 1205, all of the values for the Year dimension can be exposed by flipping within one page. When one of those values is selected for drill down, the other values are then hidden, such that flipping would not expose data relating to years other than 2008. This is by contrast with pivot tables, where increasing granularity of data for one year causes the other data to be pushed somewhere else on the same page, and to view it, one must scroll to find it and view it.
  • Thus, after that selection of 2008 (2810 of FIG. 28), method 2700 would cause the intersections between the rows and columns of field 1205 to be updated to represent data summarizations reflecting the same Region values, but specifically for the Quarter dimension values of 2008. The totals of totals field 1211 also would be updated.
  • FIG. 30 illustrates that the process can continue by selection of one of the Quarter dimension values; here, Q1 is selected (2815 of FIG. 28). Then, the values of the next dimension (dimension=Month, and values Jan. . . . Dec.) are displayed, and method 2700 again updates the data field 1205 and totals field 1211. FIG. 31 illustrates that when the January value is selected (2820 of FIG. 28), such that the next dimension (Week) values are presented, that the 2008 tab is hidden (no longer displayed), such that only 3 levels of tabs are shown, and an indicator arrow is provided for indication that further higher dimensions are available. Instead of or in addition to a number, an amount of screen space devoted to the horizontally oriented column tabs also can control how many tabs are displayed at a given time. If desired, abbreviations, or ellipses can be used to shorten value identifiers. Collectively, the transitions between values of different dimensions (e.g., 2810, 2815, and 2820) can be called a navigation path, in that the values selected during such navigation represent how a user navigated to a present view. Since there are multiple sets of dimensions in use, there can be a navigation path for each set of dimensions.
  • FIGS. 32 and 33 illustrate views of drilling down for the vertical tabs, which proceeds similarly to the horizontal tab drill down explained above. In these examples, a smaller column of tabs having values oriented along the first edge can be provided, such that multiple values for multiple previous dimensions are presented along that first edge, as shown in FIG. 33. This configuration uses less screen space than causing a separate column for each value tab for each previous dimension. This tab orientation also can be employed in the horizontal tabs, if desired. As can be observed, the data summarizations are updated to reflect the controlling dimension (e.g., FIG. 32 shows that the summarizations are for each territory value within the Americas region, and FIG. 33 shows that summarizations are for the Corporate/Retail values of the Business Type dimension, within the Central territory of the Americas region).
  • “Drill up”
  • Similarly, once there has been at least one dimension more granular than the most general dimension for either the horizontally or vertically oriented tab fields, then a “drilling up” operation can be conducted in response to selection of a less granular/less specific tab. Referencing FIGS. 29-31, in the sense that the Year dimension was controlling (i.e., controlled the field data summarizations), the Year dimension can be called a previous dimension to the Quarter dimension, and similarly both the Year and Quarter dimensions are previous to the Month dimension in FIG. 30.
  • Thus, in some example implementations, more than one previous dimension can have a value displayed that with other values represent at least a portion of a path through the values of the dimensions. In other words, FIG. 28 shows arrows 2810, 2815, and 2820 that depict a path through the values of the dimensions. These values are displayed in the tab fields (at least up to a maximum number, as described above), so that previous dimensions are presented through the values of those dimensions that were selected.
  • Therefore, it is provided that for drilling up, a previous dimension can be recalled by clicking on the value of that dimension displayed in its tab field. For example, in FIG. 30, the year 2008 dimension can be clicked such that the display would be returned to that of FIG. 12. Or, the Quarter 1 tab could be selected to return the display to that of FIG. 29. When no previous dimensions remain undisplayed, then the indicator arrows are removed (e.g., returning from FIG. 31 to FIG. 30). The indicator arrow itself also can be made selectable such that the first hidden dimension can be recalled and the value of that dimension which was selected (e.g., in FIG. 31, 2008) would be exposed as the controlling dimension for the data field summarizations.
  • FIG. 34 illustrates another approach to navigating a display like that of FIG. 12. Instead of maintaining multiple tabs for each set of dimensions along respective horizontal and vertical edges (e.g., FIG. 32, above), Buttons 3405 and 3410 can be provided respectively that display a value corresponding to what was previously selected to arrive at the display, as it presently is. For example, in FIG. 34, Americas was previously selected, such that the controlling dimension is Territory along the vertical tab column (see FIG. 12, 1202), while the horizontal button 3410 displays 2008, which was the value of the Year dimension selected to arrive at the Quarter dimension display currently shown in FIG. 34. Thus, drill down occurs by selecting tabs from the tab fields bordering the field 1205, while drill up occurs by selecting the buttons 3405 and 3410, respectively for vertical tab drill up and horizontal tab drill up.
  • In sum, the above-described drill-up and drill-down processes allow user selection of horizontal and vertical controlling dimensions, which control aggregations of data values in the data field. For ease of reference, values of a vertical controlling dimension are described, in an example, as being displayed in a vertical controlling dimension column. When there is drill-down, the vertical controlling dimension column is repopulated with values for each subsequent vertical controlling dimension (i.e., as the vertical controlling dimension changes, the column for displaying values of the vertical controlling dimension is repopulated with those values). Similar description applies for the horizontal controlling dimension. Also, one or more prior controlling vertical/horizontal dimensions can be displayed between respective edges of the display and the controlling dimension row/column, such that the controlling row/column is proximate the array (matrix) of data values.
  • All of the foregoing methods, and constituent steps, decisions, and determinations can be represent examples of implementations of system functions and other computation to display the example user interface screens of the various figures. Aspects of these disclosures are implementable in a variety of ways, and implementations often would rely on preexisting code for providing certain functions, such as drawing tabs, detecting inputs, changing screen displays, providing summation calculations, memory management, and other mathematical functions that may be needed or useful.
  • In this specification, the terms “computer program medium” and “computer useable medium” are used to generally refer to any media capable of storing information for retrieval by a machine, and interpretable as machine readable instructions. Such instructions, can generally be referred to as “computer program code” (which may be grouped in the form of computer programs or other groupings), when executed, and enable machines to perform features or functions of the present invention as discussed herein.
  • The foregoing description and drawings of preferred embodiments in accordance with the present invention are merely illustrative of the principles of the invention. Various modifications can be made to the embodiments by those skilled in the art without departing from the spirit and scope of the invention, which is defined in the appended claims

Claims (16)

1. A method for displaying summarization results on a display of a device with limited display area, the results based on field data, the method comprising:
displaying a first set of coordinate values in a first portion of a display screen of the device;
displaying a second set of coordinate values in a second portion of the display screen;
displaying a first set of aggregate values in a third portion of the display screen, each aggregate value from the set of aggregate values obtained by aggregating field data associated with a coordinate value from the first set of coordinate values and a coordinate value from the second set of coordinate values;
receiving an input identifying a value from the first set of coordinate values;
receiving a third set of coordinate values mapping to the value identified by the input;
receiving a second set of aggregate values, each aggregate value obtained by aggregating field data associated with a coordinate value from the third set of coordinate values and a coordinate value from the second set of coordinate values; and
displaying the third set of coordinate values substantially in the first portion of display screen and the second set of aggregate values substantially in the third portion of the display screen.
2. The method of claim 1, further comprising:
responsive to receiving the input, ceasing the display of the first set of coordinate values in the first portion of display screen.
3. The method of claim 1, further comprising:
responsive to receiving the input, ceasing the display of the first set of aggregate values in the first portion of display screen.
4. The method of claim 1, wherein displaying the third set of coordinate values in the first portion of display screen replaces the display of the first set of coordinate values, and displaying the second set of aggregate values in the third portion of the display screen replaces the display of the first set of aggregate values.
5. The method of claim 1, wherein the field data comprises values associated with a first ordered set of dimensions and a second ordered set of dimensions, each dimension from the first ordered set and the second ordered set associated with a set of coordinate values, and each value from the field data associated with a coordinate value from each dimension.
6. The method of claim 5, wherein each coordinate value from a selected dimension from an ordered set of dimensions maps to one or more coordinate values from a dimension succeeding the selected dimension in the ordered set.
7. The method of claim 1, wherein the first set of coordinate values is from a first dimension of the first ordered set of dimensions and the third set of coordinate values is from a second dimension of the first set of dimensions, such that the first dimension and second dimension are adjacent to each other in the first ordered set of dimensions.
8. The method of claim 1, wherein the first set of coordinate values is displayed as a vertical column, the second set of coordinates is displayed as a horizontal row, and the first set of aggregate values is displayed as a matrix of rows and columns, the rows associated with coordinate values from the first set of coordinates and the columns associated with coordinate values from the second set of coordinates.
9. The method of claim 1, wherein the identified value is displayed adjacent to the third set of coordinate values.
10. The method of claim 1, wherein the input received is a first input received and the value identified is a first identified value, the method further comprising:
receiving a second input identifying a second value from the second set of coordinate values;
receiving a fourth set of coordinate values, wherein each of the fourth set of coordinate values is associated with the second identified value;
receiving a third set of aggregate values, each aggregate value of the third set of aggregate values obtained by aggregating field data associated with a coordinate value from the third set and a coordinate value from the fourth set; and
displaying the fourth set of coordinate values substantially in the second portion of display screen and the third set of aggregate values substantially in the third portion of the display screen.
11. The method of claim 1, wherein the first set of aggregate values includes a row substantially parallel to an edge of the display screen, the method further comprising
receiving scrolling input in a direction substantially perpendicular to the edge;
quantifying an amount of scrolling input received; and
responsive to the amount of scrolling input received being greater than or equal to about one half of a width of the row, shifting a matrix of cells displaying the first set of aggregate values in a direction of the scrolling input received, in an amount approximately equal to the width of the row.
12. A non-transitory computer readable medium storing computer readable instructions for implementing a method for displaying summarization results based on field data on a display of a device with limited display area, the method comprising:
displaying a first set of coordinate values in a first portion of a display screen of a device having a limited display area, a second set of coordinate values in a second portion of the display screen, and a first set of aggregate values in a third portion of the display screen, each aggregate value from the set of aggregate values obtained by aggregating field data associated with a coordinate value from the first set of coordinate values and a coordinate value from the second set of coordinate values;
receiving an input identifying a value from the first set of coordinate values;
receiving a third set of coordinate values, such that the identified value maps to each of the third set of coordinate values;
receiving a second set of aggregate values, each aggregate value from the second set of aggregate values obtained by aggregating field data associated with a coordinate value from the third set of coordinate values and a coordinate value from the second set of coordinate values; and
displaying the third set of coordinate values substantially in the first portion of display screen and the second set of aggregate values substantially in the third portion of the display screen.
13. The non-transitory computer readable medium of claim 12, wherein the method further comprises:
responsive to receiving the input, ceasing the display of the first set of coordinate values in the first portion of display screen.
14. The non-transitory computer readable medium of claim 12, wherein displaying the third set of coordinate values in the first portion of display screen replaces the display of the first set of coordinate values, and displaying the second set of aggregate values in the third portion of the display screen replaces the display of the first set of aggregate values.
15. The non-transitory computer readable medium of claim 12, wherein the field data comprises values associated with a first ordered set of dimensions and a second ordered set of dimensions, each dimension from the first ordered set and the second ordered set associated with a set of coordinate values, and each value from the field data associated with a coordinate value from each dimension.
16. The non-transitory computer readable medium of claim 12, wherein the first set of coordinate values is from a first dimension of the first ordered set of dimensions and the third set of coordinate values is from a second dimension of the first set of dimensions, such that the first dimension and second dimension are adjacent to each other in the first ordered set of dimensions.
US13/352,233 2008-01-23 2012-01-17 User interface method and apparatus for data from data cubes and pivot tables Abandoned US20120112997A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/352,233 US20120112997A1 (en) 2008-01-23 2012-01-17 User interface method and apparatus for data from data cubes and pivot tables

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US2305808P 2008-01-23 2008-01-23
US12/197,893 US8127223B2 (en) 2008-01-23 2008-08-25 User interface method and apparatus for data from data cubes and pivot tables
US13/352,233 US20120112997A1 (en) 2008-01-23 2012-01-17 User interface method and apparatus for data from data cubes and pivot tables

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/197,893 Continuation US8127223B2 (en) 2008-01-23 2008-08-25 User interface method and apparatus for data from data cubes and pivot tables

Publications (1)

Publication Number Publication Date
US20120112997A1 true US20120112997A1 (en) 2012-05-10

Family

ID=40877409

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/197,893 Active 2029-08-11 US8127223B2 (en) 2008-01-23 2008-08-25 User interface method and apparatus for data from data cubes and pivot tables
US13/352,233 Abandoned US20120112997A1 (en) 2008-01-23 2012-01-17 User interface method and apparatus for data from data cubes and pivot tables

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/197,893 Active 2029-08-11 US8127223B2 (en) 2008-01-23 2008-08-25 User interface method and apparatus for data from data cubes and pivot tables

Country Status (2)

Country Link
US (2) US8127223B2 (en)
WO (1) WO2009094557A2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140279832A1 (en) * 2013-03-15 2014-09-18 Decisyon, Inc. Systems, devices, and methods for generation of contextual objects mapped by dimensional data to data measures
US10057108B2 (en) 2014-01-02 2018-08-21 Decisyon, Inc. Systems, devices, and methods for exchanging and processing data measures and objects
US10896205B2 (en) * 2018-04-30 2021-01-19 Pelatro Pte. Ltd. Interactive on-demand hypercube synthesis based multi-dimensional drilldown and a pivotal analysis tool and methods of use
US11144184B2 (en) 2014-01-23 2021-10-12 Mineset, Inc. Selection thresholds in a visualization interface
US20220215162A1 (en) * 2020-11-28 2022-07-07 Hebei Institute of Science and Technology Innovation Strategy Processing method for presenting indicator hierarchy and classification of data in spreadsheet
US20220284182A1 (en) * 2021-02-26 2022-09-08 Finicast, Inc. Apparatus and method for forming pivot tables from pivot frames

Families Citing this family (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7779346B2 (en) * 2006-10-03 2010-08-17 Research In Motion Limited System and method for freezing columns and rows in a UI table
US20100017699A1 (en) * 2008-07-20 2010-01-21 Farrell Glenn H Multi-choice controls for selecting data groups to be displayed
US9223771B2 (en) * 2008-09-30 2015-12-29 Apple Inc. Locking spreadsheet cells
US9087337B2 (en) * 2008-10-03 2015-07-21 Google Inc. Displaying vertical content on small display devices
US20100153215A1 (en) * 2008-12-12 2010-06-17 Microsoft Corporation Enhanced search result relevance using relationship information
US20100205556A1 (en) * 2009-02-10 2010-08-12 Alfa Laval Corporate Ab Human machine interface navigation tool
US9652117B2 (en) * 2009-02-18 2017-05-16 International Business Machines Corporation Displaying a representation of data in conditions of limited visual space
US8595254B2 (en) * 2009-04-03 2013-11-26 Promethean, Inc. Roster building interface
US20100257136A1 (en) * 2009-04-03 2010-10-07 Steven Velozo Data Integration and Virtual Table Management
US20100255455A1 (en) * 2009-04-03 2010-10-07 Velozo Steven C Adaptive Assessment
US8452755B1 (en) * 2009-05-12 2013-05-28 Microstrategy Incorporated Database query analysis technology
US20100318537A1 (en) * 2009-06-12 2010-12-16 Microsoft Corporation Providing knowledge content to users
TWI442271B (en) * 2009-07-03 2014-06-21 Wistron Corp Method for multiple touch modes,method for applying multi single-touch instruction and electronic device with touch control device performing these methods
US9069747B2 (en) * 2010-08-26 2015-06-30 Sap Se Methods, apparatus, systems and computer readable mediums for use in association with electronic spreadsheets
US9740673B2 (en) * 2010-09-18 2017-08-22 Oracle International Corporation Presentation of hierarchical data in multiple consistent views
US8250459B2 (en) * 2010-12-13 2012-08-21 Google Inc. System and method for providing online data management services
US9009583B2 (en) * 2010-12-27 2015-04-14 Microsoft Technology Licensing, Llc Creating cross-tabular reports
US8700986B1 (en) 2011-03-18 2014-04-15 Google Inc. System and method for displaying a document containing footnotes
US8595610B2 (en) * 2011-01-25 2013-11-26 Infineon Technologies Ag Method, software and computer system for manipulating aggregated data
US8510266B1 (en) 2011-03-03 2013-08-13 Google Inc. System and method for providing online data management services
US20120254787A1 (en) * 2011-03-29 2012-10-04 Dusan Toman Method and system for accessing data
US8719725B2 (en) * 2011-07-18 2014-05-06 Oracle International Corporation Touch optimized pivot table
US9218189B2 (en) * 2011-10-04 2015-12-22 Sap Portals Israel Ltd Managing a contextual workspace
US9213954B2 (en) 2011-10-06 2015-12-15 Sap Portals Israel Ltd Suggesting data in a contextual workspace
US9245245B2 (en) * 2011-10-06 2016-01-26 Sap Portals Israel Ltd Managing semantic data in a contextual workspace
US9244990B2 (en) 2011-10-07 2016-01-26 Oracle International Corporation Representation of data records in graphic tables
US8775506B2 (en) 2011-10-19 2014-07-08 Oracle International Corporation Eager block fetching for web-based data grids
US9098595B2 (en) 2011-10-19 2015-08-04 Oracle International Corporation Adaptive navigation functionality in a web-based data-entry grid
US9223857B2 (en) 2011-10-24 2015-12-29 Lexisnexis, A Division Of Reed Elsevier Inc. Systems and methods for generating a two-dimensional graphical grid representation of the treatment of a document
US8990686B2 (en) * 2011-11-02 2015-03-24 Microsoft Technology Licensing, Llc Visual navigation of documents by object
US9128595B2 (en) * 2012-08-31 2015-09-08 Business Objects Software Ltd. Managing data content on a computing device
US9239658B2 (en) * 2012-10-15 2016-01-19 Microsoft Technology Licensing, Llc User interface technology for displaying table data
US9158766B2 (en) * 2012-11-29 2015-10-13 Oracle International Corporation Multi-touch interface for visual analytics
US9026897B2 (en) 2013-07-12 2015-05-05 Logic9S, Llc Integrated, configurable, sensitivity, analytical, temporal, visual electronic plan system
US9116931B2 (en) * 2013-07-12 2015-08-25 Logic9S, Llc Integrated, configurable, analytical, temporal, visual electronic plan system
US20150088925A1 (en) * 2013-09-20 2015-03-26 Oracle International Corporation User interface for pivot views
US10606855B2 (en) * 2014-07-10 2020-03-31 Oracle International Corporation Embedding analytics within transaction search
US10585892B2 (en) 2014-07-10 2020-03-10 Oracle International Corporation Hierarchical dimension analysis in multi-dimensional pivot grids
US10191946B2 (en) 2015-03-11 2019-01-29 International Business Machines Corporation Answering natural language table queries through semantic table representation
US10331899B2 (en) 2015-10-24 2019-06-25 Oracle International Corporation Display of dynamic contextual pivot grid analytics
US10540435B2 (en) * 2015-11-02 2020-01-21 Microsoft Technology Licensing, Llc Decks, cards, and mobile UI
US11455079B2 (en) * 2018-11-05 2022-09-27 Sigma Computing, Inc. Nested pagination for presenting a data set in a graphical user interface
CN110597510B (en) * 2019-08-09 2021-08-20 华为技术有限公司 Dynamic layout method and device for interface
CN111309798B (en) * 2020-02-11 2023-05-12 北京字节跳动网络技术有限公司 Processing method, device, equipment and storage medium of table
US11151071B1 (en) * 2020-05-27 2021-10-19 EMC IP Holding Company LLC Host device with multi-path layer distribution of input-output operations across storage caches

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040034615A1 (en) * 2001-12-17 2004-02-19 Business Objects S.A. Universal drill-down system for coordinated presentation of items in different databases
US20040150630A1 (en) * 2001-08-29 2004-08-05 Microsoft Corporation Manual controlled scrolling
US20060085445A1 (en) * 2004-10-19 2006-04-20 Microsoft Corporation Query consolidation for structured reports
US20060107196A1 (en) * 2004-11-12 2006-05-18 Microsoft Corporation Method for expanding and collapsing data cells in a spreadsheet report
US20070028158A1 (en) * 2005-08-01 2007-02-01 Oracle International Corporation Data processing method
US20070126736A1 (en) * 2005-12-05 2007-06-07 Microsoft Corporation Persistent formatting for interactive charts
US20070157074A1 (en) * 2005-09-13 2007-07-05 Ilse Breedvelt-Schouten System for and method of providing overview of a worksheet in an electronic report
US20080018928A1 (en) * 2006-07-17 2008-01-24 Business Objects, S.A. Apparatus and method for report invocation and manipulation on a mobile communication device
US20080172405A1 (en) * 2006-12-05 2008-07-17 Tim Feng Method and system to process multi-dimensional data
US20090043788A1 (en) * 2007-08-06 2009-02-12 Panorama Software Inc. Proactive business intelligence
US20090119309A1 (en) * 2007-11-02 2009-05-07 Cognos Incorporated System and method for analyzing data in a report

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5724985A (en) 1995-08-02 1998-03-10 Pacesetter, Inc. User interface for an implantable medical device using an integrated digitizer display screen
US7469381B2 (en) * 2007-01-07 2008-12-23 Apple Inc. List scrolling and document translation, scaling, and rotation on a touch-screen display
US7760905B2 (en) * 1999-06-29 2010-07-20 Digimarc Corporation Wireless mobile phone with content processing
US6920608B1 (en) * 1999-05-21 2005-07-19 E Numerate Solutions, Inc. Chart view for reusable data markup language
US6707454B1 (en) * 1999-07-01 2004-03-16 Lucent Technologies Inc. Systems and methods for visualizing multi-dimensional data in spreadsheets and other data structures
US20030055776A1 (en) 2001-05-15 2003-03-20 Ralph Samuelson Method and apparatus for bundling transmission rights and energy for trading
US20050003870A1 (en) * 2002-06-28 2005-01-06 Kyocera Corporation Information terminal and program for processing displaying information used for the same
US7756907B2 (en) * 2003-09-16 2010-07-13 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for visualizing data
DE102004031931A1 (en) * 2004-06-23 2006-01-12 Basf Ag Method and system for computer-implemented processing of data records
US7694278B2 (en) * 2004-07-09 2010-04-06 Microsoft Corporation Data cube script development and debugging systems and methodologies
US7562086B2 (en) * 2004-07-09 2009-07-14 Microsoft Corporation Custom grouping for dimension members
US20060031187A1 (en) * 2004-08-04 2006-02-09 Advizor Solutions, Inc. Systems and methods for enterprise-wide visualization of multi-dimensional data
US7800613B2 (en) * 2004-12-02 2010-09-21 Tableau Software, Inc. Computer systems and methods for visualizing data with generation of marks
US7400271B2 (en) 2005-06-21 2008-07-15 International Characters, Inc. Method and apparatus for processing character streams
US8689137B2 (en) * 2005-09-07 2014-04-01 Microsoft Corporation Command user interface for displaying selectable functionality controls in a database application
US20070239724A1 (en) 2005-09-14 2007-10-11 Jorey Ramer Mobile search services related to direct identifiers
US7966577B2 (en) 2005-10-11 2011-06-21 Apple Inc. Multimedia control center
US8564544B2 (en) * 2006-09-06 2013-10-22 Apple Inc. Touch screen device, method, and graphical user interface for customizing display of content category icons
US8081988B2 (en) * 2007-04-19 2011-12-20 Trimble Navigation Limited Method and system for provisioning a java equipped celluar telephone

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040150630A1 (en) * 2001-08-29 2004-08-05 Microsoft Corporation Manual controlled scrolling
US20040034615A1 (en) * 2001-12-17 2004-02-19 Business Objects S.A. Universal drill-down system for coordinated presentation of items in different databases
US20060085445A1 (en) * 2004-10-19 2006-04-20 Microsoft Corporation Query consolidation for structured reports
US20060107196A1 (en) * 2004-11-12 2006-05-18 Microsoft Corporation Method for expanding and collapsing data cells in a spreadsheet report
US20070028158A1 (en) * 2005-08-01 2007-02-01 Oracle International Corporation Data processing method
US20070157074A1 (en) * 2005-09-13 2007-07-05 Ilse Breedvelt-Schouten System for and method of providing overview of a worksheet in an electronic report
US20070126736A1 (en) * 2005-12-05 2007-06-07 Microsoft Corporation Persistent formatting for interactive charts
US20080018928A1 (en) * 2006-07-17 2008-01-24 Business Objects, S.A. Apparatus and method for report invocation and manipulation on a mobile communication device
US20080172405A1 (en) * 2006-12-05 2008-07-17 Tim Feng Method and system to process multi-dimensional data
US20090043788A1 (en) * 2007-08-06 2009-02-12 Panorama Software Inc. Proactive business intelligence
US20090119309A1 (en) * 2007-11-02 2009-05-07 Cognos Incorporated System and method for analyzing data in a report

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140279832A1 (en) * 2013-03-15 2014-09-18 Decisyon, Inc. Systems, devices, and methods for generation of contextual objects mapped by dimensional data to data measures
US9081845B2 (en) * 2013-03-15 2015-07-14 Decisyon, Inc. Systems, devices, and methods for generation of contextual objects mapped by dimensional data to data measures
US9830402B2 (en) 2013-03-15 2017-11-28 Decisyon, Inc. Systems, devices, and methods for generation of contextual objects mapped by dimensional data to data measures
US10057108B2 (en) 2014-01-02 2018-08-21 Decisyon, Inc. Systems, devices, and methods for exchanging and processing data measures and objects
US11144184B2 (en) 2014-01-23 2021-10-12 Mineset, Inc. Selection thresholds in a visualization interface
US10896205B2 (en) * 2018-04-30 2021-01-19 Pelatro Pte. Ltd. Interactive on-demand hypercube synthesis based multi-dimensional drilldown and a pivotal analysis tool and methods of use
US20220215162A1 (en) * 2020-11-28 2022-07-07 Hebei Institute of Science and Technology Innovation Strategy Processing method for presenting indicator hierarchy and classification of data in spreadsheet
US11615237B2 (en) * 2020-11-28 2023-03-28 Hebei Institute of Science and Technology Information (Hebei Institute of STIS) Processing method for presenting indicator hierarchy and classification of data in spreadsheet
US20220284182A1 (en) * 2021-02-26 2022-09-08 Finicast, Inc. Apparatus and method for forming pivot tables from pivot frames

Also Published As

Publication number Publication date
US8127223B2 (en) 2012-02-28
WO2009094557A2 (en) 2009-07-30
US20090187815A1 (en) 2009-07-23
WO2009094557A3 (en) 2010-04-01

Similar Documents

Publication Publication Date Title
US8127223B2 (en) User interface method and apparatus for data from data cubes and pivot tables
US10467337B2 (en) Responsive data exploration on small screen devices
US20180253204A1 (en) Configuring and displaying multidimensional data using two or more correlated interactive screen interfaces
US8600967B2 (en) Automatic organization of browsing histories
US10261661B2 (en) Reference position in viewer for higher hierarchical level
US7590944B2 (en) Scrollable and re-sizeable formula bar
US8108430B2 (en) Carousel control for metadata navigation and assignment
US10740548B2 (en) Dynamic report building using a heterogeneous combination of filtering criteria
US8473837B2 (en) Method for expanding and collapsing data cells in a spreadsheet report
RU2417421C2 (en) Automatic placement of fields in data summary table
US9619110B2 (en) Assistive overlay for report generation
US7620633B1 (en) Methods and apparatus for prioritizing and sorting metadata to be displayed
US20160041708A1 (en) Techniques for organizing information on a computing device using movable objects
US20120311474A1 (en) Map-based methods of visualizing relational databases
US20060048076A1 (en) User Interface having a carousel view
US20110161792A1 (en) Producing interactive documents
US20060156244A1 (en) Improved interface for modifying data fields in a mark-up language environment
WO2012097306A1 (en) Information management with non-hierarchical views
US9355376B2 (en) Rules library for sales playbooks
JP5223656B2 (en) Information selection display device, information processing device, information management system, information selection display method, and information selection display program
US9449059B2 (en) Report data justifiers
Sankhe-Savale Tableau Cookbook–Recipes for Data Visualization

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION