Functions
Functions
|
Create a condition to check if a column is equal to another column. |
|
Create a condition to check if a column is equal to a given value. |
|
Create a condition to check if a column is greater or equal to another column. |
|
Create a condition to check if a column is greater or equal to a given value. |
|
Create a condition to check if a column is greater than another column. |
|
Create a condition to check if a column is greater than a given value. |
|
Create a condition to check if a column is lower or equal to another column. |
|
Create a condition to check if a column is lower or equal to a given value. |
|
Create a condition to check if a column is lower than another column. |
|
Create a condition to check if a column is lower than a given value. |
|
Create a condition to compare a column to another column. |
|
Create a condition to compare a column to a value. |
|
Create a condition to compare the length of the column values. |
|
Create a condition to compare a column value to a specific year. |
|
Create a condition to compare the number of decimal digits in a column |
|
Create a condition to compare if the number of elements of a column is equal to a given value. |
|
Create a condition to compare if the number of elements of a column is greater than or equal to a given value. |
|
Create a condition to compare if the number of elements of a column is greater than a given value. |
|
Create a condition to compare the number of integer digits in a column. |
|
Create a condition to compare if the number of elements of a column is less than or equal to a given value. |
|
Create a condition to compare if the number of elements of a column is less than a given value. |
|
Create a condition to check if the number of decimal is equal to a given value. |
|
Create a condition to check if the number of decimal is greater or equal to a given value. |
|
Create a condition to check if the number of decimal is greater than a given value. |
|
Create a condition to check if the number of decimal is lower or equal a given value. |
|
Create a condition to check if the number of decimal is lower than a given value. |
|
Create a condition to check if the number of integer is equal to a given value. |
|
Create a condition to check if the number of integer is greater or equal to a given value. |
|
Create a condition to check if the number of integer is greater than a given value. |
|
Create a condition to check if the number of integer is lower or equal a given value. |
|
Create a condition to check if the number of integer is lower than a given value. |
|
Create a condition to check if a column value is alphabetic. |
|
Create a condition to check if the column values are between the given lower bound and upper bound. |
|
Create a condition to check if a column value is a boolean. |
|
Create a condition to check if a column value is a date. |
|
Create a condition to check if a column value is an email. |
|
Create a condition to check if a column value is a float. |
|
Create a condition to check if a column value is an IBAN. |
|
Create a condition to check if a column value is in a list of values. |
|
Create a condition to check if a column value is an integer. |
|
Create a condition to check if a column value is an IP address. |
|
Create a condition to check if a column value is negative. |
|
Create a condition to check if a column value is not in a list of values. |
|
Create a condition to check if a column is not null. |
|
Create a condition to check if a column is null. |
|
Create a condition to check if a column value is a phone number. |
|
Create a condition to check if a column value is positive. |
|
Create a condition to check if all values in a column are unique. |
|
Create a condition to check if the values of length is equal to a given value. |
|
Create a condition to check if the values of length is greater or equal to a given value. |
|
Create a condition to check if the values of length is greater than a given value. |
|
Create a condition to check if the values of length is lower or equal to a given value. |
|
Create a condition to check if the values of length is lower than a given value. |
|
Create a condition to compare if the maximum of a column is equal to a value. |
|
Create a condition to compare if the maximum of a column is greater than or equal to a value. |
|
Create a condition to compare if the maximum of a column is greater than a value. |
|
Create a condition to compare if the maximum of a column is lower than or equal to a value. |
|
Create a condition to compare if the maximum of a column is lower than a value. |
|
Create a condition to compare if the average of a column is equal to a value. |
|
Create a condition to compare if the average of a column is greater than or equal to a value. |
|
Create a condition to compare if the average of a column is greater than a value. |
|
Create a condition to compare if the average of a column is less than or equal to a value. |
|
Create a condition to compare if the average of a column is less than a value. |
|
Create a condition to compare if the median of a column is equal to a value. |
|
Create a condition to compare if the median of a column is greater than or equal to a value. |
|
Create a condition to compare if the median of a column is greater than a value. |
|
Create a condition to compare if the median of a column is lower than or equal to a value. |
|
Create a condition to compare if the median of a column is lower than a value. |
|
Create a condition to compare if the minimum of a column is equal to a value. |
|
Create a condition to compare if the minimum of a column is greater than or equal to a value. |
|
Create a condition to compare if the minimum of a column is greater than a value. |
|
Create a condition to compare if the minimum of a column is lower than or equal to a value. |
|
Create a condition to compare if the minimum of a column is lower than a value. |
|
Create a condition to check if a column value matches a regex. |
|
Create a condition to compare if the sum of a column is equal to a given value. |
|
Create a condition to compare if the sum of a column is greater than or equal to a given value. |
|
Create a condition to compare if the sum of a column is greater than a given value. |
|
Create a condition to compare if the sum of a column is less than or equal to a given value. |
|
Create a condition to compare if the sum of a column is less than a given value. |
|
Create a condition to check if the year of a date in a column is equal to a specific year. |
|
Create a condition to check if the year of a date in a column is greater or equal to a specific year. |
|
Create a condition to check if the year of a date in a column is greater than a specific year. |
|
Create a condition to check if the year of a date in a column is lower or equal to a specific year. |
|
Create a condition to check if the year of a date in a column is lower than a specific year. |