Page tree

Versions Compared

Key

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

...

Expand
titleThe Excel Export I Created For a Report Contains Different Data Than What I Expected

In most cases this is due to changing filter, parameter, and/or Zoom Levels. When the underlying data and/or its grouping presentation (e.g.: displaying by Queue or something else) is changed, this results in different data being generated that NocTel Insight renders for the report visualization. For example, if your original report view started by listing data grouped by Day and you exported the export would show the aggregated values per Day. Changing the Zoom Level to instead be by Month and exporting would cause the data to be aggregated per Month resulting in different data sets exported between the two.

Expand
titleDo NocTel Talk, Flow, and other NocTel Services Co-mingle Data in Reports?

Out of box there are few standard reports that directly tie together operational data between NocTel services. This is done since not all customer organizations may use all the services.

Expand
titleSometimes I Get the Same Entity Being Listed Multiple Times With a Different Status

NocTel services such as Talk and Flow never perform hard deletes on data. That is, entirely removing the record and making it non-existent. Deletes in services are logical - also known as "soft" - deletes in which the deleted entity is marked as deleted but not truly deleted from the database. 

From an end user standpoint, there is no distinguishing the hard delete from the soft delete and new entities can be created that have the same label, name, description, etc. can be created at a later time. Understand that while there may be duplicate entries with different column values that populate, they are actually not the same unique row as there is always a unique identifier. In most cases NocTel Insight reports never expose the internal unique identifier as end users never see or use it.

To prevent the same entity from being listed multiple times in a data set, we recommend explicitly only filtering enabled/active or deleted - you should avoid filtering on both statuses.

Expand
titleI Cannot See All the Columns in a Report - Are They Missing?

Some tabular reports in NocTel Insight feature a large number of columns. For users with lower resolution monitors or using mobile devices, not all columns may be displayed at once. NocTel Insight will attempt to render as many columns as can fit in your web browser window.

Expand
titleHow Do I Change the Zoom Level of Time Intervals?

The Zoom Level is changed by hovering over (almost) any Date or Timestamp column. When hovering over such columns, a + and - icon overlay will be displayed with the column's name. Selecting - (minus) will zoom the granularity of the data aggregation out (e.g.: If viewing by Day, zooming out once would go to by Week). Selecting + will zoom the granularity of the data aggregation in (e.g.: If viewing by Day, zooming in once would go to by Hour).

The supported Zoom Levels are:

  • Year
  • Quarter^
  • Month
  • Week
  • Day
  • Hour*
  • Minute*
  • Second*

^Quarter follows a standard year. NocTel Insight does not currently allow for custom quarters to be defined.

*These zoom levels are only available to time stamp fields. Date stamp fields do not contain an hour, minute, or second time part and therefore cannot zoom to these levels.

Expand
titleWhy Can I Not See All Possible Options for Drop Down Selectors Sometimes?

When you make selections to filter data through drop downs and parameters, you modify the overall set of data NocTel Insight can consider to render your report. When you do this you are typically reducing the amount of data NocTel Insight analyzes. Depending on parameter values and filter selections made, the remaining data set to consider may not include certain values at all. When this happens, such values are often excluded from filter drop downs as options.

This is done to help reduce clutter in filter option lists that can have many possible values. This does not mean the data is gone - modifying or removing filters may expose certain options again if there is any corresponding data present that contains that particular value.

Consider the following data set:

ColorThing
BlueDog
BlueBird
GreenDog

If we filtered on Color and wanted only Blue, then attempting to filter again afterward on Thing would show us the options Dog and Bird. This is because of the data leftover from the first filtering, those are the valid values that remain where filtering would result in a change in the resulting data on the second filtering.

On the other hand, if we first filtered on Thing saying only to include Bird; then filtering again afterward on Color would only give us the option of Blue because that's the only row where the Thing was Bird. The non-Bird rows where we had two possible Color values are not considered anymore and NocTel Insight does not bother showing you filtering options whose selection will not cause the data to be further filtered into a smaller set. 

Expand
titleResults Don't Change After I've Changed or Entered Filter/Parameter Values


...