Arcadia Enterprise lets you easily create a new segment definition.
Follow these steps to create a new data segment in the dataset:
On the main navigation bar, click Data.
The Data view appears, open on the Datasets tab.
Find the dataset in the list of datasets, either by scrolling or by using search, and click on it.
We are using the dataset Flight Delays based on data previously imported into Arcadia from the data file flights-2014.csv (compressed). The additional data files are airline-id.csv, airport-codes.csv, cancellation-code.csv, and airport-lat-long.csv.
In the side navigation menu, click Segments.
The Segments view appears.
In the Segments interface, click New Segment.
In the Add Segment modal window that appears, make the following entries:
In the Filter Expression modal window, enter the following expression to show flights that are delayed:
[airtime] IS NOT NULL AND [depdelay] > 0
Notice that the new filter appears under Filters.
Click Save.
The new segment definition appears in the Segments interface.
Note the actions available for this segment: Edit, Clone, and Delete.