AnalyticsQuiverCard referencesArray

Array cards

Back to: Index of cards

Cards in this section return and display Array values.

Create array

Define an array by manually adding values or by referencing an existing array.

Split

Returns a string array from a string input, split on a delimiter string.

Stepped array

Returns a numeric array from a starting value, ending value, and step size.

Array sort

Sorts the array.

Unique values

Returns an array continuing the unique values from an input array.

Value at index

Returns the value at input index.

Array contains

Returns True if the input array contains specified value.

Range start

Get the starting value out of a range.

Range end

Get the ending value out of a range.