Versions Compared

Key

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

Anchor
Create
Create
Creating and Editing a Widget Formula

The Data Browser enables you to use formulas to determine the values and filters of a widget. A rich variety of functions is provided for your use in formulas.

To create or edit a formula:

  1. Open the formula editor in the Data Browser

    1. For a new widget, click Select Data, and then “fx”.

...

b. For an existing widget, click the edit formula button.

...

2. The Data Browser then changes to display the Formula Editor, which has the following tabs:

...

c. The Data Browser tab provides selectable fields from the data model.

d. The Functions tab lists the functions that can be selected for your formula. Hovering over a function in the list displays a tooltip that describes that function.

3. Compose the formula as follows:

e. From the Data Browser tab, select one or more fields.

f. From the Functions tab, select the required functions.

4. Click OK.

...

"Measured Filters" - Creating Formulas Based on Criteria and Conditions

Formulas take into account specific criteria using measured values, which only perform a calculation when the values meet the set of criteria.

Filter the formula:

  1. Create formula

  2. Add the field (criteria) by which you want to filter the formula. In the example below, this is Machine Name. Right click the field and select Filter

  3. Filter the formula by listed items, text options, rankings, etc.

    1. List Filter - A simple example of Measured Value is the use of a list filter

...

In the above example, Good Production is filtered by Machine Names, of which only 3 machine names are selected. Right click Machine Names, then select filter to open the list filter options as seen above.

  1. Ranking Filter - A more sophisticated case is the use of a ranking filter, for example to track the contribution of best-performing machines to total good production. However, what constitutes a “best performance” may change over time. A measured value can be created which includes a condition that only shows the top 5 machines for any period of time. This simultaneously filters the data but also takes into account changes in what classifies as a top performance over time.

...

In the above example, Good Production is filter by Machine Name, of which only the top 5 machines as ranked by their good production are included.

...

Info

Note: If your widget is filtered using measured values, then the measured value will override any other widget or dashboard filters you have for the same fields.

Calculating Contributions with ALL Function

The All() function returns the total amount for a dimension, and can be used for various use cases. In the following example, we will use the All function to calculate how much each Plant contributed towards the total Good Production.

...