Back to: Index of transforms
Transforms in this section compare numerical data types. Learn more about how to search for and add a transformation.
Returns True
if the numbers are the same value.
Returns True
if the numbers are not the same value.
Returns True
if the input number is greater than the second number.
Returns True
if the input number is greater than or equal to the second number.
Returns True
if the input number is less than the second number.
Returns True
if the input number is less than or equal to the second number.
Overwrite a numeric column editing individual cells in the table.
Create a new numeric column by combining and writing formulas on other numeric columns.
Aggregate a group of numbers into a single number.
Aggregate a time series into a single number.
The available aggregates for number group and time series number aggregations are:
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.