Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Overview

So your eMite platform has been upgraded to v7.1.0. Congratulations, that’s great news!

eMite v7.1.0 includes several new features and user interface changes so please read this quick end-user guide before jumping straight in.

Also, please remember to clear your browser cache (Ctrl + F5) when logging into the new version for the first time.

...

Pages and Page Groups

The most significant change in the user interface is how eMite pages and page groups are now accessed and structured.

All pages and page groups are now accessed via a burger menu in the top left corner of the user interface.

...

Accessing Pages and Page Groups

1. Click the burger menu (three horizontal lines).

All your pages and page groups will display in a new tree format.

...

Searching Pages

1. Click the burger menu (three horizontal lines).

...

In this example, “Agent” is inputted on the search field. All pages with “Agent” in their page names will display.

...

Adding a New Page Group

eMite v7.1 also supports multi-level page groups.

...

The new page structure will be reflected in the burger menu.

...

Pinning Pages

It is also now possible to easily pin pages to the Quick Access page group at the very top of the tree.

...

The new pinned page will display at the top of the burger menu.

...

Time Zone and Date Format Settings

eMite v7.1 now supports Daylight Savings changes automatically. Instead of selecting a particular GMT offset as your time zone, in eMite v7.1, you must now select a nearby city or location.

...

Info

If “None” is selected, then the default ElasticSearch date format YYYY-MM-DD'T'HH:mm:ss will be used.

...

Blank Values and Zeros

eMite v7.1 calculates blank values and zeros (within KPIs) differently to previous versions of eMite. Should you see changes in the way blank values and zeros are represented within your dashboards, then this is the reason why.

These changes are grouped in the four major mathematical operations and the new logic can be referenced below:

SUM

Operation

Result

Value1 + Value2

Value3

Value1 + Blank

Value1

Blank + Value1

Value1

Value1 + 0

Value1

0 + Value1

Value1

0 + 0

0

Blank + 0

0

0 + Blank

0

Blank + Blank

Blank

SUBTRACTION

Operation

Result

Value1 - Value2

Value3 or -Value4 || or 0 (if value1 = value2)

Value1 - Blank

Value1

Blank - Value1

-Value1

Value1 - 0

Value1

0 - Value1

-Value1

0 - 0

0

Blank - 0

0

0 - Blank

0

Blank - Blank

Blank

MULTIPLICATION 

Operation

Result

Value1 * Value2

Value3

Value1 * Blank

Blank

Blank * Value1

Blank

Value1 * 0

0

0 * Value1

0

Blank * 0

Blank

0 * Blank

Blank

Blank * Blank

Blank

0 * 0

0

DIVISION

Operation

Result

Value1 / Value2

Value3

Value1 / Blank

Blank

Blank / Value1

Blank

Value1 / 0

Infinity

0 / Value1

0

Blank / 0

Blank

0 / Blank

Blank

Blank / Blank

Blank

0 / 0

Infinity