"Getting Started with Functions" 分类下的文档该分类下有61篇文档创建该分类下的文档
Calculation Type Selecting
文档创建者:Roxy      创建时间:01-22 17:37      标签:      编辑:13次    |   浏览:949次

摘要:OverviewThis document introduces the calculation types you can use in FineBI.You can use the followin[阅读全文:]

IFERROR
文档创建者:Roxy      创建时间:02-28 15:56      标签:      编辑:4次    |   浏览:3102次

摘要:VersionFineBI VersionFunctional Change6.0.16/OverviewThe IFERROR function is used to identify an[阅读全文:]

DEF_ADD (Analysis Area Dimension and Specified Dimension)
文档创建者:April陶      创建时间:08-23 11:35      标签:      编辑:16次    |   浏览:1387次

摘要:OverviewDEF_ADD function calculates the value of the aggregate indicator based on the dimension speci[阅读全文:]

DEF (Specified Dimension)
文档创建者:April陶      创建时间:08-22 14:17      标签:      编辑:20次    |   浏览:2286次

摘要:OverviewThe DEF function calculates the value of the aggregate indicator based on the specified dimen[阅读全文:]

FIND - Returning the Position of a Specified Character in Text
文档创建者:Roxy      创建时间:06-10 11:37      标签:      编辑:18次    |   浏览:3881次

摘要:OverviewGrammarFIND(find_text,within_text,start_num)Returns the first specified substring (find_text)[阅读全文:]

LEN - Returning the Length of a String
文档创建者:Roxy      创建时间:06-10 11:47      标签:      编辑:5次    |   浏览:1720次

摘要:Extracted DataOverviewGrammarLEN(args)Returns the number of characters of a string.Parameter 1argsPar[阅读全文:]

CONCATENATE - Joining at Least Two or More Strings into One
文档创建者:Roxy      创建时间:06-10 11:45      标签:      编辑:9次    |   浏览:3133次

摘要:OverviewGrammarCONCATENATE(text1,text2,...)Joins at least two strings into one.Parameter 1Text1,text2[阅读全文:]

REPLACE - Replacing Part of a Text
文档创建者:Roxy      创建时间:06-10 11:45      标签:      编辑:9次    |   浏览:3627次

摘要:Usage 1: Replacing Specified Content of a TextOverviewGrammarREPLACE(text,textorreplace,replacetext)R[阅读全文:]

INDEXOF - Returning the Character at a Specified Position in Text
文档创建者:Roxy      创建时间:06-10 11:36      标签:      编辑:4次    |   浏览:2225次

摘要:OverviewGrammarINDEXOF(str1,index)Returns the character in str1 at the position specified by index.Pa[阅读全文:]

TODOUBLE - Converting a Text to a Double Object
文档创建者:Roxy      创建时间:06-10 11:33      标签:      编辑:5次    |   浏览:1635次

