Back to: Index of cards
Cards in this section return and display numbers.
Creates a single-valued aggregation of your object properties by counting the number of objects or displaying the average/max/min/sum of property value.
Takes in numeric inputs and returns the result of a simple or complex math expression. These inputs can be any card of numeric type, such as object set aggregations, object property values, transform table aggregations, numeric outputs of Functions, numeric parameters, or other numeric formula cards. After selecting your numeric inputs, you can reference them in the formula box by referencing their global IDs ($A
or $B
, for example).
Takes as input an object and displays a property on a card. Supported property types are Numeric, Time, and String.
Takes a numeric column from a transform table as input and returns an array of the numeric values.
Creates a numeric value using Functions on Objects.
Takes as input a transform table and returns an aggregation on a numeric or date/time column.
The available aggregations are:
Create a numeric input field which can be used as a parameter in other cards (for example, filters or formulas).
Convert a string into a number. Will return NaN
for non-numeric values.
Rounds a number up to the next largest integer.
Rounds a number down to the next smallest integer.
Returns the first value that is not null, or null if all inputs are null.
Gets the day of month from a date as a number.
Gets the day of week from a date as a number.
Gets the hour of day from a date as a number.
Gets the month from a date as a number.
Gets the year from a date as a number.
Gets the day of year from a date as a number.
Returns an aggregation of a time series (for example, min, max, average, or sum).
Returns the value of a time series at a timestamp.