New Dataset Type: Union Dataset
It is now possible for users to create datasets that have multiple warehouse tables.Learn more
Improved Sampling Communication
Now, if an Exploration is sampled, every data point in the resulting visualization will have an error bound, which is shown in the tooltip for that data point. To help assess the accuracy of a sampled visualization at a glance, data points with >5% error can be highlighted with red dots. These highlights can be shown/hidden using the "Sampled" indicator in the top right of the visualization.
New Event Selector
The Event Selector has a new and improved look and feel to improve usability. The selector now lists all available elements, the expanded list is the default/most useful one, and all others are collapsed. The expanded list is scrollable and also has a Load more if the list in long. All headers are expandable and collapsible and all selected options are displayed at the top of the list.
New NetScript Functions
Two new NetScript functions have been added and they are as follows:
-
'REGEXP_INSTR'
: Returns the lowest 1-based position of the substring in string that matches the regexp. 1st arg is the string to search in, 2nd arg is the regex to match. Returns null if either arg is null, throws error if the regex string is invalid, returns 0 if there is no match. -
'REGEXP_SUBSTR'
: Returns the first substring that matches the regex. 1st arg is the string to search in, 2nd arg is the regex to match. Returns null if either arg is null or if there is no match, throws error if the regex string is invalid.
Please sign in to leave a comment.