Skip to end of banner
Go to start of banner

Creating Custom Data Fields

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 3 Next »

For Data Scientists, Visualization Experts, and Excel Formula Architects, the standard Dimensions and Measures may not completely fit your needs. Your story has a deeper level of complexity which requires a deeper connection with the data. Custom Fields give you greater flexibility with your data.

There are 3 types of Custom Fields you can create:

  • Custom Dimensions: BLAH 
  • Custom Measure: BLAH
  • Table Calculations (or Table Calcs): perform mathematical, logical (true/false), lexical (text-based), and date-based calculations on the dimensions, measures, and other calculations in your query. Table Calcs are similar to Excel functions.

Using Custom Dimensions


Using Custom Measures


Using Table Calculations

With Table Calculations (or 'Table Calcs'), you can create metrics on-the-fly. They are similar to formulas found in spreadsheet tools like Excel, and you can perform mathematical, logical (true/false), lexical (text-based), and date-based calculations on the dimensions, measures, and other calculations.

Table Calcs appear as green columns in the data table, rather than as blue columns (Dimensions) or orange columns (Measures).

Let's take a very simple example: work order status and work order count per status. Let's say you want to calculate the percentage of work orders per status to the total. In Excel, it may look akin to this:

In Analytics, you would create a similar formula, except that you would not refer to cells (like "C2" or "A3"), you would only refer to the Dimension or Measure. Also, you would not have to duplicate the formula for each cell or make sure the $X$n cell remained intact. Therefore, this formula in Analytics would appear as:

${subscriber_workorders.count}/sum(${subscriber_workorders.count})

  • ${subscriber_workorders.count} = WO Count measure
  • sum(${subscriber_workorders.count}) = total of WO Count

Heading 2 looks like this - choose Heading 2 and then change the color to the top row, 5th from the left.

and Heading 3 should look like this - choose Heading 3 and then change the color to the top row, 5th from the left.


In this Article

Related Articles

Filter by label

There are no items with the selected labels at this time.

  • No labels