Version 112

  • Updated

Dashboard filters

The NetScript dashboard is now enriched with filters that can be used to narrow down data in a visualization. These filters make it easier for the user to answer exploratory questions, for example if the user wants to see results for a specific region, they can make a filter tile, define a region filter, link the relevant visualizations, and see the narrowed down data.

Read more about dashboard filters

Blocks in Funnel and Path, reorderable stages

You can now use blocks to configure measures and stages in funnel and path explores. It is also possible to reorder the stages in a funnel explore using the simple drag-and-drop technique.

Sampled visual explores

The sampling features found in other explore templates have also been added to the Visual Explore editor. This means that we sample Visual Exploration queries and display the sampling controls and indicator in the upper right corner of the visualization tile.

Download as CSV

Any exploration created inside Analytics - whether it be inside a dashboard or an explore can be downloaded in CSV format in just one click.

Fill domain

A new NetScript function fill_domain has been added. It allows you to take any dimension of any quad, and fill in missing values in that dimension.

NetScript support for JSON functions

NetScript now has the capability to handle JSON fields/columns using NetScript. There are two new function supports that have been added:

  1. Function to extract a specified element of an array using the index of the element.
  2. Function to get access to field within a JSON using the name/key of the field.

Lowercase function in NetScript

lowercase is a function introduced in NetScript to convert string values to lower case. For eg lowercase('DYLan') would return dylan as the result.