February 3, 2023 Release Notes¶
Features¶
Autofill Units for Visualizations and Dashboards¶
When you select Visualization or a Dashboard, you can autofill a Unit for the Axes. You can select from any of the following categories:
Time - select any unit of seconds, minutes, hours, etc.
BinarySI - select any base 10 unit of measure such as bits, bytes, kilobytes, etc.
BinaryIEC - select any base 2 unit of measure such as bits, bytes, kibibytes, etc.
Temperature - select any unit of temperature such as Celsius, Fahrenheit, Kelvin, etc.
Length - select any unit of measure such as inches, meters, feet, etc.
Surface Area - select any unit of measure such as m2, sqin, sqft, etc.
Volume - select any unit of measure such as m3, liters, cc, etc.
Liquid Volume - select any unit of measure such as fluiddrams, fluidounces, cups, etc.
Angles - select any unit of measure such as radians, degrees, gradians, etc.
Mass - select any unit of measure such as grams, ounces, tons, etc.
Other - select any unit of measure such as Hertz, Newtons, Dynes, etc.
Or, you can add a custom unit such as % or $.

Figure 1 - Selecting units for Axes
OPAL¶
append_item
¶
make_col name:append_item(array, 'imp')
Make the column ‘name’ by appending the array field name
with ‘imp’.
Returns an array containing all elements from the source array as well as the new element. The new element is located at end of the array.