Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

The following is a compilation of practical GOC Cubes.  Each example shows its cube request screen and how to arrange dimensions in the Cube Viewer.  There is an endless list of ways to request cubes and organize their data for display or export.  These examples are only intended to expose the cube's abilities and give you ideas before going off the deep end.  Knock yourselves out!  If you have a wicked-awesome Cube you'd care to share with us, send it in for an entry to win a trip on BART to its beautiful Fruitvale station in the East San Francisco Bay Area.  How nice is that?

List of Dimensions

Each CUBE possesses a unique list of dimensions.  At the time of writing, the GOC cube supports 85 dimensions.  You can download a printable reference of the Point of Sale Orders Cube dimensions using the link below. 

Dimension Reference - Point Of Sale Orders Cube (PSRPM.GOC) v2022.01.13.xlsx

CUBE Viewer Layouts

In the Cube Viewer, you drag and drop your requested dimensions to activate them as columns or rows.  You can also set dimension filters using the Dimension Editor or modify cube Measures using the Measure Manager.  However, the CUBE viewer does not allow you to "save" the arrangement of dimensions, their filters, or modified measures.  To document your work, we recommend taking screenshots of your layout, dimension filters and measure modifications so that you can return your cube to your preferred view settings when re-requesting the cube or reopening a saved copy after being closed.  

Simple Examples

Part Sales by Tasting Room

SELECT orders sold between 07/01/2021 and 08/30/2021.  Include orders with a status of Sold=Y or Shipped=Y. 

Select gift packages per their components.

SHOW

  • For Part, show both its code and description

DIMENSIONS

  • 23 Tasting Room
  • 22 Part

1- Drag the TastingRoom dimension into the Columns area.

2- Drag the PartCode and Description dimension into the Rows area.

3-Toggle display of Total by ROWS as needed

If your winery maintains multiple tasting rooms, this would be a handy view of the wines each tasting room was selling.

Download this Cube:  GOC.SimpleSample.PartSalesbyTR.YAC

Part Sales by Original Clerk 

SELECT orders sold between 07/01/2021 and 08/30/2021.  Include orders with a status of Sold=Y or Shipped=Y. 

Select gift packages per their components.

SHOW

  • For Part, show both its code and description


DIMENSIONS

  • 62 Original Clerk 
  • 22 Part

1- Drag the Original Clerk dimension into the Columns area.

2- Drag the PartCode and Description dimension into the Rows area.

3-Toggle display of Total by ROWS as needed

Useful if you were interested in knowing what clerks are selling what wines.

Download this Cube:  GOC.SimpleSample.PartSalesbyOriginalClerk.YAC

Part Sales by Transaction Category 

SELECT orders sold between 07/01/2021 and 08/30/2021.  Include orders with a status of Sold=Y or Shipped=Y. 

Select gift packages per their components.

SHOW

  • For Part, show only Part Code


DIMENSIONS

  • 35 Transaction Category
  • 22 Part

1- Drag the Transaction Category dimension into the Columns area.

2- Drag the Part dimension into the Rows area. 

Useful in showing what wines are selling through which sales channels.  

Download this Cube: GOC.SimpleSample.PartSalesbyTranCategory.YAC

Part Sales by Transaction Category, Selected on PFC

SELECT orders sold between 07/01/2021 and 08/30/2021.  Include orders with a status of Sold=Y or Shipped=Y. 

Select gift packages per their components.

IRW select parts having Part Financial Code PFC=WN (Wine) with 

SHOW

  • For Part, show only Part Code

DIMENSIONS

  • 35 Transaction Category
  • 22 Part 

1- Drag the Transaction Category dimension into the Columns area.

2- Drag the Part dimension into the Rows area. 

This view is similar to the previous example, except that the parts included are only those that identify with PFC = WN (Part Financial Code = Wine).  Note that merchandise, tastings, and reservation part numbers do not appear.  

Download this Cube: GOC.SimpleSample.PartSalesbyTranCategory,Select PFC WN.YAC

Part Sales by Day of Week and Hour

SELECT orders sold between 07/01/2021 and 08/30/2021.  Include orders with a status of Sold=Y or Shipped=Y. 

Select gift packages per their components.

IRW select parts having Part Financial Code PFC=WN (Wine) with 

SHOW

  • For Part, show only Part Code


(need a more realistic representation of auth hours. Democart is not a good source of transaction data).


This view would be of value if you were scheduling staff, and looking to determine on what day of the week and at approximately what time do your sales occur.

Download this cube: 





Advanced Examples

To be compiled.


Way Cool Examples

To be compiled.


  • No labels