Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 trip to the its beautiful Fruitvale BART station in the East San Francisco Bay Area.  How nice is that?

...

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

GOC Entity Relationship Diagram

Visio-GOC Cube ERD (Entity Relationship Diagram).pdf

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

etc.

  • For Part, show both its code and description

Image Added

DIMENSIONS

  • 23 Tasting Room
  • 22 Part
Image Removed

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

Image Modified

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

etc.

  • For Part, show both its code and description


Image Added

DIMENSIONS

  • 62 Original Clerk 
  • 22 Part
Image Removed

1- Drag the

TastingRoom

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

Image Modified

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


Image Added

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. 

Image Added

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

Image Added

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. 

Image Added

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

Commissions on Wine Sales

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







Advanced Examples

To be compiled.

...