Multi-dimensional data analysis (e.g., viewing and analyzing data from multiple perspectives) has become increasingly popular with businesses. However, current multi-dimensional data analysis applications typically require users to be proficient in complex semantic languages such as Multi-Dimensional Expression Language (MDX), because MDX expressions are used to organize and analyze the data. Thus, it may be difficult for business employees untrained in MDX to perform multi-dimensional data analysis. Furthermore, although business employees may be familiar with data analysis formulae provided by commonly available spreadsheet applications, such formulae are usually not as powerful as multi-dimensional data analysis programs. For example, such formulae may only enable a one-dimensional (e.g., sequential) aggregation of data. Therefore, a business that makes decisions based on multiple factors may be faced with a choice between two expensive alternatives: train existing employees in complex languages such as MDX or hire analysts that specialize in multi-dimensional data analysis.
Systems and methods of receiving and processing data analysis expressions (DAXs) are disclosed. A DAX may be defined in an expression language similar to spreadsheet formulae and may operate on a spreadsheet table to perform multi-dimensional data analysis and data analysis with respect to relational data models. Thus, DAXs may empower people familiar with existing spreadsheet applications to perform multi-dimensional data analysis and data analysis with respect to relational data models (e.g., within existing spreadsheet applications). Unlike conventional spreadsheet formulae, a DAX beneficially is independent of particular cell ranges of the spreadsheet.
For example, a DAX may be received and executed at a pivot table of a spreadsheet application. Executing the DAX for a particular cell of the pivot table may include determining a context for the particular cell, calculating the value of the DAX for the particular cell, and outputting the calculated value of the DAX at the particular cell.
DAXs may support multi-table execution. For example, a DAX may refer to a first data table and a second data table, and executing the DAX may include traversing a relationship between the first data table and the second data table (e.g., following a relationship that may exist between a column in a first table and a column in a second table). DAXs may also support dynamic re-execution. For example, a DAX may be automatically re-executed with respect to a set of rows of a data table in response to a user modification to data stored in the set of rows.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Data analysis expressions (DAXs) may enable multi-dimensional data analysis at conventional data processing application, such as a spreadsheet application. For example, a DAX may be received as a column definition for a column of a spreadsheet table or as a measure at a pivot table. The DAX may be executed to populate the column, where the value in each cell is calculated based on a row context for that cell. Alternately, cells of the pivot table may be populated by executing the DAX, where the value in each cell of the pivot table is calculated based on a context (e.g., a filter context) associated with that cell.
In a particular embodiment, a computer-implemented method is disclosed that includes receiving a data analysis expression at a pivot table of a spreadsheet. The computer implemented method also includes executing the data analysis expression with respect to at least one data table of the spreadsheet. Executing the data analysis expression for a particular cell of the pivot table may be performed by determining a context associated with the particular cell, calculating a value of the data analysis expression based on the context, and outputting the calculated value at the cell.
In another particular embodiment, a computer-readable medium is disclosed that includes instructions, that when executed by a processor, cause the processor to receive input including a column definition of a particular column of a first spreadsheet table. The input includes a data analysis expression based on at least one column of the spreadsheet table and based on at least one column of a second spreadsheet table. The computer-readable medium includes instructions, that when executed by the processor, cause the processor to determine a relationship between the first spreadsheet table and the second spreadsheet table and to populate the particular column by executing the data analysis expression. Executing the data analysis expression for a particular row of the first spreadsheet table includes calculating a value of the data analysis expression based on first data in the particular row of the first spreadsheet table and second data retrieved from the second spreadsheet table based on a row context associated with the particular row. Executing the data analysis expression also includes outputting the calculated value at cell that is a member of the particular column and the particular row.
In another particular embodiment, a system is disclosed. The system includes a memory and a data interface configured to receive data, to create one or more data tables based on the received data, and to store the data tables in a column-based in-memory store (e.g., a structure that maps to an online analytical processing (OLAP) cube structure). The system also includes a pivot table module configured to generate a pivot table based on the data table(s). The system further includes an analysis module configured to receive a data analysis expression and execute the data analysis expression with respect to at least one column of the data table(s). Executing the data analysis expression for a particular cell of the pivot table includes determining a filter context associated with the particular cell and retrieving data associated with one or more rows of the data table corresponding to the filter context of the particular cell. Executing the data analysis expression also includes calculating a value of the data analysis expression based on the retrieved data and outputting the calculated value at the cell.
The computer system 100 includes the data interface 110 that is configured to receive data 102. In a particular embodiment, the data 102 is provided by a user of the computer system 100. Alternately, the data 102 may be received from another computer system, a network storage device, or a network share. The data interface 110 is further configured to create a data table 112 based on the received data at a memory 114 using an in-memory column-based store. For example, the data interface 110 may create a table within a spreadsheet application (e.g., a spreadsheet table), where the table includes the data 102. An online analytical processing (OLAP) cube 116 data structure may be constructed at the memory 114 based on the in-memory column-based store. An OLAP cube may store data arranged such that each of the three dimensions (i.e., axes) of the OLAP cube provide a different arrangement of the data. For example, an OLAP cube may structure sales data arranged by date, product identifier, and customer identifier, as further described herein with reference to
The computer system 100 also includes a spreadsheet pivot table module 118. In an illustrative embodiment, the spreadsheet pivot table module 118 is part of a spreadsheet application of the computer system 100. The spreadsheet pivot table module 118 includes logic 120 to generate a pivot table 122 based on the data table 112 referenced by the OLAP cube 116. The pivot table 122 may support “pivot” operations, where row headers, column headers, filters, or slicers of the pivot table 122 are changed and data values in the pivot table 122 are automatically updated to reflect the changes. In a particular embodiment, updating the pivot table 122 in response to a pivot operation includes re-executing a query of the in-memory OLAP cube 116, so that data from the OLAP cube is arranged and viewed along different dimensions of the OLAP cube. Pivot tables are further described herein with reference to
The computer system 100 further includes a spreadsheet analysis module 126. In an illustrative embodiment, the spreadsheet analysis module 126 is part of a spreadsheet application of the computer system 100. The spreadsheet analysis module 126 is configured to receive the DAX 104 and includes DAX execution logic 128 configured to execute the DAX 104. For example, the spreadsheet analysis module 126 may execute the DAX 104 with respect to the data table 112. Executing the DAX for a particular cell of the pivot table 122 includes determining a filter context for the particular cell as well as the row context(s) for tables referenced by the DAX 104, retrieving data 124 based on the row context(s) (e.g., data associated with one or more rows of the data table 112) from the OLAP cube 116, calculating a value 130 of the DAX 104 based on the retrieved data, and outputting the calculated value 130 at the cell of the pivot table. Thus, populating the pivot table 122 may include automatic recursive executions of the DAX 104 with respect to different contexts and cross-filtering of multiple data tables. Alternately, calculations may be performed in a block mode, so that calculations for multiple cells of the pivot table may be performed simultaneously.
In a particular embodiment, the DAX 104 includes a formula to be aggregated over multiple rows of the data table 112. The formula may be a user-defined formula expressed in a native formula language of a spreadsheet application that includes the modules 118, 126, without referring to specific cell ranges of the spreadsheet application. Thus, DAXs (e.g., the DAX 104) may enable table-based (e.g., column based) multi-dimensional data analysis (as opposed to conventional spreadsheet cell-based analysis) while incorporating existing spreadsheet formulae that users are familiar with. For example, the DAX 104 may include aggregations (e.g., sum, average, minimum, maximum, or count), time-based functions (e.g., days, weeks, months, quarters, years, first and last date, first and last non blank date, start and end of month/quarter/year, dateadd, datesbetween, datesinperiod, parallelperiod, previous day/month/quarter/year, next day/month/quarter/year, month/quarter/years dates to current date, sameperiodlastyear, aggregateover month/quarter/year, or opening and closing monthly/quarterly/yearly balance), or any combination thereof. The DAX may further include apply functions, groupby functions, semijoin functions, lookupvalues functions, earlier/earliest functions (e.g., to refer to a previous value at a cell), intersect functions, except functions, union functions, select functions, join functions, topN functions, rank functions, or any combination thereof. The DAX 104 may also include specialized table-based functions having syntax similar to commonly used spreadsheet formulae. For example, the DAX 104 may include a related table function, a relatedtable table function, a filter table function, a distinct table function, a values table function, an all table function, an allexcept table function, an allnoblankrow table function, or any combination thereof.
In operation, the data table 112 may be created based on the data 102 received by the data interface 110. It should be noted that operation with respect to a single data table 112 is provided for illustrative purposes only. There may be any number of data tables and data sources. The data table 112 may be used as a data source for the OLAP cube 116 in the memory 114. A spreadsheet application user may desire to perform analysis on the data table 112 through the use of a pivot table 122. The pivot table 122 may be generated by the spreadsheet pivot table module 118. In defining measures output by the pivot table 122, the user may input a DAX 104. The spreadsheet analysis module 126 may populate the cells of the pivot table 122 by executing the DAX 104. Populating a particular cell of the pivot table 122 may include determining a filter context associated with the particular cell, calculating the DAX value 130 for the particular cell based on the context, and outputting the calculated DAX value 130 at the cell.
In a particular embodiment, execution of DAXs involves a hybrid iterator-based and lookup-based execution strategy. In another particular embodiment, executing a DAX may include cross-application of a canonical form (e.g., a non-relational algebra form) of an execution tree for the DAX. In another particular embodiment, DAX execution may include dependency analysis to determine what sub-calculations a calculated column depends on. Based on the dependency analysis, an order for calculating the sub-calculations may be determined. For example, if the value A in a calculated column depends on the results of three sub-calculations B, C, and D, then a rule may be generated that results in the calculation of each of B, C, and D before an attempt to calculate A.
It should be noted that although the particular embodiment illustrated in
It will be appreciated that the system 100 of
The spreadsheet application 210 may include logic 204 configured to receive a query 201 in response to a change at a pivot table at the spreadsheet application 210. For example, the logic 204 may receive the query 201 in response to a user changing a setting at the pivot table 122 of
The spreadsheet application 210 may include logic 206 configured to detect changes in one or more data tables at the spreadsheet application 210. For example, the logic 206 may be configured to detect changes at a data table such as the pivot table 112 of
In response to receiving the command 208, the analysis module 220 may automatically recalculate one or more DAXs at the spreadsheet application. For example, the analysis module 220 may automatically recalculate column definition DAXs at data tables of the spreadsheet application 210, DAXs at a pivot table of the spreadsheet application 210, or any combination thereof.
It will be appreciated that the system 200 of
Each of the rows 310 of the sales table 300 may represent a sales transaction and each column 320-370 of the sales table 300 may represent data associated with a sales transaction. For example, the column 320 may represent a date of a particular sale, the column 330 may represent a customer identifier (CustID) indicating which customer paid for the particular sale, the column 340 may represent a product identifier (ProdID) indicating which product was paid for, the column 350 may represent a quantity of products sold, the column 360 may represent a price charged for each of the products sold, and the column 370 may represent a total amount 370 generated by sale. In a particular embodiment, the amount column 370 is defined by a spreadsheet formula (e.g., “=Qty*Price”). The sales table 300 further includes a static sum aggregation 380 for the amount column 370.
It should be noted that column references included in a DAX may be polymorphic. That is, a column reference in a DAX may resolve to a column when used in a column calculation and may resolve to a value stored at a particular row of the column when used in a scalar calculation. For example, when used in a column calculation, the column reference “Amount” may resolve to the column 370, but when used in a scalar calculation the reference “Amount” may resolve to the value of Qty*Price stored at a particular row of the rows 310 of
In the particular embodiment illustrated in
It should be noted that contexts may also include inequalities. For example, products purchased by the customer “Jon200” that cost more than $200 may be determined using the context “Customer[CustID]=‘Jon200’; Product[Price]>200.00”.
It should also be noted that the pivot table 400 may also be generated using a different DAX than the DAX 410. For example, if the amount column 370 of
It will be appreciated that multiple cells of the pivot table 400 of
One or more columns of the inventory table 500 may also include a DAX column definition. For example, the units sold column 550 has an associated DAX column definition “SUM[Qty]” 560. Rows of the units sold column 550 may be populated by aggregating the Qty column 350 of
The pivot table 600 may pivot on columns of multiple data tables. In the particular embodiment illustrated in
The pivot table 600 may receive a DAX 610 “SUM[Amount]” similar to the DAX 410 of
It will thus be appreciated that DAXs (e.g., the DAXs 560 of
The method 700 includes receiving a DAX at a pivot table of a spreadsheet, at 702. For example, in
The method 700 also includes executing the DAX, at 704. For example, in
The method 800 includes receiving a DAX at a pivot table of a spreadsheet, at 802. The DAX includes a user-defined formula expressed in a native formula language of the spreadsheet (e.g., the DAX may include existing spreadsheet functions and may include syntax similar to existing spreadsheet functions). For example, in
The method 800 also includes executing the DAX, at 804. For example, in
The method 800 further includes receiving a query in response to a change at the pivot table, at 812, or detecting a change at the at least one data table, at 814. For example, in
The method 800 includes automatically re-executing the DAX 104, at 816, by returning to 806. For example, in
The method 900 includes receiving input including a column definition of a particular column of a first spreadsheet table, at 902. The input includes a DAX based on at least one column of the first spreadsheet table and based on at least one column of a second spreadsheet table. For example, referring to
The method 900 also includes determining a relationship between the first spreadsheet table and the second spreadsheet table based on the DAX, at 904. In a particular embodiment, the relationship is a related column, an index column, or a column having different names in the two spreadsheet tables. For example, a relationship between the sales table 300 of
The method 900 further includes populating the particular column by executing the DAX, at 906. Executing the DAX for a particular row of the first spreadsheet table includes calculating a value of the DAX, at 908, and outputting the calculated value at a cell that is a member of the particular row and the particular column, at 910. The value is calculated based on first data in the particular row of the first spreadsheet table and based on second data retrieved from the second table based on a row context associated with the particular row. For example, referring to
The method 900 includes receiving a selection of a subset of rows of the first spreadsheet table, at 912, and automatically re-executing the DAX for the selected subset of rows, at 914, by returning to 908. For example, referring to
The computing device 1010 includes at least one processor 1020 and system memory 1030. Depending on the configuration and type of computing device, the system memory 1030 may be volatile (such as random access memory or “RAM”), non-volatile (such as read-only memory or “ROM,” flash memory, and similar memory devices that maintain stored data even when power is not provided) or some combination of the two. The system memory 1030 typically includes an operating system 1032, one or more application platforms 1034, one or more applications (e.g., a spreadsheet application 1036), and may include program data associated with the one or more applications (e.g., an OLAP cube data structure 1038). In an illustrative embodiment, the spreadsheet application 1036 is the spreadsheet application 210 of
The computing device 1010 may also have additional features or functionality. For example, the computing device 1010 may also include removable and/or non-removable additional data storage devices such as magnetic disks, optical disks, tape, and standard-sized or miniature flash memory cards. Such additional storage is illustrated in
The computing device 1010 also contains one or more communication connections 1080 that allow the computing device 1010 to communicate with other computing devices 1090 over a wired or a wireless network. In an illustrative embodiment, the communication connections 1080 include the data interface 110 of
It will be appreciated that not all of the components or devices illustrated in
The illustrations of the embodiments described herein are intended to provide a general understanding of the structure of the various embodiments. The illustrations are not intended to serve as a complete description of all of the elements and features of apparatus and systems that utilize the structures or methods described herein. Many other embodiments may be apparent to those of skill in the art upon reviewing the disclosure. Other embodiments may be utilized and derived from the disclosure, such that structural and logical substitutions and changes may be made without departing from the scope of the disclosure. Accordingly, the disclosure and the figures are to be regarded as illustrative rather than restrictive.
Those of skill would further appreciate that the various illustrative logical blocks, configurations, modules, and process or instruction steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. Various illustrative components, blocks, configurations, modules, or steps have been described generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The steps of a method described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in computer readable media, such as random access memory (RAM), flash memory, read only memory (ROM), registers, a hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such that the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor or the processor and the storage medium may reside as discrete components in a computing device or computer system.
Although specific embodiments have been illustrated and described herein, it should be appreciated that any subsequent arrangement designed to achieve the same or similar purpose may be substituted for the specific embodiments shown. This disclosure is intended to cover any and all subsequent adaptations or variations of various embodiments.
The Abstract of the Disclosure is provided with the understanding that it will not be used to interpret or limit the scope or meaning of the claims. In addition, in the foregoing Detailed Description, various features may be grouped together or described in a single embodiment for the purpose of streamlining the disclosure. This disclosure is not to be interpreted as reflecting an intention that the claimed embodiments require more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive subject matter may be directed to less than all of the features of any of the disclosed embodiments.
The previous description of the embodiments is provided to enable any person skilled in the art to make or use the embodiments. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope possible consistent with the principles and novel features as defined by the following claims.
Number | Name | Date | Kind |
---|---|---|---|
5603021 | Spencer et al. | Feb 1997 | A |
5708827 | Kaneko et al. | Jan 1998 | A |
5870747 | Sundaresan | Feb 1999 | A |
6292811 | Clancey et al. | Sep 2001 | B1 |
7299223 | Namait et al. | Nov 2007 | B2 |
7337176 | Cheedella et al. | Feb 2008 | B1 |
7415481 | Becker et al. | Aug 2008 | B2 |
7882132 | Ghatare | Feb 2011 | B2 |
7991804 | Battagin et al. | Aug 2011 | B2 |
8112701 | Gur et al. | Feb 2012 | B2 |
20010056440 | Abramson et al. | Dec 2001 | A1 |
20020055952 | Clancey et al. | May 2002 | A1 |
20020184260 | Martin et al. | Dec 2002 | A1 |
20030009649 | Martin | Jan 2003 | A1 |
20040237029 | Medicke et al. | Nov 2004 | A1 |
20050055329 | Bakalash et al. | Mar 2005 | A1 |
20060015805 | Humenansky et al. | Jan 2006 | A1 |
20060036939 | Hobbs et al. | Feb 2006 | A1 |
20060069696 | Becker et al. | Mar 2006 | A1 |
20060075328 | Becker et al. | Apr 2006 | A1 |
20060085386 | Thanu et al. | Apr 2006 | A1 |
20060129932 | Weber et al. | Jun 2006 | A1 |
20060235834 | Blakeley et al. | Oct 2006 | A1 |
20060271841 | Thanu et al. | Nov 2006 | A1 |
20070016849 | Aureglia et al. | Jan 2007 | A1 |
20070055922 | Martynov et al. | Mar 2007 | A1 |
20070061344 | Dickerman et al. | Mar 2007 | A1 |
20070088691 | Dickerman et al. | Apr 2007 | A1 |
20070220416 | Mitsui | Sep 2007 | A1 |
20080028288 | Vayssiere et al. | Jan 2008 | A1 |
20080126333 | Bezar et al. | May 2008 | A1 |
20080294612 | Wiles | Nov 2008 | A1 |
20090006301 | Goetsch et al. | Jan 2009 | A1 |
20090019350 | Wei et al. | Jan 2009 | A1 |
20090158251 | Angrish et al. | Jun 2009 | A1 |
20090327851 | Raposo | Dec 2009 | A1 |
20100083090 | Coblenz et al. | Apr 2010 | A1 |
20100153295 | Cleaveland et al. | Jun 2010 | A1 |
20100169759 | Le Brazidec et al. | Jul 2010 | A1 |
Number | Date | Country |
---|---|---|
1755679 | Apr 2006 | CN |
Entry |
---|
Buchta, “DAX vs. MDX: an example”, pp. 1-7, dated: Mar. 2013, URL:<http://blog.oraylis.de/2013/03/dax-vs-mdx-an-example/>. |
Das, Rajdip, “Microsoft Dynamics AX Previously known as Axapta”, retrieved at <<http://dynamicsaxworld.blogspot.com/>>, Jul. 10, 2009, pp. 11. |
“Functions & Data Analysis Tools”, retrieved at <<http://www.techdocs.ku.edu/docs/excel—2000—functions.pdf>>, ACS Computer Training, pp. 1-18. |
Pendse, Nigel, “Commentary: Project Gemini—Microsoft's Brilliant OLAP Trojan Horse”, retrieved at <<http://www.olapreport.com/Comment—Gemini.htm>>, second annual Microsoft BI Conference, Feb. 14, 2003, University of Kansas, pp. 4. |
“Rules for Creating Formulas”, retrieved at <<http://www.kirix.com/help/docs/index.html?rules—for—creating—formulas.htm>>, pp. 2. |
Preview of Project Gemini (Microsoft), retrieved at <<http://www.olapreport.com/purchase/Reviews/gemini—preview.htm>>, 2008, pp. 1. |
Preview of Microsoft's Project Gemini, retrieved at <<http://www.olapreport.com/purchase/snapshot/gemini—preview.htm, 2008, pp. 3. |
Kerr, Rob, “TechEd 2009: Microsoft BI—Gemini”, retrieved at <<http://robkerr.com/post/2009/05/Microsoft-BI---Gemini.aspx>>, May 12, 2009, pp. 3. |
Whitehouse, Alan, “PerformancePoint PEL Business Rule Creation Walk Through,” retrieved at <<http://alanwhitehouse.wordpress.com/2008/04/23/performancepoint-pel-business-rule-creation-walk-through/>>, Apr. 23, 2008, pp. 7. |
Excel 2007 Development, retrieved at <<http://msdn.microsfot.com/en-us/office/aa905419>>, Mar. 20, 2012, pp. 1-4. |
Excel 2007—Training, retrieved at <<http://office.microsoft.com/en-us/training/CR010047968.aspx>>, Mar. 20, 2012, pp. 1-2. |
Pivot Table II: Filter PivotTable report data in Excel 2007, retrieved at <<http://office.microsoft.com/en-us/training/pivottable-ii-filter-pivottable-report-data-in-excel-2007-RZ010208048.aspx?CTT=1>>, Mar. 20, 2012, p. 1. |
PivotTable III: Calculate data in PrivotTable reports in Excel 2007, retrieved at <<http://office.microsoft.com/en-us/excel-help/pivottable-iii-calculate-data-in-pivottable-reports-in-excel-2007-RZ010210288.aspx?CTT=1>>, p. 1. |
Author Unknown, Excel 2007 Development, retrieved at <<http://msdn.microsfot.com/en-us/office/aa905419>>, Mar. 20, 2012, pp. 1-4. |
Author Unknown, Excel 2007—Training, retrieved at <<http://office.microsoft.com/en-us/training/CR010047968.aspx>>, Mar. 20, 2012, pp. 1-2. |
Author Unknown, Pivot Table II: Filter PivotTable report data in Excel 2007, retrieved at <<http://office.microsoft.com/en-us/training/pivottable-ii-filter-pivottable-report-data-in-excel-2007-RZ010208048.aspx?CTT=1>>, Mar. 20, 2012, p. 1. |
Author Unknown, PivotTable III: Calculate data in PrivotTable reports in Excel 2007, retrieved at <<http://office.microsoft.com/en-us/excel-help/pivottable-iii-calculate-data-in-pivottable-reports-in-excel-2007-RZ010210288.aspx?CTT=1>>, p. 1. |
Fields, Ellie, “Tableau 5.0 Preview”, Apr. 6, 2009, 4 pages. Available at: http://www.tableau.com/blog/tableau-5-preview. |
Unknown Author, “Tableau Version 5 New Features”, 2009, 56 pages. Available at: http://mkt.tableau.com/files/Tableau-5.0-New-Features-3.pdf. |
Cukier, Jerome, “Review of Tableau 5.0”, Sep. 1, 2009, 21 pages. Available at: http://www.jeromecukier.net/blog/2009/09/01/review-of-tableau-50. |
Unknown Author, “PivotTable I: Get Started with PivotTable Reports in Excel 2007”, Published 2007, 2 pages. Available at: https://support.office.com/en-au/article/PivotTable-I-Get-started-with-PivotTable-reports-in-Excel-2007-bfe774d3-3e20-46f7-b6a3-f7984855d665. |
Unknown Author, “See Sales by Country”, Published 2007, 2 pages. Available at: https://support.office.com/en-au/article/See-sales-by-country-9f541da0-3207-427f-bacd-9c4cf32d4c29. |
Unknown Author, “Connect to (import) an OLAP database”, Published 2007, 3 pages. Available at: https://support.office.com/en-au/article/Connect-to-import-an-OLAP-database-e26384cb-30be-4324-adee-066cd62b1ae9?CorrelationId=2a4f88cb-f214-44eb-b42c-f41815dbff57&ui=en-US&rs=en-AU&ad=AU. |
Ecklund, Paula, A Beginning Guide to the Excel 2007 Pivot Table, Published 2008, 24 pages. Available at: https://faculty.fuqua.duke.edu/˜pecklund/ExcelReview/An%20Introduction%20to%20the%202007%20Pivot%20Table.pdf. |
Chinese Office Action dated Jan. 23, 2015 in Application No. 201080045506.4, 9 pages. |
“Final Office Action Issued in Japanese Patent Application No. 2012-533292”, Mailed Date: Mar. 2, 2015, 5 Pages. |
Number | Date | Country | |
---|---|---|---|
20110087954 A1 | Apr 2011 | US |