Tabular IQ

Function Index

This page lists all available string and data functions in Tabular IQ, with links to detailed documentation for each function.

Function Name Type Description
ABS()NumericCalculates the absolute value of a number
ACOS()NumericCalculates the arc cosine of a number
ASIN()NumericCalculates the arc sine of a number
ATAN()NumericCalculates the arc tangent of a number
AVG()ListCalculates the average of a list
CEILING()NumericCalculates the smallest number greater than or equal to an input number
CHR()TextConverts numeric ASCII character codes to alphabetic and special characters
CONTAINS()TextDetermines if a search string is included in an input string
COS()NumericCalculates the cosine of a number
CURDATE()Date/TimeReturns the current system date
DATE()ConversionConverts a character string to a date
DAY()Date/TimeReturns a day from an input date
DAYNAME()Date/TimeReturns the name of the day of the week from an input date
DAYOFWEEK()Date/TimeReturns the number of the day of the week from an input date
EMPTY()OtherDetermines if a field has a null or empty value
EXP()NumericCalculates the constant E raised to a power of a number
FLOOR()NumericCalculates the largest number less than or equal to an input number
GREATEST()ListCalculates the maximum value from a list
HOUR()Date/TimeReturns an hour from an input date
IIF()OtherReturns one of two values based on a Boolean statement
INSTR()TextReturns the position of a search string in an input string, starting from the left
ISNULL()OtherDetermines if a field has a null value
LEAST()ListCalculates the minimum value from a list
LEFT()TextReturns the leftmost characters in a string
LENGTH()TextReturns the number of characters in a string
LFIND()TextReturns the position of a search string in an input string, starting from the left
LN()NumberCalculates the natural log of a number
LOG()NumericCalculates the logarithm of a number in a specified base
LOWER()TextConverts all characters in a string to lowercase
LPAD()TextAdds characters or spaces to the left side of a character string
LTRIM()TextRemoves characters or spaces from the left side of a character string
MINUTE()Date/TimeReturns a minute from an input date
MOD()NumericCalculates the remainder of the numerator divided by the denominator
MONTH()Date/TimeReturns a month from an input date
MONTHNAME()Date/TimeReturns the month name from an input date
PI()NumericReturns an approximation of the number Pi
POWER()NumericCalculates the base raised to a power of a number
PROPER()TextConverts the first character each part of a string to uppercase and all other characters to lowercase
RAND()NumericCalculates a random number between zero and one
RECID()OtherReturns a string that uniquely identifies a record
RECNO()OtherReturns a number indicating the absolute position of a record in a data set
REGEXP()TextReturns a portion of a string that matches the regular expression given by the match string
REPEAT()TextRepeats the characters in a string for a specified length
REPLACE()TextReplaces each occurrence of a search string in an input string with another string
REVERSE()TextReverses the order of characters in a string
RFIND()TextReturns the position of a search string in an input string, starting from the right
RIGHT()TextReturns the rightmost characters in a string
ROUND()NumericRounds a number to a specified precision
RPAD()TextAdds characters or spaces to the right side of a character string
RTRIM()TextRemoves characters or spaces from the right side of a string
SECOND()Date/TimeReturns a second from an input date
SIGN()NumericReturns the sign of a number
SIN()NumericReturns the sine of a number
SOUNDEX()TextReturns a phonetic representation of a string
STDDEV()ListCalculates the standard deviation of a list
STR()ConversionConverts a date or numeric value to a character string
STRPART()TextReturns the nth section of an input string
SUBSTR()TextReturns a portion of an input string
SUM()ListCalculates the sum of a list
TAN()NumericCalculates the tangent of a number
TRANSLATE()TextReplaces each character in a string with a corresponding character in a search list with a character from a replace list
TRIM()TextRemoves characters from the left and right sides of an input string
TRUNC()NumericTruncates a number to a specified precision
UPPER()TextConverts all characters in a string to uppercase
VAL()ConversionConverts a character string to a numeric value
VARIANCE()ListCalculates the variance of a list
WEEK()Date/TimeReturns a week from an input date
YEAR()Date/TimeReturns a year from an input date

Looking for a specific function? Use the search or browse the list above.