摘要:OverviewGrammarTODOUBLE(text)Converts a text to a Double object (a double-precision floating-point nu[阅读全文:]

RIGHT - Returning a Given Number of Right-Most Character(s)
文档创建者:Roxy      创建时间:06-10 11:32      标签:      编辑:7次    |   浏览:1907次

摘要:OverviewGrammarRIGHT(text,num_chars)Returns the last or last several characters in the text, based on[阅读全文:]

UPPER - Converting a Text to Uppercase
文档创建者:Roxy      创建时间:06-10 11:31      标签:      编辑:3次    |   浏览:1195次

摘要:OverviewGrammarUPPER(text)Converts all characters in a text to uppercase.Parameter 1TextText to be co[阅读全文:]

SPLIT - Splitting a Character String
文档创建者:Roxy      创建时间:06-10 11:29      标签:      编辑:10次    |   浏览:3724次

摘要:OverviewGrammarSPLIT(String1,String2 )Returns an array of character strings splited from String1 by t[阅读全文:]

REPEAT - Repeating a Text a Specified Number of Times
文档创建者:Roxy      创建时间:06-10 11:28      标签:      编辑:4次    |   浏览:1612次

摘要:OverviewGrammarREPEAT(text,number_times)Repeats a text a specified number of times.Parameter 1textTex[阅读全文:]

TOINTEGER - Converting a Text to an Integer
文档创建者:Roxy      创建时间:06-10 11:26      标签:      编辑:5次    |   浏览:1637次

摘要:OverviewGrammarTOINTEGER(text)Converts a text to an Integer object.Parameter 1TextText to be converte[阅读全文:]

EXACT - Determining Whether Two Text Strings are Identical
文档创建者:Roxy      创建时间:06-10 11:25      标签:      编辑:3次    |   浏览:1755次

摘要:OverviewGrammarEXACT(text1,text2)Determines whether two text strings are identical. If they are exact[阅读全文:]

MID - Returning a Specified Number of Characters from a Specified Position of a
文档创建者:Roxy      创建时间:06-10 11:23      标签:      编辑:5次    |   浏览:2404次

摘要:OverviewGrammarMID(text,start_num,num_chars)Returns a user-specified number of characters from a spec[阅读全文:]

Analysis Function Overview
文档创建者:April陶      创建时间:08-23 17:20      标签:      编辑:11次    |   浏览:625次

摘要:OverviewDEF, DEF_ADD, and DEF_SUB functions allow users to modify or control the calculation level of[阅读全文:]

REGEXP - Determining Whether a Character String Matches a Regular Expression
文档创建者:Roxy      创建时间:06-10 11:52      标签:      编辑:10次    |   浏览:2407次

摘要:Extracted DataUsage 1OverviewGrammarREGEXP(str,pattern)Determines whether a character string (specifi[阅读全文:]

NVL
文档创建者:Roxy      创建时间:06-10 13:56      标签:      编辑:4次    |   浏览:2322次

摘要:OverviewGrammarNVL(value1,value2,value3,...)Returns the first non-null value among all parameters.Not[阅读全文:]

ISNULL - Determining Whether an Object is Null
文档创建者:Roxy      创建时间:06-10 13:54      标签:      编辑:5次    |   浏览:3629次

摘要:OverviewGrammarISNULL(object)Determines whether an object is null or empty.Parameter 1objectObject to[阅读全文:]

STARTWITH - Determining Whether str1 Starts with str2
文档创建者:Roxy      创建时间:06-10 11:54      标签:      编辑:2次    |   浏览:1548次

摘要:OverviewGrammarSTARTWITH(str1,str2)Determining whether str1 starts with str2.Parameter 1str1Character[阅读全文:]

PROPER - Converting Texts to Proper Letter Case
文档创建者:Roxy      创建时间:06-10 11:50      标签:      编辑:1次    |   浏览:1547次

摘要:OverviewGrammarPROPER(text)Capitalizes the first letter and letters that follow any non-letter charac[阅读全文:]

CODE - Returning a Numeric Code for the First Character in a Text String
文档创建者:Roxy      创建时间:06-10 11:48      标签:      编辑:1次    |   浏览:1292次

摘要:OverviewGrammarCODE(text)Returns a numeric code for the first character in a text string. The returne[阅读全文:]

CHAR - Returning the Character Specified by a Number
文档创建者:Roxy      创建时间:06-10 11:48      标签:      编辑:4次    |   浏览:1467次

摘要:OverviewGrammarCHAR(number)Returns the character specified by a number, by which you can convert code[阅读全文:]

LOWER - Converting Text to Lowercase
文档创建者:Roxy      创建时间:06-10 11:46      标签:      编辑:3次    |   浏览:1125次

摘要:OverviewGrammarLOWER(text)Converts all characters in text to lowercase.Parameter 1textText to be conv[阅读全文:]

TRIM - Removing Leading and Trailing Spaces from the Text
文档创建者:Roxy      创建时间:06-10 11:08      标签:      编辑:9次    |   浏览:2690次

摘要:Overview GrammarTRIM(text)Returns the text with all leading and trailing spaces removed.Paramete[阅读全文:]

ENDWITH - Determining Whether the Given String Ends with the Specified Substring
文档创建者:Roxy      创建时间:06-10 11:15      标签:      编辑:8次    |   浏览:1883次

摘要:OverviewGrammarENDWITH(str1, str2)Determines whether str1 ends with str2.Parameter 1str1Character str[阅读全文:]

NUMTO - Returning Number-Converted Chinese Texts
文档创建者:Roxy      创建时间:06-10 11:18      标签:      编辑:8次    |   浏览:2286次

摘要:OverviewGrammarNUMTO (number, bool) or NUMTO (number)Returns number-converted Chinese texts.Parameter[阅读全文:]

LEFT – Returning First Character(s) of Required Numbers
文档创建者:Roxy      创建时间:06-10 11:20      标签:      编辑:8次    |   浏览:3119次

摘要:OverviewGrammarLEFT(text, num_chars)Returns the first or first several characters in the text, based[阅读全文:]

SUBSTITUTE - Substituting for Specified Text
文档创建者:Roxy      创建时间:06-10 11:21      标签:      编辑:10次    |   浏览:2596次

摘要:OverviewGrammarSUBSTITUTE(text, old_text, new_text, instance_num)Substitutes new_text for old_text in[阅读全文:]

FORMAT - Format Conversion
文档创建者:Roxy      创建时间:06-10 11:11      标签:      编辑:9次    |   浏览:4481次

摘要:OverviewIn scenarios where frequent format conversion is required during data analysis, FineBI provid[阅读全文:]

TAN - Tangent
文档创建者:Roxy      创建时间:06-10 10:28      标签:      编辑:2次    |   浏览:951次

摘要:OverviewGrammarTAN(number)Returns the tangent of a given angle.ParameternumberThe angle in radians yo[阅读全文:]

SIN - Sine
文档创建者:Roxy      创建时间:06-10 10:27      标签:      编辑:1次    |   浏览:848次

摘要:OverviewGrammarSIGN(number)Calculates the sine of a given angle.ParameternumberThe angle in radians y[阅读全文:]

RADIANS - Converting Degrees to Radians
文档创建者:Roxy      创建时间:06-10 10:26      标签:      编辑:1次    |   浏览:914次

摘要:OverviewGrammarRADIANS(angle)Converts degrees to radians.ParameterAngleAn angle in degrees to be conv[阅读全文:]

POWER - Returning the Power of a Number
文档创建者:Roxy      创建时间:06-10 10:25      标签:      编辑:3次    |   浏览:1040次

摘要:OverviewGrammarPOWER(number, power)Returns the result of a number raised to a power.Parameter 1number[阅读全文:]

PI - A Mathematical Constant
文档创建者:Roxy      创建时间:06-10 10:23      标签:      编辑:1次    |   浏览:962次

摘要:OverviewGrammarPI(number)Returns the mathematical constant pi.ParameternumberWhen the number is empty[阅读全文:]

DEGREES - Converting Radians to Degrees
文档创建者:Roxy      创建时间:06-10 10:22      标签:      编辑:1次    |   浏览:965次

摘要:OverviewGrammarDEGREES(angle)Converts radians to degrees.ParameterAngleThe angle in radians to be con[阅读全文:]

COS - Cosine
文档创建者:Roxy      创建时间:06-10 10:21      标签:      编辑:2次    |   浏览:835次

摘要:OverviewGrammarCOS(number)Returns the cosine of an angle.ParameternumberThe angle in radians you want[阅读全文:]

ATAN2 - Returning the Arctangent of X and Y Coordinates
文档创建者:Roxy      创建时间:06-10 10:20      标签:      编辑:2次    |   浏览:831次

摘要:OverviewGrammarATAN2(x_num, y_num)Returns the arctangent of X and Y coordinates. The arctangent is th[阅读全文:]

ACOS - Arccosine
文档创建者:Roxy      创建时间:06-10 10:06      标签:      编辑:3次    |   浏览:980次

摘要:OverviewGrammarACOS(number)Returns the arccosine, namely inverse cosine, of a number. The arccosine v[阅读全文:]

ASIN - Arcsine
文档创建者:Roxy      创建时间:06-10 10:08      标签:      编辑:4次    |   浏览:865次

摘要:OverviewGrammarACOS(number)Returns the arcsine, or inverse sine, of a number. The arcsine value is an[阅读全文:]

ATAN - Calculating the Arctangent of a Number
文档创建者:Roxy      创建时间:06-10 10:09      标签:      编辑:1次    |   浏览:808次

摘要:OverviewGrammarATAN(number)Calculates the arctangent, or inverse tangent, of a number. The parameter[阅读全文:]

EXP - Returning the Nth Power of e
文档创建者:Roxy      创建时间:06-09 19:58      标签:      编辑:3次    |   浏览:1094次

摘要:OverviewGrammarEXP(number)Returns the nth power of e. The constant e is based on the natural logarith[阅读全文:]

MOD - Returning the Remainder After Division of Two Numbers
文档创建者:Roxy      创建时间:06-09 19:50      标签:      编辑:6次    |   浏览:1305次

摘要:Extracted Data VersionOverviewGrammarMOD(number, divisor)Returns the remainder after the number is di[阅读全文:]

PROMOTION - Returning the Proportion Increased from Value1 to Value2.
文档创建者:Roxy      创建时间:06-09 19:54      标签:      编辑:4次    |   浏览:1070次

摘要:OverviewGrammarPROMOTION(value1, value2)Returns the proportion increased from value1 to value2.Parame[阅读全文:]

CEILING - Rounding Up
文档创建者:Roxy      创建时间:06-09 19:45      标签:      编辑:5次    |   浏览:1334次

摘要:Extracted Data VersionOverviewGrammarCEILING(number)Rounds up the number parameter to the nearest int[阅读全文:]

SQRT - Calculating the Arithmetic Square Root of a Non-Negative Number
文档创建者:Roxy      创建时间:06-09 16:34      标签:      编辑:4次    |   浏览:1648次

摘要:OverviewGrammarSQRT(number)Returns the arithmetic square root of a non-negative number. You can set n[阅读全文:]

FLOOR - Rounding Down
文档创建者:Roxy      创建时间:06-09 16:38      标签:      编辑:6次    |   浏览:1444次

摘要:Extracted Data VersionOverviewGrammarFLOOR(number)Rounds down the number parameter to the nearest int[阅读全文:]

MIN - Returning the Minimum Value
文档创建者:Roxy      创建时间:06-09 16:49      标签:      编辑:3次    |   浏览:1149次

摘要:OverviewGrammarMIN(number 1, number 2, ...)Returns the minimum value among listed parameters.Paramete[阅读全文:]

FACT - Returning the Factorial of a Number
文档创建者:Roxy      创建时间:06-09 18:45      标签:      编辑:2次    |   浏览:1338次

摘要:OverviewGrammarFACT(number)Returns the factorial of a number (equal to N in 1*2*3*...*N).Paramet[阅读全文:]

RANDBETWEEN - Returning a Random Integer between Two Values
文档创建者:Roxy      创建时间:06-09 18:53      标签:      编辑:4次    |   浏览:1251次

摘要:OverviewGrammarRANDBETWEEN(value1, value2)Returns a random integer between value1 and value2.When the[阅读全文:]

SIGN - Returning the Sign of a Number
文档创建者:Roxy      创建时间:06-09 19:38      标签:      编辑:4次    |   浏览:1203次

摘要:OverviewGrammarSIGN(number)Returns the sign of a number. Returns 1 for positive numbers, 0 for zero,[阅读全文:]

LN - Returning the Natural Logarithm of a Number
文档创建者:Roxy      创建时间:06-09 19:20      标签:      编辑:1次    |   浏览:1121次

摘要:OverviewGrammarLN(number)Returns the natural logarithm of a number. The natural logarithm is based on[阅读全文:]

TRUNC - Returning a Number with Specified Decimal Places
文档创建者:Roxy      创建时间:06-09 18:15      标签:      编辑:3次    |   浏览:1564次

摘要:OverviewGrammarTRUNC(number, num_digits)Truncates a number to an integer or a decimal by removing spe[阅读全文:]

MAX - Returning the Maximum Value
文档创建者:Roxy      创建时间:06-09 16:47      标签:      编辑:2次    |   浏览:1518次

摘要:OverviewGrammarMAX(number 1, number 2, ...)Returns the maximum value among listed parameters.Par[阅读全文:]

EARLIER — Getting Value of the Current Row
文档创建者:April陶      创建时间:08-23 14:44      标签:      编辑:10次    |   浏览:1065次

摘要:OverviewEARLIER: Get the value of the current row. It is only applicable to DEF, DEF_ADD, and DEF_SUB[阅读全文:]

Overview of Quick Calculation Functions
文档创建者:Roxy      创建时间:07-02 11:26      标签:      编辑:4次    |   浏览:3310次

摘要:Use ScopeUse LocationDashboardAdding Calculation IndicatorFunction ListFunctionDescriptionPERIOD_ANLS[阅读全文:]

SUM_AGG
文档创建者:Haley      创建时间:03-09 20:11      标签:      编辑:3次    |   浏览:589次

摘要:OverviewSUM_AGG function is used to summarize and add up data for the specified dimension (dragg[阅读全文:]

LUNAR
文档创建者:Felicity      创建时间:03-17 11:51      标签:      编辑:0次    |   浏览:227次

摘要:OverviewSyntaxLUNAR(year, month, day)Returns the lunar time corresponding to the current datePar[阅读全文:]

Getting Started with Calculation
文档创建者:Roxy      创建时间:12-22 18:41      标签:      编辑:13次    |   浏览:1148次

摘要:1. OverviewThis article describes how to create and use calculation functions in FineBI using example[阅读全文:]